@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*---------------     HEADER SECTION      -------------------*/

.thrColFixHdr #header {
	background: #cdd0e0 url(images/top-bar.gif) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*---------------     SIDEBAR1 SECTION      -------------------*/

.thrColFixHdr #sidebar1 {
	padding: 15px 15px 0px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	background-color: #302e2f;
	background-image: url(images/metal.jpg);
}

/*---------------     SIDEBAR2 SECTION      -------------------*/

.thrColFixHdr #sidebar2 {
	width: 301px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	float: right;
}
.thrColFixHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #302E2F;
	float: left;
	margin: 0px;
} 
.thrColFixHdr #footer {
	height: 65px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #8f919e;
	background-image: url(images/bottom-bar.gif);
	background-repeat: no-repeat;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#sidebar1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.placeholder {
	margin-top: 15px;
}
.divider {
	margin: 0px;
}
#mt {
	background-color: #e0e4f5;
	padding-bottom: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(images/heading.gif);
	background-repeat: repeat-x;
	height: 22px;
}
#header p {
	padding: 15px 15px 5px;
	margin: 0px;
}
#mt p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #302E2F;
	padding: 0px 15px 15px;
}
#sidebar2 #rt {
	background-color: #ebefff;
	background-image: url(images/heading.gif);
	background-repeat: repeat-x;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/heading.gif);
	height: 22px;
	padding-left: 15px;
	padding-top: 2px;
	background-repeat: repeat-x;
	margin: 0px;
}
#rt p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #302E2F;
}
#sidebar2 p {
	margin: 0px;
}
#mt img {
	margin-left: 7px;
}
#mb {
	background-color: #cdd0e0;
	padding-bottom: 10px;
}
#mb h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #302E2F;
	margin-bottom: 0px;
	background-image: none;
	padding-top: 5px;
}
#mb p {
	font-size: 14px;
	line-height: 16px;
	margin-top: 0px;
	margin-left: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	text-align: left;
}
.images {
	text-align: center;
}
.tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #302E2F;
	background-color: #ebefff;
	padding-bottom: 40px;
	margin: 0px;
}
.tr h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 15px;
}
.tr p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.br {
	background-color: #f7f9ff;
	margin: 0px;
	padding-bottom: 30px;
}
.br p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #302E2F;
	margin-left: 15px;
	margin-right: 5px;
}
.thrColFixHdr #footer #fr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	float: right;
	text-align: right;
	margin-top: 15px;
}
.thrColFixHdr #footer #fl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	float: left;
	margin-top: 15px;
}
.thrColFixHdr #footer #fr a {
	color: #FFFFFF;
}
.thrColFixHdr #mt ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #302E2F;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	padding-right: 25px;
	padding-left: 50px;
}
.thrColFixHdr #mt h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #302E2F;
	padding-left: 15px;
}
.thrColFixHdr #mt li {
	margin-bottom: 10px;
}
.mt {
	background-color: #e0e4f5;
}
.thrColFixHdr .mt #mt #directory #list {
	float: left;
	margin-left: 10px;
}
.thrColFixHdr .mt #mt #directory #legend {
	text-align: right;
	margin-right: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #302E2F;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	padding-right: 25px;
	padding-left: 50px;
}.thrColFixHdr .mt #mt h5 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr .mt #mt h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
