
body {
		background: #F5EBCC;
		margin: 0;
		color: #333;
		font: normal 10pt/15pt arial, sans-serif;
		}
		
p, h1, h2 {
		text-align: left; 
		}
H1 {
		color: #cc6600;
		background: transparent;
		font: normal 15pt/16pt times, serif;
		}
H2 {
		color: #003366;
		background: transparent;
		font: normal 13pt/14pt times, serif;
		}
ul {
		margin-left: 30px;
		}
a:link, a:active, a:visited {
		color : #cc6600;
		background: transparent;
		font: normal 9pt arial, sans-serif;
		text-decoration : none;
        }

a:hover {
		color : #003366;
		background: transparent;
		font: normal 9pt arial, sans-serif;
		text-decoration : underline;
        }
        
a.footer:link, a.footer:active, a.footer:visited {
		color : #663300;
		background: transparent;
		font: normal 11px verdana, arial, sans-serif;
		text-decoration : none;
        }

a.footer:hover {
		color : #663300;
		background: transparent;
		font: normal 11px verdana, arial, sans-serif;
		text-decoration : underline;
        }  

#pagehead {
        width: 100%;
        background: #fff;
        height: 65px;
        margin: 0 auto;
        text-align: center;
        vertical-align: bottom;
        display: block;
        }

#wrapper {
		width: 780px;
		margin: 0 auto;
		background: #fff;
		text-align: center;
		overflow: hidden;
		display: block;
		}

#header {
		width: 780px;
        height: 100px;
        text-align: left;
		background: transparent;
		}

#toolbar {
		width: 750px;
		padding: 5px;
		height: 15px;
		background: transparent;
		text-align: right;
        display: block;
		}
#homehead {
		width: 780px;
		text-align: left;
		display: block;
		}
#hometext {
		width: 740px;
		padding: 20px;
		}
		

#maincontent {
		width: 490px;
		padding: 30px 20px 10px 20px;
        text-align: left;
		background: transparent;
		float: right;
		}			
				
#leftmargin {
		width: 230px;
		background: transparent;
		padding: 75px 10px 10px 10px;
		text-align: left;
		float: left;
		}
		
.submenu {
		width: 220px;
		background: transparent;
		border: 1px solid #CEB898;
		border-width: 0px 0px 1px 0px;
		margin: 2px 0px 2px 0px;
		padding: 5px 0px 0px 0px;
		height: 24px;
		display: block;
		}	
		
.submenutitle {
		width: 220px;
		padding: 5px 0px 5px 0px;
		background: transparent;
		border: 1px solid #cc6600;
		border-width: 1px 0px 1px 0px;
		height: 14px;
		margin: 2px 0px 2px 0px;
		color: #003366;
		font: normal 11pt times, serif;
		text-align: left;
		display: block;
		}	
								
#news {
		padding: 0px 5px 0px 5px;
		border: 1px solid #bbb;
		padding: 4px;
		width: 197px;
		display: block;
		}
					
#footer	{
		width: 778px;
		margin: 5px auto;
		border: 1px solid #CEB898;
		padding: 5px 0px 5px 0px;
		font: 9pt/13pt arial, helvetica, sans-serif;
		color : #663300;
		background: transparent;
		text-align: center; 
	 	}

#address {
		color : #004A95; 
		font-size : 9px; 
		font-weight : bold; 
		font-style : normal; 
		}
