@charset "utf-8";
/* 
John Scott uccgreeley.org
9/30/08*/
body{
	background-color: rgb(83,146,162);
	background-image: url('none');
	/*background-image: url(../_images/backgrounds/Untitled-1.jpg);
	background-repeat: repeat-x;*/
	
}

#main{
	width:900px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url('none');
	
}

#main_text{
	position:absolute;
	left:155px;
	height:auto;
	text-align: left;
	background-color:rgb(255,255,200);
	border:1px solid gray;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	top:230px;
	/*width: 794px;*/
	width:725px;
		

}
#main_text a{
	text-decoration:none;
	color: rgb(83,146,162);
}
#main_text a:hover{
	text-decoration:underline;
}

#main_text a:visited {
	text-decoration:none;

}

.dropcap {
	font-size: 64px;
	line-height: 56px;
	font-weight: bold;
	float:left;
}

#header {
	border-top:1px solid white;
	width:800px;
	height:100px;
	border-bottom:1px solid red;
	background-image: url('../../_images/backgrounds/horiz_fade.jpg');
	background-repeat: repeat-y
}

#navagation {
	position:absolute;
	top:203px;
	text-align:left;
	height:auto;
	width:150px;
	left: 0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	/*font-style:italic;*/
	font-weight:bold;
	text-align:center;
	color:ivory;

}



img {
	border: none;
}

table {
	height: auto;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	border:none;
}

td {
	text-align:left;
	
}
th {
text-align:center;
background-color:rgb(255,255,240);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgb(83,146,162);
border-right-color: rgb(83,146,162);
border-bottom-color: rgb(83,146,162);
border-left-color: rgb(83,146,162);
}


h1, h2, h3, h4, h5 {
	color: rgb(142,57,19);
	/*#993300 */
}

.align_center {
	text-align: center;
}
.align_center_h3bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

hr {
	color:rgb(142,57,19);
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	color:#CCCCCC;
	font-variant: small-caps;
}
#webmaster {
	position:fixed; left:0px; top:555px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#CCCCCC;
	font-variant: small-caps;
}
#webmaster a{color:#CCCCCC; text-decoration:none}
#webmaster a:hover{text-decoration:underline;color:rgb(215,201,70);}


#footer a{color:#CCCCCC; text-decoration:none}
#footer a:hover{text-decoration:underline;}
