﻿#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

#header {	
	background-color: #2F4F2F;
	height: 300px;
	padding: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
table.tsched tr td {
	padding: 10px;
	font-weight: bold;
}

#navbox {
	padding: 0px;
	background-color: #2F4F2F;
	height: 18px;
	/*clear: both;*/
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#footer {
	clear: both;
	padding: 5px;
	font-size: x-small;
	text-align: center;
	color: #999966;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}

#mainContent {
	width: 480px;
	float: left;
	padding: 5px 10px 5px 10px;
	background-color: #D8D2A8;
	height: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#announcements {
	padding: 5px 10px 0px 10px;
	margin: 0px 0px 0px 500px;
	background-color: #BDB76B;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#page {
	background-color: #D8D2A8;
	padding: 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#logo {
	width: 200px;
	height: 290px;
	float: left;
	padding: 5px;
	font-weight: bold;
	color: #C45100;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

#flashContent {
	margin: 0px 0px 0px 200px;
	height: 290px;
	padding: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}


#nav ul {
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	list-style-type: none;
	clear: both;
	position: absolute;
	width: inherit;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#nav li {
	float: left;
	width: 98px;
	text-align: center;
	line-height: 18px;
	background-color: #B55000; /*background-image: url('images/orangeButton.gif');*/;
	color: #FFFFFF; /*-moz-border-radius: 7px;*/ /*-webkit-border-radius: 7px;*/;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #883E00;
	border-left-color: #883E00;
	font-weight: bold;
}


#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}


#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}


#nav a:visited {
	color: #FFFFFF;
}


#nav a:hover {
	background-color: #B55000;
	background-image: url('images/orangeButtonTopSmRollover.png');
	color: #000000;
}


#nav {
	width: 800px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
}


#nav li ul {
	display: none;	
}


#nav li:hover > ul {
	display: block;	
}


#nav ul li ul li {
	width: 150px;
	clear: both;
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #883E00;
	font-weight: normal;
}


#nav ul li ul li a:hover {
	background-image: url(images/orangeButtonLgRollover.png);
}


#logo img {
	border-color: none;
	border-style: none;
	border-width: 0px;
	text-decoration: none;
	}


#nav li ul ul {	
	margin: -30px 0 0 150px;
}


marquee {
	border: 2px ridge #996633;
	background-color: #D8D2A8;
	padding-right: 5px;
	padding-left: 5px;
	width: 263px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}


/************************************Styles for IE6 Compatability START*****************************/

#nav li.sfhover ul {
	display: block;	
}

#nav li:hover ul {
	display: block;	
}

#nav li.sfhover ul ul {
	display: none;
}

#nav li:hover ul ul {
	display: none;
}

#nav li.sfhover ul ul ul {
	display: none;
}

#nav li.sfhover ul ul {
	display: none;
}

#nav li:hover ul ul ul {
	display: none;
}

#nav li:hover ul ul {
	display: none;
}

#nav li li li.sfhover ul {
	display: block;	
}

#nav li li.sfhover ul {
	display: block;	
}

#nav li.sfhover ul {
	display: block;	
}

#nav li li li:hover ul {
	display: block;	
}

#nav li li:hover ul {
	display: block;	
}

#nav li:hover ul {
	display: block;	
}

#nav li.sfhover ul ul ul ul {
	display: none;
}

#nav li.sfhover ul ul ul {
	display: none;
}

#nav li.sfhover ul ul {
	display: none;
}

#nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul ul ul {
	display: none;
}

#nav li:hover ul ul {
	display: none;
}

#nav li li li li.sfhover ul {
	display: block;
}

#nav li li li.sfhover ul {
	display: block;
}

#nav li li.sfhover ul {
	display: block;
}

#nav li.sfhover ul {
	display: block;
}

#nav li li li li:hover ul {
	display: block;
}

#nav li li li:hover ul {
	display: block;
}

#nav li li:hover ul {
	display: block;
}

#nav li:hover ul {
	display: block;
}

/***********************************Styles for IE6 Compatibility END********************************/

#announcements h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

#right_col {
	margin: 0px 0px 0px 500px;
	padding: 10px;
	background-color: #D8D2A8;
	height: auto;
	-moz-border-radius: 7px;
}

.clearboth {
	clear: both;
}

#logo a:visited {
	font-weight: bold;
	color: #E89A2F;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

#logo a:active {
	font-weight: bold;
	color: #E89A2F;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

#logo a:hover {
	font-weight: bold;
	color: #E89A2F;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

#logo a:link {
	font-weight: bold;
	color: #E89A2F;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

#logo a {
	font-weight: bold;
	color: #E89A2F;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

