/*Tag styles*/
body {
	margin-top: 0px;
	background-color: #C8CDD2;
	text-align: center;
}
/*body p{
	margin-top: 0px;
	margin-bottom: 1em;
}
html, body {
    height: auto;
}*/

/*Identifiers*/
#contentwrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 795px;
	text-align: left;
	z-index: 1;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
/**html #contentwrapper {height: 1%}
html>body #contentwrapper {
    height: auto;
	}*/
#contentwrapper2 { /*for 100% width pages*/
	position: relative;
	background-color: #FFFFFF;
	width: auto;
	/*height: auto;
	min-height: auto;*/
	text-align: center;
	z-index: 1;
}
#PrintText {
	display: none;
	}
#navcol {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding-top: 7px;
	padding-left: 5px;
	padding-bottom: 2px;
	width:140px;
	background-color:#FFFFFF;
	/*height: auto;
	min-height: auto;*/
	z-index: 1;
	}
#maincol {
	position: relative;
	margin-left: 141px;
	width: 634px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 14px;	/*height: auto;
	min-height: auto;*/
}
/*#maincol:after {
/*Added to wrap the body around the feature box in Gecko browsers
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html #maincol {height: 1%}*/
#maincol2 {
	position: relative;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:5px;	/*height: 100%;
	min-height: 100%;*/
}
/*#maincol2:after {
/*Added to wrap the body around the feature box in Gecko browsers
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html #maincol2 {height: 1%}*/

#maincol:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

#deptfooter {
	display: none;
}
#deptfooter2 {
	display: none;
}

/*Classes*/
.noborder {
	border: none;
}
.smallFormBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-bottom: 2px;
	margin-left: 1px;
	border: 1px solid #999999;
}
.UpperPanel{
	border-bottom: 2px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

/*Selectors*/
#maincol a:link, #maincol a:visited, .indlink a:link, .indlink a:visited, #maincol2 a:link, #maincol2 a:visited{
	color: #2C4885;
	text-decoration: none;
}
#maincol a:hover,.indlink a:hover, #maincol2 a:hover{
	color: #85C446;
	text-decoration: underline;
}
#navcoltable a:link, #navcoltable a:visited {
	color:#15397F;
	text-decoration: none;	
}

#navcoltable a:hover {
	color:#85C446;
	text-decoration:underline;
	}

