/* CSS Document */
body,html {
	background:#eeecec;
	padding:0;
	padding-top:0;
	}

#main {
	float:none;
	background:#ffffff;
	margin:0 auto;
	margin-bottom:1em;
	width:48em;
	text-align:left;
	border:1px solid #e6f9ff;
	padding-top:1em;
	}
	
#header {
	background:#e6f9ff;
	float:none;
	width:48em;
	height:7em;
	text-align:center;
	}

#nav {
	background:#e6f9ff;
	float:left;
	width:6.5em;
	height:50em;
	}	

#content {
	float:right;
	width:54.5em;
	height:50em;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#303030;
	font-size:12px;
	}


p {
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#303030;
	font-size:12px;
	}	

	
h1 {
	padding:0em;
	text-align:left;
	line-height:30px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#0167b4;
	font-size:18px;
}
h2 {
	padding:0em;
	text-align:left;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#0167b4;
	font-size:14px;
}	
	

a, a:link,  a:visited, a:hover, a:active  {
	color: #0066cc;
}
