@charset "utf-8";
.dateFormat {
	background-color: #7F99B2;
	font-size: 90%;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 35px;
	margin-left: -10px;
}

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: #0099FF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/layout_images/main_background.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 74px;
	padding-right: 10px;
	padding-left: 235px;
	background-image: url(../images/layout_images/head_logo_top.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 16px;
	padding-right: 0;
	padding-left: 0;
	color: #00184C;
	font-weight: lighter;
	font-size: 30px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 128px;
	background-image: url(../images/layout_images/head_logo_bottom.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 20px;
	padding-right: 8px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 140px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0066CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	font-family: "Trebuchet MS";
	font-size: 100%;
	color: #0099CC;
	border-bottom-width: 1px;
}
.twoColFixLtHdr #mainTopMenu {
	margin-top: 0;
	margin-right: -3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-right: 22px;
	padding-left: 45px;
	background-image: url(../images/layout_images/top_menu_background.gif);
	background-repeat: no-repeat;
	height: 17px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}  
.twoColFixLtHdr #footer {
	margin-right: 3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 30px;
	margin-left: 144px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 18px;
	background-image: url(../images/layout_images/footer_background.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #topofpage {
	margin-right: 3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 30px;
	margin-left: 144px;
	margin-bottom: 3px;
	height: 15px;
} 
.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;
}
.twoColFixLtHdr #container #mainTopMenu p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 p {
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
}
img
{  border-style: none;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 190%;
	color: #006699;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 150%;
	color: #006699;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 120%;
	color: #006699;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 95%;
}

.twoColFixLtHdr #container #sidebar1 h3 {
	color: #00184C;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.twoColFixLtHdr #container #mainTopMenu script {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainTopMenu a {
	color: #FFFFFF;
}

.twoColFixLtHdr #container #mainContent p {
	font-size: 95%;
}

.boxHeadWhite {color: #FFFFFF}
.twoColFixLtHdr #container #mainContent table {
	font-size: 100%;
	color: #000066;
}
.boxHeadDark {
	color: #000099
}
#searchboxHeader {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #000066;
}
#datashedHolder {
	margin-top: 10px;
}
.highlights {
	float: right;
	width: 150px;
	position: relative;
	margin-left: 8px;
	border: 1px dotted #999999;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent .highlights h1 {
	font-size: 12px;
	height: 1px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #000066;
}
.twoColFixLtHdr #container #mainContent .highlights p {
	font-weight: bold;
	height: 1px;
}
IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
#forumlist {
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#AdsenseHeader {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #000066;
	padding-bottom: 3px;
}
.Sideadholder {
	width: 112px;
	border: 1px solid #990000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
}

