a img {
	border: none;
}
a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(153,204,204); 
} 
a:active 
{
	color: rgb(102,255,0);
}
body
{
	font-family: Garamond, Times New Roman, Times;
	background-color: rgb(51,102,204);
	color: rgb(255,255,153);
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
 }
h2
{
	color: rgb(255,204,0); 
}
h3
{
	color: rgb(153,255,51);
}
h4
{
	color: rgb(0,255,204);
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}
#header
{
	position: relative;
	height:190px;
	margin-bottom:1em;
}
#header h2
{
	line-height: 180px;
}
#header img
{
	float:left;
}
#leftNav
{
	position: relative;
	float: left;
	text-align:center;
	width: 170px;
	min-height: 400px;
	margin-left: 10px;
	margin-right: 15px;
	background-color: #2255cc
	}
#content {
        float:left;
        margin: none;
	width: 650px;
        min-height: 400px;
	padding-top:1px;
	padding-bottom:1em;
	margin:none;
}
#content img {
	margin: 1ex;
}