html, body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #333;
	}
	
#nav {
	width: 175px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	background-color: #ffffff;
	}
	
#content {
	position: relative;
	width: 650px;
	padding: 25px;
	margin-left: 200px;
	border-left: 1px solid #006;
	background-color: #ffffff;
	}
#content p {
	position: relative;
	font-family: Georgia, Times New Roman, Times, serif;
		font-size: 14px;}
#content ul {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 14px;}
#content .question {
	color: #0045C6;
	font-family: Georgia, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	}
#content blockquote {
	padding-left: 35px;}
	
a:link 		{color: navy; text-decoration: none ;}
a:visited	{color: maroon;  text-decoration: none ;}
a:hover 	{color: blue; text-decoration: underline ;}	

	
p.stdfont {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;}

#header {
    background-image: url(images/DAR_bkgd.gif);
	background-color: #0045C6;
	color: #006;
	width: 900px;
	border-bottom: 1px solid #006;
	margin-top: 1px;
	margin-bottom: 0px;
	
	}
	
#footer {
	background-color: #0045C6;
	color: #fff;
/*	border-top: 1px solid #006; */
	font-size: 11px;
	width: 900px;
	text-align: center;
	padding: 2px 35px 0 0;
	clear: both;
	}
#footer .ffoo {
    margin-left: 15px;
    text-align: left;
	margin-bottom: -12px;
	}

.spacer {
	clear: both;
	}

} 
	
p {
	padding: 0;
	margin-top: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	}
img.space {float: left;
	position: relative;
	padding-right: 5px;
	border: 10px;
	border-color: white;}
img.sspace {float: right;
	position: relative;
	border: 7px;
	border-color: white;}
.clearer {clear: both;}
dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}
