/* Home Template */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #9fb8d0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 {
	color: #c2a23a;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 150%;
	padding-bottom: 5px;
	padding-top: 10px;
}
h2 {
	color: #2e2768;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 125%;
	padding-top: 7px;
	padding-bottom: 3px;
}
h3 {
	color: #000000;
	font-size: 1.15em;
	line-height: 110%;
	padding-top: 5px;
	padding-bottom: 3px;
}
p {
	line-height: 150%;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 15px;
}
hr {
	color: #9fb8d0;
	background: #9fb8d0;
	border: 0;
	height: 1px;
	margin: .5em 0;
}
a,  a:link {
	color: navy;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #df8500;
	text-decoration: underline;
}
a:hover {
	color: #940000;
	text-decoration: underline;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 5px;
	text-align: left;
	width: 900px;
	border: 1px solid white;
	overflow: hidden;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 143px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	margin-left: -2px;
	margin-top: -1px;
}
#printHeader {
	display: none;
}
#greyBar {
	background: url(images/greyBar.jpg) no-repeat;
	margin: 0;
	padding: 0;
	height: 46px;
}
#contentWrapper {
	overflow: hidden;
	background: url(images/backgroundRepeat.jpg) repeat-y;
	margin: 0;
	padding: 0;
}
/*#contentWrapper img {
margin-right: 5px;
	margin-left: 5px; 
}
*/
#newsWrap {
	background: url(images/newsBackground.jpg) no-repeat right;
	height: 234px;
	margin: 0 0 0 200px;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}
#news {
	margin: 0;
	overflow: auto;
	height: 185px;
	padding-right: 90px;
	padding-left: 25px;
	padding-top: 15px;
}
#news h1 {
	color: #2e2768;
	font-size: 1.15em;
	line-height: 125%;
	font-weight: bold;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}
#news p {
	color: #211c4d;
	padding: 3px 0 2px 10px;
	line-height: 125%;
	text-align: justify;
}
#nav {
	background-image: url(images/navBackground.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 0;
	width: 200px;
	min-height: 521px;
}
/*nav styles */
.menu {
	float: left;
	width: 180px;
	margin: 10px;
	padding-left: 10px;
	padding-top: 0;
}
.menu ul, .menu li {
	margin: 0 0 3px;
	padding: 0;
	list-style: none;
}
.menu ul ul {
	padding-left: 8px;
}
.menu ul ul li {
	margin: 0 0 2px;
}
.menu ul ul ul li a:link, .menu ul ul ul li a:visited {
	font-weight: normal;
	font-style: normal;
	padding: 0 0 2px;
	font-size: .99em;
}
.menu a:link, .menu a:visited {
	color: #2e2768;
	display: block;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	color: #940000;
	display: block;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	
}
.menu_default a:hover {
	
}
.menu_current {
	color: #940000!important;
	font-weight: bold;
}
/* end nav styles */
#content {
	font-size: 1em;
	background: transparent url(images/contentRight.jpg) no-repeat right top;
	margin: 0 0 0 200px;
	padding: 0 140px 0 25px;
}

#content img {
	border: 1px solid navy!important;
}

.imgCaption {
	padding: 0!important;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #f3f3f3; 
	border: 1px solid #006;
	text-align: center!important;
	font-size: .8em;
	width: 144px;
	overflow: hidden;
}
.imgCaption p {
	margin: 0;
	padding: 2px 1px!important;
	text-align: center!important;
}
#footer {
	line-height: 125%;
	color: #b3b3b3;
	font-size: .8em;
	padding: 10px 120px 10px 225px;
	background: url(images/backgroundRepeat.jpg) repeat-y;
	text-align: justify;
}
#footer  a:link, #footer  a:visited {
	color: #b3b3b3;
	text-decoration: none;
}
#footer  a:hover {
	color: #b3b3b3;
	text-decoration: underline;
}
#printFooter {
	display: none;
}
.credit {
	float: right;
}