/** NOVA public stylesheet
	Supports 2- and 3-column pages
*/

body {
	text-align: center; /* IE5 workaround */
	background-color: #1F3D64;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#top {
	width: 750px;
	margin:0 auto;
	background: #CC6699;
	z-index: 99;
	height: 35px;
	position: relative;
}

div#container {
	border: 0;
	position: relative;
	z-index: 1;
	top: 0;
	width: 750px;
	margin-left: auto; margin-right: auto;
}

div#header {
	z-index: 5;
	 /*height: 88px;   not in sit.css */
}

#outer {
	position: relative;
	width: 750px;
	clear: both;
	z-index: 4;
}

div#sectmenu {
	position: relative;
	z-index: 1;
	float: left;
	display: block;
	width: 109px;  /* new width */
	margin: 0;
	height: 100%;
	text-align: left;
	/* line-height: 1.15em; */
	background-color: #FFFFFF;
	border: 0;
	padding: 0; /* 20px 0 10px 10px */
}

div#main {
	position: relative;
	z-index: 1;
	float: left;
	top: 0;
	width: 469px; /* new width sit was 379px */
	border-right: 1px solid #D0D0B1;
	background: #FFFFFF;
	text-align: left;
	padding: 50px 10px 20px 10px; /* sit was 10px 10px 20px 10px */
}

div#main h1 {
	font-size: 180%;
	margin: 0 0 -0.2em 0;
	color: #3E5600;
	line-height: 1.2em;
}

div#main h2 {
	font-size: 150%;
	margin: .5em 0 -0.2em 0;
	color: #3E5600;
}

div#main h3 {
	font-size: 125%;
	margin: .5em 0 -0.7em 0;
	color: #3E5600;
	font-style: italic;
}

div#main h4 {
	font-size: 110%;
	margin: 0 0 -0.8em 0;
	color: #3E5600;
	font-style: italic;
	clear: both;
}

div#main h5 {
	font-size: 110%;
	margin-bottom: 0em;
	color: #CC5600;
	font-style: italic;
	margin-top: 0em;
}

div#main h6 {
	font-size: 105%;
	margin-bottom: -0.6em;
	color: #CC5600;
	font-style: italic;
}

div#main a {
	text-decoration: none;
}

div#main a:link {
	padding: 0 0 0 0;
	text-decoration: underline;
	color: #333366;
}

div#main a:visited {
	/* padding: 0 0 0 0; */ /* not in sit */
	text-decoration: underline;
	color: #336699;
}

div#main a:hover {
	color: #CC5600;
}

div#main2col {
	position: relative;
	z-index: 1;
	float: left;
	top: 0;
	width: 620px;
	background: #FFFFFF;
	padding: 50px 10px 20px 10px;
	
}

div#main2col h1 {
	font-size: 180%;
	margin: 0 0 -0.2em 0;
	color: #3E5600;
}

div#sidebar {
	position: relative;
	z-index: 1;
	float: left;
	width: 140px; /* sit was 152px */
	margin: 0px;
	border: 0;
	color: #333333; /* text color */
	text-align: left;
	background: #FFFFFF;
	padding: 60px 3px 8px 7px; /* sit was 30px 0 20px 10px */
}

div#sidebar h1 {
	font-size: 125%;
	margin: 0 0 -0.9em 0;
	color: #CC0000;
	line-height: 1.2em;
}

div#sidebar h2 {
	font-size: 120%;
	margin: 0 0 -0.9em 0;
	color: #666666;
	line-height: 1.2em;
	font-style: italic;
}

div#sidebar a {
	text-decoration: none;
}

div#sidebar a:link {
	padding: 0 0 0 0;
	text-decoration: underline;
	color: #333366;
}

div#sidebar a:visited {
	padding: 0 0 0 0;
	text-decoration: underline;
	color: #336699;
}

div#sidebar a:hover {
	color: #CC5600;
}

.col {
	width: 109px; /* sit was 188px */
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	border-top: none; 
	top: 20px; /* not in sit */
}

.one {
	background: #FFFFFF;
	width: 109px; /* 188px in sit */
}
.two{
	background: #FFFFFF;
	left: 109px;  /* 188px in sit */
	width: 489px;  /* 399px in sit */
	border-right: 1px solid #D0D0B1;
}
.three{
	background: #FFFFFF;
	left: 599px; /* 588px in sit */
	width: 151px;
}
.double{
	background: #FFFFFF;
	left: 109px;  /* 188px in sit */
	width: 641px;
}

div#footer {
	height: 20px;
	background-color:#CCCCCC;
	width: 740px;
	clear: both;
	font-size: 90%;
	font-style: italic;
	text-align: left;
	padding: 5px 0 0 10px;
}

html>body .col{top:0} /* hide from ie6 and under */

.clearer {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}
.bioName {
	font-size: 110%;
	margin: 0 0 -1em 0;
	color: #3E5600;
	font-weight: bold;
	clear: both;
}
.bioDetail {
	font-style: italic;
	margin-bottom: -1em;
}
.testimonial {
	font-size: 105%;
	color: #3E5600;
	font-style: italic;
}
.testsource {
	color: #455617;
	margin-top: -0.8em;
	text-align: right;
	font-style: italic;
}
