@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 100%;
}
/*div#main {
	border: 1px solid black;
	position:absolute;
	visibility: visible;
	width: 80%;
	overflow: auto;
	background-color: #FFFFFF;
	left: 10%;
	top: 10px;
	height: 90%;
}*/
.blue{
color: #a1c0e4;
}
div#titlepic{
	position:absolute;
	left: 0px;
	top: 0px;
	width:147px;
	height:155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFBDE;
}
div#title{
	position:absolute;
	left: 277px;
	top: 17px;
	height: 116px;
	width: 245px;
	vertical-align: bottom;
}
div#titlebar{
	position:absolute;
	height: 130px;
	left: 150px;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

div#content{
	position: absolute;
	top: 156px;
	left: 0px;
	padding: 10px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFBDE;
	overflow:auto;
}
#footer{
	bottom:0;
	position:absolute;
	font-size: small;
	width: 95%;
		}
#footer p{
	margin-left: auto;
	margin-right: auto;
}		
div#wavebg{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	right: 0px;
	bottom: 0px;
	overflow:auto;
	background-attachment: fixed;
	background-image: url(images/wavebg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.floatright { 
float: right; 
margin: 0;
padding-left: 15px;
}
.floatleft {
	float: left;
	margin: 0;
	padding-right: 15px;
	position: relative;
	vertical-align: middle;
 } 
img {
border-style:none;
}
h1{
	font-size: x-large;
	color: #a1c0e4;
	background-image: url(images/nav_over.gif);
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #000000;
	clear: both;
	width: 30%;
}
h2 {
	font-size: x-large;
	color: #895032;
	font-style: normal;
}
h3 {
	font-size: large;
	color: #6392cf;
}
h4 {
	color: #a1c0e4;
}

.highlight{
	color: #FF0000;
}

a.highlight{
	color: #FF0000;
}

.justified{
text-align:justify;
}
.smalltext {
	font-size: small;
}
.trap {
width:5px;
visibility:hidden;
}

div#nav{
	position:absolute;
	left: 150px;
	right: 0px;
	top: 130px;
	background-color: #895032;
	height: 25px;
	display: inline-block;
	white-space:nowrap;
	/*background-image: url(images/nav.gif);*/
}

#nav ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
width:100%;
vertical-align:bottom;
height: 25px;
}

#nav li {
	background-color: #895032;
	overflow: visible;
	float: left;
	height: 25px;
	
}

#nav li a{
	display: inline-block;
	text-decoration: none;
	background-color: #895032;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	background-image: url(images/nav.gif);
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	overflow: visible;
}

#nav li a:hover{
	background-color: #9d6040;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/nav_over.gif);
	color: #D5D5D5;
	height: 25px;
	overflow: visible;

}
a {
	color: #6392cf;
	text-decoration: none;
}
a:visited {
	color: #6392cf;
	text-decoration: none;
}
a:hover {
	color: #a1c0e4;
	text-decoration: none;
}
.brownbox {
	color: #FFFFFF;
	background-color: #895032;
	padding: 5px;
	width: 95%;
	vertical-align: middle;
	border: 1px solid #FFFBDE;
}
div.clearing {
	clear: left; 
	line-height: 0; 
	height: 0;
}
/*tbody {
	background-color: #a1c0e4;
}*/
th {
	background-color: #8fabcc;
}
