/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	color:  #000080;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
}
#wrapper {
	background-color:#E4FAF5;
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000000;
	text-align: left;
}
.stdbg { background-color:#E4FAF5 }

#banner {
	height: 150px;
	border-color:#cc0000;
	border-style:solid;
	border-width:medium;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}
#nav {border-bottom:1px solid #000000;}

#nav ul {
	padding: 0;
	margin: 0;
	background-color:#12817D;
	color: #FFFFFF;
	text-align:center;
}
#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav ul li a {
	font-size: 80%;
	color: #E4FAF5;
	background-color:#12817D;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;
	font-weight: bolder;
	border-right: none;

} 

#nav misc-ul-li-a {
	border-top: 1px solid #f5d7b4;
	border-left: 1px solid #f5d7b4;
	border-bottom: 1px solid #f5d7b4;
}

#nav ul li a:hover, #nav ul li a:focus{
	background-color:#0000FF;
	color:#0000CC;
}

body#home a#nav-home,
body#about a#nav-about,
body#news a#nav-news,
body#board a#nav-board,
body#contactus a#nav-contactus {
	color: #CC6633;
}

.other-nav-highlights { color:#66FF33
	border-top: 2px solid #983738;
	border-left: 2px solid #983738;
	border-bottom: 2px solid #983738;
	border-right: 2px solid #983738; }

.standard-border-color {
	border-color:#12817D;
}

h1 { color:#000080;
	font-size:120% }
h2 { color:#12817D;
	font-size:110% }
h3 { color:#983738 }
h4 { color:#12817D }
h5 { color:#12817D }
h6 { color:#12817D }


.leftcolumn {
	font-size: 95%;
}
.rightcolumn {
	font-size: 90%;
	color: #804040;
}

p {
	font-size: 95%;
}

.p-left-bold-maroon {
	color:#983738;
	font-size:120%;
	font-weight:bold;
}

.p-right--bold-lightmaroon {
	color:#c76565;
	font-size:100%;
	font-weight: bold;
	float: right;
}

.NoDisplay {display: none;}


.style0 {
	color: #333333;
}
.style0 a:link, a:visited {
	color: #000099;
}
.style0 a:hover {
	color: #0033FF;
}
.style0 a:active {
	color: #0033FF;

}

.style130-B-Color {
	color: #000080;
	font-weight: bold;
	font-size: 130%;
}

.style85-B-Color {
	color: #000080;
	font-weight: bold;
	font-size: 85%;
}

.style85 {
	font-size: 85%;
}

.style75 {
	font-size: 75%;
}

.style70 {
	font-size: 70%;
}

.style65 {
	font-size: 65%;
}
.style1 {
	color: ##000080;
	font-weight: bold;
}
.style1 a:link, a:visited {
	color: #000066;
}
.style1 a:hover {
	color: #0000FF;
}
.style1 a:active {
	color: #0000CC;

}

.style2 {
	color: #000080;
	font-size: 80%;
}
.style2 a:link, a:visited {
	color: #000066;
}
.style2 a:hover {
	color: #0000FF;
}
.style2 a:active {
	color: #0000CC;
}
.styleRed {
	color: #FF0000;
}

#content h1 {
	font-size: 130%;
	color: #003366;
	padding: 0;
}

#content h2 {
	font-size: 110%;
	color: #003366;
	padding: 0;
}

.leftimage {
	float: left;
	margin-right: 10px;
}

.rightimage {
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
	width: 150px;
}
.clearit {
	clear: both;
	display: block;
}

#footer {
	border-top: 1px solid #000000;
	background-color: #12817D;
	color: #FFFFFF;
	width: 770px;
	margin: 0;
	font-size: 80%;
}

#footer p {
	font-size: 70%;
	margin: 0;
	padding: 10px;
}
#footer a:link {
	color: white;
	text-decoration: none; 
}
#footer a:visited, a:active  {
	color: #0000CC;
}

#footer a:hover {
	color: #F2FA9A;
	text-decoration: underline;
}





#content2 {
	position: absolute;
	margin-top: 140px;
	padding-top 0px;
	margin-bottom: 20px;
	width: 100px;
	margin-left: 640px;
	font-size: 90%;
	color: #804040;
}

#content {
	margin-top: 20px;
	padding-top 0px;
	margin-bottom: 20px;
	width: 600px;
	margin-left: 20px;
	font-size: 90%;
}

#content p{
	font-size: 95%;
}



