/*General Layout */

body {
	background-color: #5A5424;
	margin: 10px;
	}

#main {
	width: 980px;
	margin: auto;
	height: 100%;	
	}
	
/* Content */

#index {
	background-color: #5A5424;
	float: left;
	height: 498px;
	width: 778px;
	margin-left: 2px;
	ma
	}
	
#header {
	background-image: url(Images/header.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height: 200px;
	width: 980px;
	margin-bottom: 2px;
	}
	
#middle {
	height: 500px;
	width: 980px;
	margin-bottom: 2px;
	}	
	
#navigation {
	background-image:url(Images/navbar.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #F3F5E8;
	width: 220px;
	height: 500px;
	float: left;
	}
	
#maintext {
	background-image: url(Images/background.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	background-color: #F3F5E8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.5em;
	float: left;
	color: #5A5424;
	height: 480px;
	width: 678px;
	margin-left: 2px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

/* tables */
		
table {
	border: solid;
	border-width:1px;
	border-color:#5A5424;	
	}
	
.clientloginform {
	margin-top: 100px;
	}

/* Footer */
	
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	background-image: url(Images/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height: 97px;
	width: 725px;
	padding-left: 255px;
	padding-top: 3px;
}

/* fonts */

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: 100;
	color: #5A5424;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
	
.divider {
	padding-left: 6px;
	padding-right: 6px;
	}
	
.footertext {
	color: #5A5424;
	}
	
.footerreferences {
	color: #9ECB3B;
	line-height: 1.5em;
	}

/*links*/

.navigationheading {
	height: 20px;
	width: 190px;
	padding-top: 9px;
	line-height: 1em;
	border-bottom: solid 1px #9ECB3B;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: 100; 
	color: #9ECB3B;
	}
	
.navigationlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	width: 190px;
	text-align:right;
	line-height: 1.8em;
	}
	
a.footerlink:link { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5A5424;
	text-decoration: underline;
	line-height: 1.5em;
	font-style:normal;
	}

a.footerlink:visited { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #9ECB3B;
	text-decoration: underline;
	line-height: 1.5em;
	font-style:normal;
	}
	
a.footerlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5B863D;
	text-decoration: underline;
	line-height: 1.5em;
	font-style:normal;
}

a.navigationlink:link { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5A5424;
	text-decoration: none;
	font-style:italic;
	}

a.navigationlink:visited { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5A5424;
	text-decoration: none;
	font-style:italic;
	}
	
a.navigationlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5B863D;
	text-decoration: none;
	font-style:normal;
	}

a:link { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5A5424;
	text-decoration: none;
	font-style:italic;
	}

a:visited { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5A5424;
	text-decoration: none;
	font-style:italic;
	}
	
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5B863D;
	text-decoration: none;
	font-style:normal;
	}

a.current:link { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5B863D;
	text-decoration: none;
	font-weight: bold;
	font-style:normal;
	}

a.current:visited { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5B863D;
	text-decoration: none;
	font-weight: bold;
	font-style:normal;
	}
	
a.current:hover { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5B863D;
	text-decoration: none;
	font-weight: bold;
	font-style:normal;
	}
