@charset "utf-8";
body {
	margin: 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-color: #c7c7c7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
h1 {
	color: #172B65;
}

#container  {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#topnav {
	background-image: url(images/topnav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
}
#navcontainer {
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
}

#topnav li {
	display: inline;
	padding-right: 20px;
	padding-left: 25px;
}
#topnav a {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topnav a:hover {
	font-size: 16px;
	font-weight: normal;
	color: #336699;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#lowerinfo {
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
#lowernav {
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#footnavcontain {
	padding-left: 43px;
}
#lowernav ul {
	margin: 0px;
	padding: 0px;
}
#lowernav li {
	display: inline;
	padding-right: 5px;
	padding-left: 10px;
}
#lowernav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#lowernav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}

#copyright {
	float: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}





#footer {
	background-image: url(images/footerimg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 19px;
}
.lowerinfobox {
	text-align: center;
	float: left;
	width: 250px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.aligncenter {
	text-align: center;
}
.txtjustify {
	text-align: justify;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(images/bullet02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
