/*-----------------------------------
				Text 
-----------------------------------*/

*
 {	font-family: Arial, verdana;
	font-size: 1em;
 }

body
 {	font-size: 70%;
 }

h1
 {	font-size: 200%;
 	color: #008E4E;
 	font-variant: small-caps;
 }

#underwritten
 {	font-weight: bold;
 	/*color: #00529f; */
 	color: #008E4E;
 }
 
 /*-----------------------------------
			Layout & Divs
-----------------------------------*/

#container
 {	width: 800px;
 	height: 100%;
 	border: 1px solid black;
 	background-color: #EAF4ED;
 	text-align: left;
 	margin: auto;
 	margin-top: 0px;
 }

#logo 
 {	margin-left: 0px; 
 	margin-top: 0px;
 	padding: 0px;
 	border-bottom: 1px solid #008E4E;
 } 

#content
 {	margin: 12px 12px 0px 12px;
 	height: 100%;
 }

#navigation
 {	float: left;
 	text-align: left;
	width: 160px;
 }
 
#logos
 {	position: absolute;
	vertical-align: baseline;
	width: 160px;
	text-align: center
 }

#text
 {	border: 1px solid #008e4e;
 	background-color: #FFF;
 	height: 100%;
 	text-align: justify;
 	float: right;
 	width: 597px;
 	padding: 5px;
 }

#spacer
 {	height: 317px;
	width:1px;
	float: left;}


/*-----------------------------------
				Links  
-----------------------------------*/

a 
 {	color: #008E4E;
 }

a:hover
 {	color: #FABA00;
 }


/*-----------------------------------
			Images & Lists
-----------------------------------*/
	
img {border: 0px;}

#logo img 
 {	display: block;
 }
 
#logos img 
 {	display: inline;
 	margin: 5px;
 } 
 
#navigation ul
 {	list-style-type: none;
 	margin-left: 0px;
	padding-left: 15px;
	padding-top: 5px;
 }

#navigation li
 {	
	padding-left: 0px;
	padding-bottom: 10px;
 }
 
