/*--------------------------------------CSS Document------------------------------------*/
/*---------------the main color for this page is #A40233------------------------------*/
body {
	background:url(../images/bg.jpg) repeat-y top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:70.5%; /* Sets default font size to 10px */
	color:#222222;
	margin: 20px 120px 20px 120px;
	}


#whitestrip {
	width:760px;
	height:auto;
	background-color:#FFFFFF;
	vertical-align:top;
	}

/*------------------------this is the where you can adjust the height for the page-----------*/	
/*------------------------change the height attribute in the content area--------------------*/

		
#contentarea .mainnav {
width:auto;
height:58px;
margin-bottom: 15px;
margin-top:15px;
}

#contentarea .picnav {
width:727px;
height:189px;
margin-bottom: 15px;
text-align:right;
vertical-align:bottom;
background-color:#A40233;
	}
	
#contentarea .news {
	width:726px;
	height:60px;
	background-color:#ffffff;
	border-color:#A40233;
	border-style: outset;
	border-width:thin;
	margin-bottom: 15px;
}

#contentarea .news h1 {
margin: 0 0 0 0;
font-size: 1.3em;
padding:5px 5px 5px 5px ;
color:#FFFFFF;
background-color:#A40233;
}

#contentarea .news p {
margin: 0 0 0 0;
color: #000000;
}

/*-----------------------------------------------------------------------------------------*/
	
#container {
width:100%;
height:100%;
}
	

	
#logoheader {
	text-align:right;
	width:760px;
	height:167px;
	background-color:#6D8D23;
	}
	
#footer {
	float:left;
	width:760px;
	height:40px;
	background-color:#6D8D23;
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
	padding-bottom:10px;
	}
	

	
#footerbox {
width:auto;
margin-bottom:5px;

}	
#footerbox h1 {
	font-size:0.9em;
	margin: 0px 0px 0px 0px;
	color:#4D680B
	}
#footerbox a {
	text-decoration:none;
	color:#4d680b;
	}

#footerbox a:hover {
color:#FFFFFF;
text-decoration: underline;
	}
	

/*-------------------------------------------------------------------------*/



#littlemenucontainer {
width:140;
height: auto;
margin-bottom: 15px;
float:left;
background-color:#FFFFFF;
}

#camerabox {
	float: left;
	width: 140px;
	background-color:#FFFFFF;
	margin-bottom:15px;
	border-color:#A40233;
	border-style:outset;
	border-width:thin;
	text-align:center;
	padding-bottom:5px;
	}
	
#camerabox h1 {
	margin: 0 0 0 0;
	font-size: 1.3em;
	padding: 5px 5px 5px 5px;
	color:#ffffff;
	background-color:#A40233;
	text-align:left;
	}
	
#camerabox a{
	color:#A40233;
	text-decoration:none;
	}
	
#camerabox a:hover{
	color:#A40233;
	text-decoration:underline;
	}
	

#links {
	float: left;
	width: 140px;
	height: auto;
	background-color:#A40233;
	margin-bottom:15px;
	color:#000000;
	border-color:#A40233;
	border-style:outset;
	border-width:thin;
	text-align: left;
	padding-left:3px;
	}
	
#links p {
margin-top:20px;
margin-bottom:10px;
margin-left:2px;
}
	
#links h1 {
margin: 0 0 0 0;
font-size:1.3em;
padding: 5px 5px 5px 5px;
color:#FFFFFF;
background-color:#A40233;
}

#links a {
	font-weight:800;
	color: #E31869;
	text-decoration:none;
	}
#links a:hover {
	font-weight:800;
	color:#E31869;
	background-color:#A40233;
	text-decoration:underline;
	}
	
	
#pagemenu {
	float: left;
	width:570px;
	height: auto;
	background-color:#ffffff;
	color:#000000;
	border-color:#A40233;
	border-style: outset;
	border-width:thin;
	margin-left:17px;
}
#pagemenu img {
	margin-left:10px;
	margin-bottom:4px;
	margin-top:4px;
	}

#pagemenu h1 {
margin: 0 0 0 0;
font-size: 1.3em;
padding:5px 5px 5px 5px ;
color:#FFFFFF;
background-color:#A40233;
}

#pagemenu p {
margin: 0 0 0 0;
padding:10px 10px 10px 10px ;
}


#littlemenu a {
	font-weight:800;
	color: #A40233;
	text-decoration:none;
	}
#littlemenu a:hover {
	font-weight:800;
	color:#A40233;
	text-decoration:underline;
	}

/*---------------------------------------------------------*/

a {
color:#A40233;
text-decoration:none;
}

a:hover {
color:#A40233;
text-decoration:underline;
}

#table {
margin-left:5px;
font-size:12px;
margin-left:5px;
text-indent:4px;
margin-bottom:15px;
}

#table h1 {
background-color:#A40233;
color:#FFFFFF;
text-align:center;
}

#table .grey {
background-color:#E2E2E2;
}
.tbl_greybg {
	background-color: #E2E2E2;
}
.tbl_white {
	background-color: #FFF;
}
