h1, h2, h3, #footer, #sidebar, #centercolumn, #onlycolumn {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #2f76b9;
	line-height: normal;

}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #2f76b9;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2f76b9;
	padding-top: 8px;
}
h3 {  
	font-style: normal; 
	font-weight: bold;
	font-size: 1em;
}

body {
	width: 98%;
	color: #000000;
	background-color: #FFFFFF;
	margin: -1em;
}

#sidebar 
     {
	color: black;
	clear: both;
	line-height: 1.3em;
	background-color: #ffffff;
	text-align: left;
	position: absolute;
	left: 75%;
	width: 20%;
	padding: 1em 1em 1em 1.5em;
	margin: 5px 3px 3px;
	border-left-style: dotted;
	border-left-color: #2f76b9;
	border-left-width: thin;
	font-size: .8em;
     }

#centercolumn 
     {
	color: black;
	line-height: 1.3em;
	background-color: #ffffff;
	text-align: left;
	position: relative;
	float: none;
	left: 5%;
	width: 65%;
	padding: 1em;
	margin: 5px 3px 3px;
	font-size: .9em;

     }

#onlycolumn 
     {
	color: black;
	line-height: 1.3em;
	background-color: #ffffff;
	text-align: left;
	position: absolute;
	left: 5%;
	width: 90%;
	padding: 1em 1.5em 1em 1em;
	margin: 5px 3px 3px 3px;
	font-size: .9em;

     }

#footer {
	width: 100%;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	color: #000;
	font-size: .7em;
	}

.dotrules 
	{
	color: #2f76b9;
   	}

a { 
	font-weight: normal;
	text-decoration: underline; }

a:hover { 
	color: #2f76b9;
	font-weight: normal;
	text-decoration: underline; }

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.feature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.footerhome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	}
