@charset "UTF-8";

/***************************
* General Page Properties  *
****************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #417843;
}

.header {
	background: url(images/header.jpg) no-repeat top left;
        height: 185px;
        width:783px;
}

a:link {
	color: #000000;
	text-decoration: none;
        font-size:10pt;
}

a:active{
	color: #000000;
	text-decoration: none;
        font-size:10pt;
}

a:visited{
	color: #000000;
	text-decoration: none;
        font-size:10pt;
}

a:hover{
	color: #000000;
	text-decoration: underline;
        font-size:10pt;
}

hr {
	color: #417843;
	background-color: #417843;
	height: 3px;
}

/***************************
* Navigation Properties    *
****************************/
.navigation_container {
	background-color: #CCCCCC;
	font-size: 11pt;
	font-weight: bold;
	width: 783px;
	padding: 0px;
}

.navigation_footer_bar {
	background-color:#CCCCCC;
	width: 783px;
	height: 5px;
	padding: 0px;
}

.home_side {
        background-color: #CCCCCC;
        color: #000000;
        width: 250px;
        padding: 5px;
}


/***************************
* Footer Properties        *
****************************/
.footer {
	background-color: #CCCCCC;
	font-size: 9pt;
	width: 783px;
	border-width: 0px;
	padding-top: 10px;
        text-align:center;
}

/***************************
* Main Content Properties  *
****************************/
.maincontent_container {
	width: 773px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;
        background-color: #75925f;
        overflow:auto;
        color:#FFFFFF;
}

.maincontent_image {
	float: left;
	margin: 0 15px 15px 0;
}
