@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #06446D;
	background-image: url(../_images/tile_bkgrnd.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 984px;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 0px;
	height: 264px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-image: url(../_images/Main-Header.png);
	background-repeat: no-repeat;
}
#navBar {
	margin: 0px;
	padding: 0px;
	height: 60px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#mainWindow {
	background-color: #CCC;
	padding-left: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
	min-height: 500px;
	padding-right: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 1;
	width: 660px;
	float: left;
}
#rightSide {
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(../_images/RightSideBkgrnd.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 3px;
	width: 240px;
	margin-top: 3px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
	z-index: auto;

}
#footer {
	margin: 0px;
	height: 120px;
	clear: both;
	background-image: url(../_images/Main-Footer.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainWindow p a:link, a:visited {
	color: #00325A;
	text-decoration: none;
}
#mainWindow p a:hover {
	color: #C77A3A;
	text-decoration: underline;
}
.subtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #00325A;
	font-weight: bold;
}
.superScript {
	font-size: 0.7em;
	vertical-align: super;
}
#wrapper #rightSide ul {
	text-align: left;
}

#wrapper #rightSide a:link, a:visited {
	color: #00325A;
	text-decoration: none;
}
#wrapper #rightSide a:hover {
	color: #333;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: double;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: left;
}
#wrapper #rightSide p {
	font-size: 0.7em;
	color: #666;
	text-align: justify;
	line-height: 1.2em;
	padding: 0px;
}
