/* CSS Document */
/*page build*/
body{
	background-color: #3E435D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E435D;
}
div#frontnav{
	width: 770px;
	height: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 5px;
	}
div#frontpage{
	width: 770px;
	background-color: #FFFFFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000033;
	color: #3E435D;
}
div#maintext{
	width: 530px;
	margin-top: 100px;
	background-color: #FFFFFF;
	float: left;
}
div#sidebar{
	height: auto;
	width: 200px;
	margin-right: 10px;
	margin-top: 100px;
	background-color: #FFFFFF;
	float: right;
}
div#footer{
	width: 770px;
	background-color: ##3E435D;
	height: 60px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 5px;
	clear: both;
	text-align: center;
	}
div#footer a{
	font-size: 10px;
	color: #FFFFFF;
}
img.pic{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
table.image{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 75%;
}
td.img{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
td.text{
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*page fonts*/
p{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	margin-right: 210px;
	text-align: justify;
}
p.current{
	text-align: center;
	font-family: "Myriad Pro";
}
p.sidebar{
	text-align: center;
}
p.image{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
h1{
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	color: #990000;
	margin-top: 50px;
	text-align: center;
}
h1.pics{
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	color: #990000;
	margin-top: 50px;
}

h2{
	font-size: 12px;
	color: #000033;
	text-align: center;
	}
h2.front{
	font-size: 12px;
	color: #000033;
	text-align: left;
	margin-left: 20px;
}
h3{
	font-size: 12px;
	color: #990000;
	text-align: left;
}
em{
	color: #676F9B;
	font-size: 12px;
}
blockquote{
	font-size: 10px;
	font-family: "Myriad Pro";
}
ul{
	list-style-type: none;
}
/*page links*/
a{
	color: #990000;
}
a.nav:link, a.nav:visited {
	color : #3E435D;
	font-size : 12px;
	font-family :  Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	width: 165px;
	height: 20px;
	padding-top: 2px;
	padding-left: 2px;
	margin-right: 5px;
}

    a.nav:hover {
	color : #FFFFFF;
	font-size : 12px;
	font-family :  Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: square;
	background-color: #3E435D;
	display: block;
	height: 20px;
	width: 165px;
	padding-top: 2px;
	padding-left: 2px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #993300;
	margin-right: 5px;
}
a.frontnav:link, a.frontnav:visited {
	color : #3E435D;
	font-size : 12px;
	font-family :  Arial, Helvetica, sans-serif;
	text-decoration: underline;
	height: 20px;
	width: 100px;
	background-color: #FFFFFF;
	display: inline;
}

    a.frontnav:hover {
	color : #FFFFFF;
	font-size : 12px;
	font-family :  Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color: #3E435D;
	height: 20px;
	width: 100px;
	display: inline;
	}
	 
a:link {
	color : #3E435D;
	font-size : 12px;
	font-family :  Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
 a:hover {
	color : #3E435D;
	font-size : 12px;
	font-family :  Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight: bold;
	}
div#frontnav a {
	color : #FFFFFF;
	font-size : 12px;
	font-family :  Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	}
/*images*/
img.textimages{
	height: auto;
	width: auto;
	float: left;
	margin: 8px;
	padding: 5px;
}
img.box{
	background-color: #FFFFFF;
	height: 100px;
	width: 100px;
}
img.imgleft{
	margin: 8px;
	padding: 5px;
	float: left;
	height: auto;
	width: auto;
}
