/* CSS Document */

html, body, #header, #wrapper, #leftcol, #nav, #footer, #content, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: transparent url(../images/body_bg.jpg) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
#header {
	height: 100px;
	background: #667899 url(../images/header_bg.jpg) no-repeat;
	border-bottom: 2px solid #333;
}
#wrapper {
	padding-left: 20px;
	width: 90%;
	background: transparent url(../images/wrapper_bg.jpg) repeat-y;
}
#leftcol {
	padding: 5px 25px 5px 25px;
	width: 200px;
	height: 100%;
	background: transparent url(../images/sidewrapper_bg.jpg) repeat-y;
	float: left;
}
#nav {
	padding: 10px;
	list-style-type: none;
	font: 10px Arial, Helvetica, sans-serif;
	color: #333;
}
#nav li {
	border-bottom: 1px dashed #666;
}
#nav #table {
	margin: 10px 0;
	padding: 0;
	border: 0;
}
#nav #table p {
	margin: 0;
	padding: 2px;
	font: 10px Arial, Helvetica, sans-serif;
}
#nav p {
	padding: 10px 0;
}
#nav a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #667899;
	text-decoration: none;
}
#nav a:visited {
	color: #666;
	text-decoration: none;
}
#nav a:hover, #nav p a:focus {
	color: #000;
	text-decoration: none;
}
#nav h1 {
	padding: 10px 0;
	font: bold small-caps 14px Verdana, Arial, Helvetica, sans-serif;
	color: #667899;
	text-align: center;
	background: transparent url(../images/leftcol_h1_link_bg.gif) no-repeat;
	background-position: 0% 50%;
}
#nav h1 a {
	display: block;
	font: bold small-caps 14px Verdana, Arial, Helvetica, sans-serif;
	color: #667899;
	text-decoration: none;
}
#nav h1 a:hover, #nav h1 a:focus {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/leftcol_h1_linkover_bg.gif) no-repeat;
	background-position: 0% 50%;
}
#nav h2 a {
	padding: 10px 0 10px 25px;
	display: block;
	font: bold small-caps 12px Verdana, Arial, Helvetica, sans-serif;
	color: #667899;
	text-decoration: none;
	background: transparent url(../images/leftcol_h2_link_bg.gif) no-repeat;
	background-position: 0% 50%;
}
#nav h2 a:hover, #nav h2 a:focus {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/leftcol_h2_linkover_bg.gif) no-repeat;
	background-position: 0% 50%;
}
#nav h3 {
	font: small-caps bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #667899;
}
#footer {
	padding: 5px;
	background-color: #667899;
	border-top: 2px solid #333;
	text-align: left;
	clear: both;
}
#footer p {
	margin: 5px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
#footer p a {
	color: #FFF;
	text-decoration: underline;
}
#footer p a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer p a:hover, #footer p a:focus {
	color: #FFF;
	text-decoration: none;
}
#content {
	padding: 10px 10px 10px 260px;
	clear: right;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
* html #content .floattable {
	float: left;
}
#content .table p {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
#content p {
	margin: 5px;
	padding: 5px;
}
#content p a {
	color: #000;
	text-decoration: underline;
}
#content p a:visited {
	color: #666;
	text-decoration: none;
}
#content p a:hover, #content p a:focus {
	color: #667899;
	text-decoration: none;
}
#content p.info {
	color: #666;
	font-size: 10px;
}
#content p.info a {
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
#content p.info a:hover, #content p.info a:focus {
	color: #667899;
	text-decoration: none;
}
#content h1 {
	margin: 5px;
	padding: 5px 10px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	font: bold small-caps 14px Verdana, Arial, Helvetica, sans-serif;
	color: #667899;
}
#content h1 a,  #content h1 a:visited {
	color: #667899;
	text-decoration: none;
}
#content h1 a:hover, #content h1 a:focus {
	color: #333;
	text-decoration: none;
}
#content h2 {
	margin: 5px;
	padding: 5px 10px;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	font: bold small-caps 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
#content h2 a, #content h2 a:visited {
	color: #666;
	text-decoration: none;
}
#content h2 a:hover, #content h2 a:focus {
	color: #667899;
	text-decoration: none;
}
#content h3 {
	margin: 5px;
	padding: 5px;
	color: #666;
	font: bold small-caps 12px Verdana, Arial, Helvetica, sans-serif;
}
#content h3 a {
	color: #666;
	text-decoration: underline;
}
#content h3 a:visited {
	color: #999;
	text-decoration: none;
}
#content h3 a:hover, #content h3 a:focus {
	color: #667899;
	text-decoration: none;
}
#content ul {
	margin: 10px 15px;
	padding: 0 10px;
	list-style-type: square;
}
#content ul li {
	margin: 0 10px;
	font-size: 11px;
}
#content ul li a {
	padding: 1px;
	color: #666;
	text-decoration: underline;
}
#content ul li a:visited {
	color: #999;
	text-decoration: none;
}
#content ul li a:hover, #content ul li a:focus {
	color: #667899;
	text-decoration: none;
}
#content ol {
	margin: 0 20px;
	padding: 5px 20px;
}
#content ol li {
	font-size: 11px;
}
#content .totop {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
}
#content .totop a:link, #content .totop a:visited {
	color: #999;
	text-decoration: underline;
}
#content .box {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 20%;
	min-height: 150px;
	background-color: #EEE;
	border: 5px double #CCC;
}
#content .box p {
	margin: 5px;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
#content .box p a {
	color: #667899;
	font-weight: bold;
	text-decoration: none;
}
#content .box p a:visited {
	color: #999;
	text-decoration: none;
}
#content .box p a:hover, #content .box p a:focus {
	color: #666;
	text-decoration: none;
}
#content .box h1 {
	border: 0;
}
#content .box h1 a {
	margin: 0;
	padding: 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #667899;
	text-decoration: underline;
}
#content .box h1 a:visited {
	color: #999;
	text-decoration: none;
}
#content .box h1 a:hover, #content .box h1 a:focus {
	color: #666;
	text-decoration: none;
}
.lblMessage {
	margin: 0;
	padding: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #900;
}
#map {
	margin: 5px;
	width: 750px;
	height: 450px;
	position: absolute;
	top: 160px;
	left: 290px;
	border: 1px solid #000;
	background: #000 url(../images/PleaseStandBy.gif) no-repeat;
}
.container {
	width: 99%;
	float: right;
}
.imageright {
	margin: 5px 10px;
	padding: 0;
	float: right;
	border: 1px solid #000;
}
.imageleft {
	margin: 10px 15px;
	padding: 0;
	float: left;
	border: 1px solid #000;
}
.imagecenter {
	margin: 5px 10px;
	padding: 0;
	border: 1px solid #000;
}