
/* Begin Typography & Colors */

body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 64%;
	background: #E26000;
	color: #ffffff;
	}
	
#header {
	}

	
/* Begin Structure */
body, form, fieldset, #header {
	margin: 0;
	padding: 0; 
	}
	
#header {
	height: 60px;
	width: 785px;
	}

#headerleft {
	margin: 0;
	height: 153px;
	width: 785px;
	}
	
#headerright {
    margin: 0;
	height: 157px;
	width: 785px;
	}

#page {
	margin: 0 auto;
	padding: 20px;
	width: 790px;
	}

h1 {
	color: #FFC028;
	font-size: 0.2em;
	}

P {
	 font-family: Trebuchet MS, Verdana, sans-serif;
	 font-size: 11px;
	 text-decoration: none;
	 font-weight: normal;
	 font-style: normal;
	 color: #ffffff;
	 line-height: ;}
	}

h2 {
	color: #4675B6;
	font-size: 0.8em;
	}
	
a:link  {
	 font-family: Trebuchet MS, Verdana, sans-serif;
	 font-size: 11px;
	 text-decoration: none;
	 font-weight: normal;
	 font-style: normal;
	 color: #ffffff;
	 line-height: ;}

a:visited  {
	 font-family: Trebuchet MS, Verdana, sans-serif;
	 font-size: 11px;
	 text-decoration: none;
	 font-weight: normal;
	 font-style: normal;
	 color: #ffffff;
	 line-height: ;}

a:hover  {
	 font-family: Trebuchet MS, Verdana, sans-serif;
	 font-size: 11px;
	 text-decoration: underline;
	 font-weight: normal;
	 font-style: normal;
	 color: #ffffff;
	 line-height: normal;}
	
.footer	a:link {
	color: #cccccc;
	font-size: 0.6em;
	}
	
.footer	a:hover {
	color: #cccccc;
	font-size: 0.6em;
	}
	
.footer	a:visited {
	color: #cccccc;
	font-size: 0.6em;
	}