@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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 */
	border: 1px solid #FFFFFF;
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-color: #00CCFF;
	border-right-style: ridge;
	border-left-style: ridge;
	border-bottom-style: ridge;
	border-top-style: ridge;
}
#mainContent {
	color: #0033FF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	padding-top: 5px;
}
#sidebar {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 0px;
}
#logobar {
	width: 100%;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align:center;
	border-top-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 10px;
}
#emptybar {
	width: 100%;
	height:100%;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align:center;
}
#navbar {
	float: left;
	width: 100%;
	background: #CCFFFF;
	border: 0px solid #000000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	vertical-align: middle;
}
.pageHeader {
	font:30px arial;
	color: #993366;
	line-height:38px;
	font-style: normal;
	font-weight: normal;
	}
.bodyText {
	font:14px arial;
	color:#0033FF;
	}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0033FF;
}
#navigation a {
	font:14px arial;
	color: #0033ff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #FF0000;
	}
#footerbar {
	width: 100%;
	height:100%;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align:center;
}
div#navbar2 {
	height: 40px;
	width: 100%;
	border-top: solid #000 0px;
	border-bottom: solid #000 0px;
	background-color: #00FFFF;
	text-align: center;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #0033FF;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
	color: #0033FF;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #0033FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	-moz-background-inline-policy: #00ffff;
}
div#navbar2 li a:link {
    color: #FFF:
	color: #9900CC;
	color: #0033ff;
}
div#navbar2 li a:visited {
	color: #0033FF;
}
div#navbar2 li a:hover {
	color: #993366;
	background-color: #00ffff;
}
