@import url("navigation.css");

body {
	background: url(images/bg_tile.jpg) center repeat-y;
	background-color: #9fc0e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; /* ~13px */
	line-height:16.25px; /* ~16.25 */
}

a {
	color:#4d340a;
	//	color:#000;
	text-decoration: none;
}

a:hover {
	color:#837154;
	text-decoration: underline;
}

p {
	padding-bottom:1em;
}

#container {
	width: 100%;
}

#content, #header, #header2, #subnav, #footer {
	width:749px;
}

#content {
	margin: 0 auto;
}

#novalogo {
	width: 219px;
	float: left;
}


#headerinfo {
	float:right;
	padding:4px;
	text-align: right;
	font-weight: bold;
}

#headerinfo ul{
	list-style: none;
}


#headerpic {
	width: 749px;
	background-color: #336699;
	float:left;
	clear:left;
	border-color: #ffffff;
	height:149px;
	border: 1px;
	margin: 1px 1px 1px 1px;
	padding-top: 7px;
	padding-bottom: 11px;
}

#headerpic img {
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	margin: 1px 0 1px 0;
}

/*
#nav_main {

	width:100%;
	height:20px;
	text-align:center;
	background-color: #4d340a;
	color: #ffffff;
	margin-top:1px;
	border-left: 1px #ffffff solid;
}

.navlist {
	width:328px;
	margin: 0 auto;
	text-align:center;
	color:#ffffff;	
	position:relative;
}

.navlist li.nlli {
	float:left;
	width:80px;
	height:18px;
	text-align:center;
	background-color:#4d340a;
	padding-top:2px;
}

.navlist li a {
	padding:5px;
	width: 80px;
	height: 15px;
	color:#fff;
	text-decoration:none;
}

ul.navlist li.nlli:hover, un.navlist li.nlli.hover {
	background-color:#837154;
}

ul.navlist li:hover ul.subnavlist1, ul.navlist li.hover ul.subnavlist1 {
	display:block;
	position:absolute;
	top:20px;
	left:2px;
}

ul.navlist li:hover ul.subnavlist2, ul.navlist li.hover ul.subnavlist2 {
	display:block;
	position:absolute;
	top:26px;
	left:2px;
}

.subnavlist1, .subnavlist2 {
	display:none;
	width:500px;
}

.subnavlist1 li {
	float:left;
	height:17px;
	padding:3px 5px 0 5px;
	background-color: #666055;
	border-top:3px solid white;
	position: relative;
	right:80px;
}

.subnavlist2 li {
	position:relative;
	right:90px;
}

.subnavlist1 li:hover, .subnavlist1 li.hover {
 background-color:#aaa;
}

#subnav {
	float:left;
	clear:left;
	display:block;
	width:745px;
	height:16px;
	margin: 3px 0 10px 0;
	border-left: 1px #ffffff solid;
	background-color: #666055;
	color: #ffffff;
	text-align: center;
	padding: 2px;
}
*/
#maincontentarea {
	text-align:center;
	padding-left:15px;
}


#middle {
	width: 715px;
	margin-top: 1em;
	text-align: justify;
}

.middlesection {
	float:left;
	width:100%;
}

.middlesection p {
	font-size:14px;
	line-height:18px;
}

.middlesection li {
	margin-left: 2em;
	list-style-type: disc;
	font-size: 14px;
	line-height:18px;
}

.middlesection ul {
	padding-bottom:1em;
}
.middlesection h3 {
	font-size: 1.3em;
	margin: 1em 0 .5em 0;
	color: #336699;
}
.sectionhead {
	font-size: 2em;
	color:#336699;
	padding:10px 5px 10px 0px;
	height:20px;
	width:100%;
}

.pic_right {
	float:right;
	margin: 0 0 1em 1em;
}

.pic_left {
	float:left;
	margin: 0 1em 1em 0;
}

#footer {
	clear:left;
	display:block;
	width:745px;
	margin: 0 0 1px 0;
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	color: #333333;
	text-align: center;
	padding: 2px;
	font-size: .9em;
}

#footernav {
	float: left;
	clear:both;
	height:20px;
	width:100%;
	margin: 10px 0 3px 0;
	border-bottom: #CCCCCC 1px solid;
	padding-top: 2em;
}

#footernav li{
	display:inline;
	list-style-type: none;
}

#footerinfo li{
	display:inline;
	font-weight:bold;
}

.clearboth { clear:both; }

hr {
	clear:both;
	border:0;
	width:100%;
	height:1px;
	color:#99ccff;
	background-color:#99ccff;
}

table.schedule {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
}

table.schedule td {
	padding:10px;
}

table.schedule tr.headings td {
	background: #4d340a;
	font-weight: bold;
	color: white;
	font-size: 1.2em;
	line-height: 1.6em;
}


table.schedule tr.odd td {
	background: #d2d2d2;
}




