body	{
	margin: 0 0 0 0;
	padding:	0;
	font-family: sans-serif;
	color:	#000;
	background : #fff;  
	}
a.href	{
	text-decoration: underline;
	}
a:link	{
	color:	#00F;
	background-color: transparent;
	}
a:visited	{
	color:	#909;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:	#066;
	background-color: transparent;
	text-decoration: underline overline;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
#logo {
	float: right;
}

#content {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}	
h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	margin:	5px 0 0 0;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	}
h1	{
	font-size:	28px;
	color:	#fff;
	background-color: #009;
	text-align: center;
	}
	
h2	{
	font-size:	20px;
	text-align: center;
	}
	
h3	{
	font-size:	20px;
	}
	
h4	{
	color:	#fff;
	background-color: #009;
	font-size:	18px;
	text-align: center;
	}
	
h5	{
	font-size:	14px;
	}
	
h6	{
	font-size:	12px;
	}		
.first 	{
	margin-top: 0; 
	padding-top: 0;
	}	
img	{
		/* turns off gaps around images */
	border:	0
	}
.rc0 {
	color: #000;
	background-color: #CFC;
}
.rc1 {
	color: #000;
	background-color: #FFF;
}
.srch {
	color: #000;
	background-color: #6F9;
}
.ans {
	font-weight: bold
}
#main {
	float: left;
	width: 78%;
	margin: 0 0 0 2%;
	font-size: 80%;
}
#nav {  
	display:block; 
	background: #fff;
	color: #000;
	font-size: 80%;
	font-family: Verdana, sans-serif;
	width: 12%;
	float: right;
	margin: 0 2% 0 0;
	text-align: center;
}
#nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#nav ul li {
	list-style: none;
	margin-left: 0;
	padding: 0px 5px;
}
#nav ul li.first {
	list-style: none;
	margin-left: 0;
}
#nav p {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#footer {
	width: 100%;
}
#subnav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#subnav ul li {
	list-style: none;
	margin-left: 0;
	padding: 0px 5px;
	display: inline;
}
#subnav ul li.first {
	list-style: none;
	margin-left: 0;
}
#subnav p {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
fieldset {
	border: 1px solid #000;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}
table {
	border: 1px solid #000;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}
table thead th {
	background-color: #009;
	color: #fff;
}
