
/* Begin Typography & Colors */

body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 64%;
	background: #FFFFFF;
	color: #2B2B2B;
	}
	
	
/* 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: #4675B6;
	font-size: 1.0em;
	text-align: left;
	}

p {
	font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #333;
	padding-right: 10px;
	padding-bottom: 10px;
	}

h2 {
	font-size:0.9em;
	font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
	margin-left:0px;
	}
	
a	{
	color:#4675B6;
	font-weight: bold;
	}
	
.footer a	{
	color: #cccccc;
	font-size: 0.6em;
	}