.announcements1col {
	margin: 0px 0px 5px 10px;
	padding: 5px 10px 0px 10px;
	background-color: #BDB76B;
	height: 245px;
	width: 280px;
	float: right;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.mainContent1col {
	/*padding: 0px 0px 20px 0px;*/
	padding: 0px 0px 5px 10px;
	margin: 0px;
	background-color: #D8D2A8;
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px
}

.mainContent1col p {
	margin: 0px;
	padding: 10px 10px 0px 0px;
}

.announcements1col h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.rSubNav {	
	text-decoration: none;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	width: 175px;
	display: block;
	line-height: 18px;
	color: #000000;
}

.rSubNav a:hover  {
	/*border: 2px solid #FFFFFF;*/
	background-color: #3C553C;
	color: #BDB76B;
}

.rSubNav li {
	margin-top: 8px;
	margin-bottom: 8px;
}

.rSubNav a	{
	text-decoration:none;
}

.rSubNav a:link {
	text-decoration: none;
}

.bioPicsSm {
	float: left;
	margin-right: 5px;
	text-decoration: none;
	border-style: none;
	border-width: 0px;
}
.bioImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.linkedText {
	text-decoration: none;
	color: #6A663C;	 
}

table.grid td {
	border: thin solid #000000;
	border-collapse: collapse;
	padding: 5px;
}

table.grid {
	border: thin solid #000000;
	border-collapse: collapse;
}

li.noBullet {
	list-style-type: none;
}

.rSubNavButton {
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	font-size: 14px;
	width: 200px;
	display: block;
	line-height: 18px;
	color: #000000;
	background-image: url('images/orangeButtonSubnav.gif');
	text-align: center;
}

.rSubNavButton a:hover {
	/*border: 2px solid #FFFFFF;*/
	background-color: #3C553C;
	color: #FFFFFF;
	background-image: url('images/greenButtonSubnav.gif');
	text-align: center;
	display: block;
	line-height: 18px;
	list-style-type: none;
	text-decoration: none;
	width: 200px;
}

.rSubNavButton a {
	text-decoration: none;
	display: block;
	list-style-type: none;
	color: #FFFFFF;
}

.rSubNavButton a:link {
	text-decoration: none;
	list-style-type: none;
}

.button {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	/*background-image: url('images/orangeButtonSubnav.gif');*/;
	line-height: 18px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	/*-moz-border-radius: 7px;*/
	/*-webkit-border-radius: 7px;*/
	
}

.button a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	/*background-image: url('images/orangeButtonSubnav.gif');*/
	line-height: 18px;
}

.button a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	/*background-image: url('images/orangeButtonSubnav.gif');*/
	line-height: 18px;
	display: block;
	background-color: #B55000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #883E00;
	border-bottom-color: #883E00;
	/*-moz-border-radius: 7px;*/
	/*-webkit-border-radius: 7px;*/

}

.button a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	/*background-image: url('images/orangeButtonSubnav.gif');*/
	line-height: 18px;
}

.button a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-image: url('images/orangeButtonSubnavRollover.png');
	line-height: 18px; /*-moz-border-radius: 7px;*/ /*-webkit-border-radius: 7px;*/;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #883E00;
	border-bottom-color: #883E00;
}

#blogFrame {
	border-style: none;
	border-width: 0px;
	width: 100%;
	height: 800px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

table.grid td.centered {
	border: thin solid #000000;
	border-collapse: collapse;
	padding: 5px;
	text-align: center;
}

.underlined {
	text-decoration: underline;
}

table.grid tr.centered {
	border: thin solid #000000;
	border-collapse: collapse;
	padding: 5px;
	text-align: center;
}

.smalltext {
	font-size: 8px;
}

.feedback {
	color: #666666;
	text-decoration: none;
	bottom: 0px;
	right: 25px;
	display: block;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;	
}

.noBorder {
	border-width: 0px;
	border-style: none;
}

.feedback a:link, .feedback a:visited, .feedback a:hover, .feedback a:active {
	color: #666666;
	text-decoration: none;
}

.linkedText {
	text-decoration: none;
	color: #6A663C;
}

a.linkedText:hover {
	text-decoration: underline;
	color: #2F4F2F;
}
/*#announcementsContent {
	padding: 5px 10px 5px 10px;
	text-align: center;
}*/
/*#headerContent {
	padding: 5px;
	margin-top: -10px;
}*/

#iframeWrapper {
	padding: 7px 0px 7px 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #D8D2A8;
}

#timeline span.popup {
	display: none;
}
#timeline:hover span.popup {
	position: absolute;
	border-width: none;
	border-style: none;
	display: block;
	margin-top: -75px;
	margin-left: 5px;
	z-index: 100;
	}
#timeline {
	width: 200px;
}
.smText {
	font-size: xx-small;
}
.tlButton {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center; /*background-image: url('images/orangeButtonSubnav.gif');*/;
	line-height: 18px;
	width: 200px;
}
#bottomtimeline {
	padding-left: 10px;
}
table.tsched {
	border-spacing: 5px;
}
table.tsched tr td.tschedhead {
	padding: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.textRight {
	text-align: right;
}
.centered {
	text-align: center;
}
.newsitem {
	text-align: center;
}
