@charset "utf-8";
/* CSS Document */

body, html {
	
}

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}

#box {
	background: url(Images/grass-bg.jpg) bottom center repeat-x #333D91;
	position:fixed;
	overflow:scroll;
	height: 100%;
	width: 100%;
}
html>body #minHeight
{
	float:right;
	width:0px;
	height:100%;

}

#container {
	width: 900px;
	margin: auto;
	margin-top: 30px;
	background: transparent;
	margin-bottom: -20px;
}

#header {
	/*background: url(Images/welcome-new.png) center no-repeat;*/
	
}

#head-content {
	padding-top: 0px;
	height:50px;
	margin: auto;
	margin-left: 100px;
	width: 880px;
	margin-bottom:50px;
}

#nav {
	width: 700px;
	margin: auto;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:70px;
	background: #FFFFFF;
}

#nav dl {
	list-style-type:none;
	width: auto;
	display:block;
	margin-left:50px;
	background: #FFFFFF;
}

#nav dl dt {
	display:block;
	float: left;
	padding-left:45px;
	padding-top: 20px;
	background: #FFFFFF;
}

#nav a {
	text-decoration: none;
	color: #8FA43F;
	background: #FFFFFF;
}

#nav a:hover {
	border-bottom: #2C367D 5px solid;
}

.active{
}


#side-bar {
	/*width: 175px;
	float: left;
	padding-right: 5px;*/
}

#content {
	width: 880px;
	/*height: 210px;*/
	color: #333;
	background: #FFFFFF;
	padding-left: 10px;
	padding-right:10px;
	border: solid 2px #EEEEEE;
	/*border-left: solid 3px #2C367D;
	border-top: solid 3px #2C367D;
	border-bottom: solid 3px #2C367D;
	border-right: solid 2px #2C367D;*/
}

#content img {
	padding-top: 10px;
	padding-left: 8px;
}

#content img a {
	border: 0;
}

#content p {
	padding-left: 5px;
	padding-right:5px;
}

#content-page {
	width: 700px;
	/*height: 350px;
	overflow: auto;*/
	color: #333;
	background: #FFFFFF;
	padding-left: 10px;
	padding-right:10px;
	border: double 3px #CCC;
	margin: auto;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#content-page a {
	text-decoration: none;
	color: #2F3885;
}

#content-page a:hover {
	border-bottom: solid 1px #2F3885;
}

#content-page a.selected {
color: #FFFFFF;
}

#content-page h2 {
	font-size: 24px;
	color: #2F3885;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#content-page h3 {
	font-size: 20px;
	color:#2F3885;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}

#content-page h4 {
	margin-bottom: 15px;
}

#footer {
	border-top: #2C367D solid 5px;
	margin-top:5px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -.6px;
	font-size: 16px;
	text-align: center;
	color: #2C367D;
	width: 904px;
}

#footer a {
	color: #DDDDDD;
	text-decoration: none;
	padding-left:9px;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer-page {
	border-bottom: #2C367D solid 5px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -.6px;
	text-align: center;
	color: #2C367D;
	width: 725px;
	margin: auto;
}

#footer-page a {
	color: #DDDDDD;
	text-decoration: none;
	padding-left:15px;
}

#footer-page a:hover {
	color: #FFFFFF;
}

.center {
	margin-left: 500px;
}

#img-link a:hover {
	border: none;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
background: url(Images/tab-inactive.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 2px;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(Images/tab-active.jpg);
color: #FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #FFFFFF;
}

.tabcontent{
display:none;
}

#bottom-footer {
margin: auto;
width:700px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
height:20px;
color: #FFFDDD;
}

@media print {
.tabcontent {
display:block !important;
}
}
