@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: "Bank Gothic";
	font-size: 100%;
	background-color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0066FF;
	border-right-color: #666666;
	border-bottom-color: #0066FF;
	border-left-color: #666666;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	background-color: #B5ECF5;
	width: 158px;
	clear: left;
}
.twoColFixLtHdr #NavBar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 158px;
	background-color: #B5ECF5;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/Header_Bottom.jpg);
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
} 
.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: 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;
}
.Media  {
	height: 164px;
	float: right;
	margin-left: 150px;
	width: 80%;
}
#Spacer {
	height: 30px;
	color: #000000;
	background-color: #1974FE;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
	font-family: "Bank Gothic";
	font-size: 20px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 7px;
	letter-spacing: 5px;
	margin-top: 7px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	padding-top: 4px;
	font-weight: bold;
}
.style1 {
	font-family: "Bank Gothic";

}
.style2 {
	font-family: "Bank Gothic";
	font-size:20px;
	text-decoration: underline;
	color:#000099
	
}
.style3 {
	font-family: "Bank Gothic";
	font-size: 90%;
	color: #000000;
}
.style4 {
	font-size: 11px
}
.style7 {font-size: 90%}
.style8 {font-size: 95%}
.style9 {
	color: #000000;
	text-decoration: none;
}
.style10 {color: #0000FF}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
a:link {
	text-decoration:none;
	color: #000033
}
a:visited {
	text-decoration:none;
	color: #0000CC;
}
a:hover {
text-decoration:underline;
color:#0000CC;
}
