@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: 0px;
	background-image: url(../images/background/bg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	font-size: 11.5px;
	text-align: left;
}
*  {
margin: 0;
padding: 0;
}
.main #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-color: #FFF;
} 
.main #header {
	height: 120px;
	background: #000066;
	background-image: url(../images/background/headerBg.jpg);
	background-repeat: no-repeat;
} 
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 118px; /* the background color will be displayed for the length of the content in the column, but no further */
	min-height: 680px;
	background-color: #006;
	background-image: url(../images/background/sideBarBg.jpg);
	background-repeat: no-repeat;
}
.main #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 198px; /* 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 */
	text-align: center;
}
.main #ad {
	float: left; /* since this element is floated, a width must be given */
	width: auto; /* 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 */
	text-align: center;
	padding-right: 5px;
	padding-left: 2px;
}
.main #pageTitle {
	max-width: 800px;
}
.main #pageTitle p {
	margin: 0;
	font-weight: bold;
	font-size: 10px;
	color: #990000;
} 
.main #date
{
	font-size: 9px;
	font-style: italic;
	color: #999;
	font-weight: bold;
	text-align: right;
} 
.main #mainContent {
                margin: 0 0 0 120px;
	width: 680px;
} 
.main #BODtable {
	font-size: 12px;
	padding-left: 100px;
}
.main #colA {
	float: left;
	width: 339px;
	max-width: 339px;
    }
 
.main #colB {
	float: right;
	width: 338px;
	max-width: 338px;
    }
.main #footer {
	background:#cccccc;
	text-align: center;
} 
.main #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 */
}
h1 {
	margin: 0;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
h2 {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	color: #990000;
}
h3 {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}
h4 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
h5 {
	margin: 0;
	font-weight: bold;
}
h6 {
	margin: 0;
	font-weight: bold;
	color: #990000;
}
p, ul, ol {
	margin-top: 0;
	line-height: normal;
	text-align: left;
	font-size: 12px;
}
ul, ol {
}
blockquote {
}
a:link {
	color: #00F;
	text-decoration:none;
}
a:visited {
	color:#666;
}
a:hover {
	text-decoration:underline;
}
.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;
	font-family: Tahoma;
}
.buttonscontainer {
	width: 118px;
	padding-top: 180px;
}
.buttons a {color: #000066;
background-color: #cccccc;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #990000;
font: 12px Tahoma, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
}
.buttons a:hover {background-color: #990000;
color: #FFFFFF;
text-decoration: none;
}
.topNavcontainer {
	color: #FFF;
	font-size: 14px;
	text-align: left;
	padding-top: 100px;
	padding-bottom: 0px;
	padding-left: 200px;
	padding-right: 0px;
}
.topNavbar a {
	padding: 2px;
	padding-left: 3px;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.topNavbar a:hover {
	background-color: #990000;
	color: #006;
	text-decoration: none;
}

