@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-repeat: repeat;
	background-image: url(../Background_Images/BodyBackground.gif);
}
.LogoSpace {
	float: left;
	height: 150px;
	width: 350px;
}
.topHeader {
	height: 120px;
	width: 634px;
	float: left;
}
.menuBar {
	float: left;
	height: 30px;
	width: 634px;
}


.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
} 
.thrColFixHdr #innerContainer {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	float: left;
} 
.thrColFixHdr #border {
	width: 8px;
	height: 1073px;
	float: left;
	background-image: url(../Background_Images/Border.gif);
	background-repeat: repeat-y;
}
.thrColFixHdr #header {
	float: left;
	height: 150px;
	width: 984px;
} 
.thrColFixHdr #sidebar1 {
	float: left;
	height: 850px;
	width: 232px;
}
.thrColFixHdr #sidebar2 {
	float: left;
	height: 815px;
	width: 336px;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #E3EBDE;
	padding-left: 2px;
}
.AdvertiseBox {
	float: left;
}

.thrColFixHdr #mainContent {
	float: left;
	height: 815px;
	width: 410px;
} 

.thrColFixHdr #footer {
	float: left;
	height: 60px;
	width: 984px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #E3EBDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	padding-top: 10px;
} 
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF;
}
.NavBar {
}
.NavBar a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	float: left;
	width: 105px;
	text-align: center;
	padding-top: 5px;
	height: 25px;
}
.NavBar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 105px;
	text-align: center;
	height: 25px;
	padding-top: 5px;
}
.NavBar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	float: left;
	width: 105px;
	margin-top: -2px;
	text-align: center;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
}
.NavBar a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	float: left;
	width: 105px;
	text-align: center;
	height: 25px;
	padding-top: 5px;
}
.TitleBar {
	float: left;
	height: 30px;
	width: 751px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: bold;
	color: #600;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 3px;
}
.BoldType {
	font-weight: bold;
	font-size: 12px;
	color: #006B3F;
}

