/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#600;
	}

img{
	border: 0px;
}

h1{
	font-size:18px;
	font:Geneva, Arial, Helvetica, sans-serif;
	color:#CC0000;
	border-left: #CC0000 double thick;
}

h2{
	color:#600;
	font-size:12px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #990000;
	border-left-color: #993300;
	text-indent: 5px;
}

h3{
	text-align:center;
	font-size:10px;
	background-color:#600;
	padding: 5px;
	color:#FC6;
}

h4{
	font-weight:bold;
	font-size:10px;
}

a, a:visited{
	text-decoration:none;
	color:#990000;
}

h3 a, h3 a:visited{
	color:#FFCC66;
}

a:hover{
	text-decoration:underline;
	color:#C00;
}

#pageContainer{
	width: 750px;
	margin: 0 auto 10px auto;
	margin-top: 10px;
	border:medium solid #600;
	padding: 10px;
	background-color: #FFCC00;
}

#pageHeader{
	width: 750px;
	background-color:#600;
}

#siteLogo{
	position:relative;
	float: left;
	margin-right: 25px;	
}

#pagePicture{
	position:relative;
	float: right;
}

#mission{
	color:#FFCC66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16.5px;
	font-style: italic;
	padding: 50px;
}

#leftMenu{
	position:relative;
	float: left;
	width: 130px;
	padding: 10px;
	margin-top: 25px;
	background-color:#FFC;
	border: thin solid #900;
	border-left: 10px;
}

#leftMenu p{
	color:#000066;
	font-size: 15px;
	font-family: Garamond, Georgia, "Times New Roman" Times, serif;
	font-weight: bold;
        padding-left: 5px;
}

#leftMenu p a{
	text-decoration: none;
		
}

#leftMenu p a:hover{
	border-bottom: #C00 solid thin;
}

#leftMenu p a:active{
	font-weight:bolder;
}

#mainContentContainer{
	width: 550px;
	position:relative;
	float: right;
	padding: 10px;
	margin-top: 25px;
	background-color:#FFC;
	text-align:justify;
	line-height:150%;
}

#mainContentLeft{
	position:relative;
	float: left;
	padding: 10px;
	width: 350px;
	text-indent: 10px;
}

#mainContentRight{
	position:relative;
	float: right;
	padding: 10px;
	width: 125px;
	border: thin solid #600;
	background-color: #600;
	color: #FFCC66;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#mainContentRight h2{
	font-size:14px;
	font-weight:bold;
	border:0px;
	color: #FFCC66;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-left:6px #FFCC66 solid;
	text-align:left;
	border-bottom: 1px #FFCC66 solid;
}

#mainContentRight hr{
	color:#FFCC66;
}

#mainContentRight a{
	color:#FFCC66;
}

#footer{
	margin-top:10px;
	clear:both;
	text-align:center;
}

