body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
p {
	line-height:20px;
}
h1 {
	font-size: 24px;
	color: #006699;
}
h2 {
	font-size: 18px;
	padding-bottom:3px;
	border-bottom:1px solid #cccccc;
	color: #006699;
}
h3, h4, h5, h6 {
	font-size: 16px;
	color: #006699;
}
ul {
	margin:0; 
	padding:0;
}
li {
	padding:2px 2px 2px 10px;
	margin-bottom:7px;
}
li.header {
	background-color:#006699;
	font-weight:bold;
	text-transform:capitalize;
	color:white;
	font-size:12px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a {
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
p.copyright {
	font-size:10px;
	padding:10px;
}
img.contentImage {
	float:right; 
	clear:left; 
	margin:6px; 
	border:7px solid #cccccc;
}
p.quotes {
	background-image:url('../images/quotes.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:20px;
}
/*

Structure

*/

div#header {
	width:inherit;
	border-top:6px solid #006699;
	height:120px;
	border-bottom:1px solid #cccccc;
}
div#container {
	width:900px;
}
div#left {
	width:200px; 
	float:left;
}
div#right {
	width:690px; 
	margin-left:10px; 
	float:right;
}