

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Margin: 20px;
	align: center;
	width: 85%;
}

img {
display: none
}

#quote {
	width: 350px;
	vertical-align: top;
	margin: 1em 0 0.2em 1em;
	float: right;
	background-color: #cccccc;
	border: #000000 1px dashed	;
	padding: 10px;
}

#quote p {
	font-style: italic;
	font-weight: bold;
}

#quote p.right {
	text-align: right;
}
	
#content {
width: 95%;
}
	
#content p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 120%;
	text-align: justify;
	width: 100%;
 	vertical-align: top;
	/*text-indent: 10px;*/
}

#content ol, ul {
	color: #000000;
	line-height: 130%;
	/*text-indent: 10px;*/
}

#content h1 {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	margin: 0 0 30 0;
	line-height: 150%;
}

#content h2 {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	margin: 30 0 30 0;
	line-height: 130%;
}


#content td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content a {
	color: #0099FF;
	text-decoration: none;
}

#topbar {
	height: 20px;
	width: 778px;		
	margin: 0;
    padding: 0;
	background-color: #ffffff;
}

#topnav {
    padding-left: 80px;
	text-align: center;
	background-color: #ffffff;
	border-top: #ffffff 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;	
}

#topnav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	border-left: #000000 1px solid;
	padding-left: 0.65em;
}

#topnav ul li {
	float: left;
	list-style-type: none;
	display: inline;
	padding: 0.1em 0.1em 0.1em 0.3em;
	margin: 0;
	border-right: #000000 1px solid;
	padding-right: 0.75em;
	margin-right: 0.65em;
	}

#topnav a {
	color: #ffffff;
	text-decoration: none;
}

#footer {
	border-top: 1px solid #000000;
	text-align: center;
	margin: 0 0 0 0;
	padding: 2.0em;
	font-size: 65%;
	width: 778px;
	color: #000000;
}

#footer .bold {
	font-weight: bold;
}	

#footer ul {
	list-style-type: none;
	display: inline;
	margin-left: 0.0em;	
	padding-left: 0em;
	/*border-left: #004A8D 1px solid;*/
}

#footer ul li {
	list-style-type: none;
	display: inline;
	margin-right: 0.0em;
	padding-right: 0em;	
	/*border-right: #000000 1px dashed*/;
}

#footer a {	
	color: #000000;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}










/*
add this to your stylesheet:

.hide img {
display: none;
}
and then in the body of your document you will need something like this:

<div class="hide">
<p><img src="pic5.jpg" width="100" height="66" />
</p>
</div>
*/