body
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans serif;
	font-size: x-small;
	color: #333333;
}

table
{
	font-size: x-small;
}

.aqua
{
	background-image: url(images/aqua.gif);
	background-repeat: repeat-x;
}

.navy
{
	background-color: #003366;
	padding-bottom: 15px;
	font-size: large;
	font-family: georgia;
	font-weight: bold;
	color: #ffffff;
}

.quote
{
	font-family: georgia, times new roman, sans serif;
	font-size: large;
	border-left: 1px dotted #cccccc;
	color: #669999;
	font-weight: bold;
}

h1, p, h2
{
	padding-left: 12px;
}

.left
{
	float: left;
}

h1
{
	font-size: medium;
	font-family: georgia;
	color: #669999;
}

h2
{
	font-size: small;
	font-family: georgia;
	color: #669999;
}

.darkaqua
{
	background-color: #99CCCC;
}

#content
{
	border-left: 1px dotted #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu
{
	border-bottom: 1px dotted #cccccc;
}

.menu a:link, .menu a:visited, .menu a:hover, .menu a:active{
	color: #003366;/* white*/
	font-weight: normal;
	text-decoration: none;
}



.menu a:hover{
	color: #669999;/* LIGHT PURPLE*/

}



.footer
{
	font-size: xx-small;
	padding-left: 12px;
}

a, a:hover
{
	font-weight: bold;
	font-family: georgia;
	color: #669999;
	text-decoration: underline;
}