@charset "UTF-8";
body  {
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(Images/BlkMetal_BG.jpg);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: none;
} 
.twoColFixLtHdr #header {
	background-color: #000000;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #333333;
	background-repeat: repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #navbar {
	background-color: #000000;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(Images/Onyx_BG.jpg);
	background-repeat: repeat;
	float: left;
	height: 38px;
	padding-top: 0;
	padding-bottom: 0;
	width: 770px;
	white-space: nowrap;
	letter-spacing: .1em;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	margin: auto;
} 
.twoColFixLtHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
.twoColFixLtHdr #mainContent {
	border-left-width: thick;
	border-left-style: solid;
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	float: none;
	background-color: #000000;
} 

.twoColFixLtHdr #linksbox {
	padding: 0 10px 0 20px;
	background-color: #000000;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(Images/Onyx_BG.jpg);
	background-repeat: repeat;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(Images/Onyx_BG.jpg);
	background-repeat: repeat;
} 
.twoColFixLtHdr #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: 8px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	letter-spacing: .1em;
	word-spacing: normal;
	text-align: center;
}
.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;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
