@charset "UTF-8";
body {
	font: 12px 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: 20px;
	color: #000000;
	
}

p {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

h1 {
	font-size: 20px;
	margin: 0px;
}

.edugreen {
	color: #3d6f5c;
}

.edublu {
	color: #004883;
}

.edugarnet {
	color: #8a1f03;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration:underline;
}

#container {
	width: 784px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#containerPg {
	width: 868px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}


#mainhm {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainpg {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}

#photohm {
	margin-top: 11px;
}

#navpg {
	margin-top: 11px;
	z-index: 10;
	position: absolute;
	top: 143px;
	left: 0px;
}

#navhm {
	margin-top: 11px;
}

#PgNav {
	float: left;
	position: absolute;
	top: 150px;
	margin: 0px;
	width: 290px;
	z-index: 10;
	left: 0px;
	padding: 0px;
	height: 100%;
}
#navelement {
	margin-bottom: 10px;
}

#PgNav p {
	font-size: 105%;
	margin: 5px 0px 0px 27px;
}

#PgNav a {
	text-decoration: none;
}

#PgNav a:hover {
	color: #333333;
}

.navindent {
	text-indent: 15px;
	color: #3d6f5c;
}

.navindent a {
	text-indent: 15px;
	color: #3d6f5c;
}

.navindent a:hover {
	text-indent: 15px;
	color: #333333;
}

.current {
	color: #000000;
}

.currentGrn {
	text-transform: uppercase;
	color: #3d6f5c;
	font-size: 105%;
	letter-spacing: .2em;
}

.currentBlu {
	font-weight: bold;	
	color: #004883;
}

.currentGnt {
	font-weight: bold;
	color: #8a1f03;
}

#content {
	margin-bottom: 50px;
	padding: 0px;
	margin-top: 15px;
	clear: both;
}

#contentPg {
	padding: 0px 0px 0px 290px;
	background-color: #e0e9f4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 143px;
	clear: left;
	z-index: 5;
	left: 0px;
}

#center {
	background-color: #FFFFFF;
	position: relative;
	padding-bottom: 0px;
	padding-left: 16px;
	width: 562px;
	overflow: visible;
	padding-top: 16px;
	min-height:800px;
  height:auto !important;
  height:800px;

}

#foothm {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footpg {
	font-size: 9px;
	padding-left: 16px;
	background-color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 25px;
	position:relative;
}

.caption {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #004883;
	margin: 0px;
	padding: 5px 0px 0px;
	display: block;
}

.caption a {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #004883;
	text-decoration:none;

}

.caption a:hover {
	color: #666666;
}

.captionRuleR {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #004883;
	display: block;
	margin-left: 55px;
	width: 100px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #a1a1a1;
	padding-top: 15px;
}

.captionRuleR a {
	color: #004883;
	text-decoration:none;

}

.captionRuleR a:hover {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.captionPad {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #004883;
	display: block;
	margin-left: 20px;
	width: 150px;
	padding-top: 15px;
}

.captionPad a {
	color: #004883;
	text-decoration:none;

}

.captionPad a:hover {
	color: #666666;
}

a.greenOn {
	font-weight: bold;
	color: #004883;}
a.blueOn {
	font-weight: bold;
	color:#396d5a;}


/* Fix IE. Hide from IE Mac \
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
 End */

