@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 {
	background-color: clear;
	width: 984px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-color: clear;
	padding: 0px;
	height: 264px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-image: url(../_images/Main-Header.png);
}
#navBar {
	background-color: clear;
	margin: 0px;
	padding: 0px;
	height: 60px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#mainWindow {
	background-color: clear;
	margin: 0px;
	padding: 0px;
	height: 460px;
	width: 496px;
	float: left;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
#sideLeft {
	background-color: clear;
	margin: 0px;
	padding: 0px;
	height: 460px;
	width: 240px;
	float: left;
	padding-top: 2px;
	background-repeat: no-repeat;
}
#sideRight {
	background-color: clear;
	margin: 0px;
	height: 440px;
	width: 200px;
	float: right;
	clear: right;
	padding-top: 20px;
	background-image: url(../_images/bgwndw/rtwndw.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer {
	background-color: clear;
	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;
}
.smwndwPics {
	margin-bottom: 2px;
}
.newsFlashimg {
	border: thin solid #183257;
}
#wrapper #sideRight a:link, a:visited {
	color: #00325A;
	text-decoration: none;
}
#wrapper #sideRight 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;
}
#wrapper #sideRight p {
	font-size: 0.7em;
	color: #666;
	text-align: justify;
	line-height: 1.2em;
	padding: 0px;
}
.fourOhFour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #00325A;
	text-align: justify;
}
