/** OUUC 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;
	color: #411B00;
}

#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;
	//background: #FDF6EB;
	 /*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: 138px;  /* new width was 109 */
	margin: 0;
	height: 100%;
	text-align: center;
	background-color: #82924D;
	border: 0;
	padding: 20px 0px 20px 0px; /* 20px 0 10px 10px */
	line-height: -1.5em;
}

div#sectmenu a {
	display: block;
	padding: 0px 2px;
	width: 138px	;
}


div#sectmenu a:link {
	display: block;
	padding: 0px 2px;
	width: 138px;
	text-decoration: none;
	border-top: 2px;
	color: #003A64;
	font-style: normal;
	font-weight: bold;
}

div#sectmenu a:visited {
	/* padding: 0 0 0 0; */ /* not in sit */
	text-decoration: none;
	color: #003A64;
	font-weight: bold;
}

div#sectmenu a:hover {
	background: #CCCCCC; /*#FFFDED;*/
	font-weight: bold;
}

div#main {
	position: relative;
	z-index: 1;
	float: left;
	top: 0;
	width: 465px; /* was 465px */
	border-right: 1px solid #D0D0B1;
	background: #FDF6EB;
	text-align: left;
	padding: 28px 10px 20px 10px; /* sit was 10px 10px 20px 10px */
}

div#main h1 {
	font-size: 180%;
	margin: 0 0 -0.2em 0;
	color: #923A00;
	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 -.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#main1col {
	position: relative;
	z-index: 1;
	float: left;
	top: 0px;
	width: 730px;
	background: #FDF6EB;
	padding: 28px 10px 20px 10px;
	text-align: left;
	
}

div#main2col {
	position: relative;
	z-index: 1;
	float: left;
	top: 0px;
	width: 591px;
	background: #FDF6EB;
	padding: 28px 10px 20px 10px;
	text-align: left;
	
}

div#main2col h1 {
	font-size: 180%;
	margin: 0 0 -0.2em 0;
	/*color: #3E5600;*/
	color: #923A00;	
	line-height: 1.2em;
}

div#main2col h2 {
	font-size: 150%;
	margin: .5em 0 -0.2em 0;
	color: #3E5600;
}

div#main2col h3 {
	font-size: 125%;
	margin: .5em 0 -.7em 0;
	color: #3E5600;
	font-style: italic;
	clear: both;
}

div#sidebar {
	position: relative;
	z-index: 1;
	float: left;
	width: 116px; /* was 116px */
	margin: 0px;
	border: 0;
	color: #333333; /* text color */
	text-align: left;
	background: #FDF6EB;
	padding: 35px 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: 138px; /* sit was 188px */
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	border-top: none; 
	top: 20px; /* not in sit */
}

.one {
	/*background: #FDF6EB;*/
	background: #82924D;
	width: 138px; /* 138 */
	border-right: 1px solid #D0D0B1;
}
.two{
	background: #FDF6EB;
	left: 138px;  /* 188px in sit */
	width: 489px;  /* 399px in sit */
	border-right: 1px solid #D0D0B1;
}
.three{
	background: #FDF6EB;
	left: 599px; /* 588px */
	width: 151px; /* 151px */
}
.double{
	background: #FDF6EB;
	left: 138px;  /* 188px in sit */
	width: 611px;
}

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: left;
	font-style: italic;
}
.sidebarCaption {
	font-size: 85%;
	text-align: center;
}
.mainAttrib {
	margin-top: -0.8em;
	font-size: 90%;
	text-align: right;
}
.quotation {
	margin-left: 2em;
	margin-right: 2em;
}

.playerText {
	font-size: 90%;
	line-height: 100%;
	color: #666;
}

#container #outer #main ul {
	margin-top: -.75em;
}
