﻿html { 
	margin: 0;
	padding: 0;
}
h1{
	font-size: 24px;
	text-align:left;
}
img{
	border: none;
}
form {
margin: 0;
}
hr.small {
width: 80%;
}
body{
font-family: "Trebuchet MS";
text-align:justify;
}
body.site {
background:white;
background-image:url('../images/bodybg.jpg');
background-repeat:repeat-y;
background-position:center;
margin: 0;
padding: 0;
color: #003366;
}

#container {
	background-image:url('../images/mainbg.jpg');
	width: 780px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background-repeat: repeat-y;
}
#header {
	width: 780px;
	height: 185px;
	overflow: hidden;
}

#headernav {
margin: 0 0 0 -2px;
padding-top: 5px;
text-align:center;
height: 150px;
background-image:url('../images/line.jpg');
background-repeat:no-repeat;
background-position:center bottom;
background-color:white;
overflow:hidden;
font-family: "Trebuchet MS";
}
#headernav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#headernav ul li{

}
.headernavitem {
	float: left;
	height: 120px;
	width: 193px;
	font-family: "Trebuchet MS";
	border-left:2px #003366 solid;
}
.headernavtitle {	
	width: 193px;
	height: 56px;
	background-image:url(../images/headerbutton.jpg);
	background-repeat:no-repeat;
	background-position:19px 0;
	margin:0;
	display:table;
	#position: relative;
}
.headernavtitleIE{
	#position: absolute; 
	#top: 50%;
	#left: 0px;
}
.headernavtitlev{
	display:table-cell;
	vertical-align:middle;
	height:56px;
	#height:auto;
	#position: relative; 
	#top: -50%;
}
.headernavtitle a{
	display:block;
	font-size:20px;
	padding: 0 20px 0 20px;
	width:152px;
	line-height:20px;
	#line-height:24px;
}

#headernav a:link{
text-decoration: none;
color: #003366;
}
#headernav a:visited{
text-decoration: none;
color: #003366;
}
#headernav a:hover{
text-decoration: none;
font-weight: bold;
color: #003366;
}
#headernav a:active{
text-decoration: none;
color: #003366;
}

#left {
font-size:.9em;
height:100%;
padding-left: 6px;
padding-right: 6px;
width: 175px;
float: left;
color:white;
background-color:#814101;
}


#nav{
	padding-left: 10px;
	padding-top:20px;
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
	border:white 2px solid;
}
#nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li{
	padding-top: 10px;
}
#nav ul li ul{
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
}
#nav ul li ul li{
	padding-top: 0px;
}

#nav a {
	text-decoration: underline;
	color: #1E417C;
	color:white;
}
#nav a.nolink:hover {
	text-decoration: underline;
	color: #1E417C;
	color:white;
	font-weight:normal;
}
#nav a:link, #nav a:active, #nav a:visited {
	text-decoration: none;
	color: #1E417C;
	color:white;
}
#nav a:hover {
	font-weight:bold;
}

#maintext{
float:left;
padding-left: 10px;
padding-right: 10px;
width: 572px;
}

#maintext a:link{
text-decoration: underline;
color: #003366;
}
#maintext a:visited{
text-decoration: underline;
color: #003366;
}
#maintext a:hover{
text-decoration: underline;
color: #003366;
}
#maintext a:active{
text-decoration: underline;
color: #003366;
}

/* Not Sure if I'm using */

	



#mission{
font-size: small;
font-weight: normal;
text-align: center;
color: white;
}



.homepagetext{
padding-left: 10px;
width: 600px;
}

#title {
font-size:x-large;
text-align:center;
font-weight:bold;	
}
.clear {
clear: both;
}

.president {
float: right;
width: 200px;
padding:10px;
border: solid 1px ;
margin-left:15px;
margin-top: 15px;
}

option {
font-family:"Trebuchet MS";
}

input.button {
text-align:right;
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 margin-left: auto;
 margin-right: auto;
 margin-top: 3px;
 margin-bottom: 2px;
 }

.imgrt {
padding:4px;
border: solid 1px ;
float:right;
margin-left:10px;
}

.imglt {
padding:4px;
border: solid 1px ;
float:left;
margin-right:10px;
}
a.showcase, .maintext a.showcase{
	border: 3px groove #003366;
	color:#FF0000;
	display:block;
	text-decoration:none;
	padding: 10px;
	text-align:center;
	font-weight:bold;
	background-color:#C8D2EB;
}
a.showcase:hover, .maintext a.showcase:hover{
	text-decoration:underline;
}

#ad{
	border: 2px solid #814101;
	margin: 8px;
	height:125px;
}
#ad img{
	float:left;
	padding-right:20px;
}
#ad h1{
	color: #814101;
}
.box{
	border: 2px solid #814101;
	margin: 8px;
	padding: 0 10px 0 10px;
}
.small{
	font-size:small;
}