body
{
	text-align: center;
	background: #b3e7ff;
	color: #444;
}
	
#container
{
	font-family: 'Times New Roman';
	font-size: 12pt;
	text-align: left;
	margin: 0 auto;
	width: 800px;
	background: #FFF url('../graphics/bkgrnd.gif') repeat-y;
}

#nav
{
	float: left;
	width: 130px;
	display: inline;
	margin-left: 20px;
	padding: 15px 0;
}
	
#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
	
ul#navigation a
{
	display: block;
	text-decoration: none;
	background: #77b8ec;
	color: #fff;
	padding: .2em .5em;
	border-bottom: 1px solid #fff;
	width: 7em;
}

	
ul#navigation a:hover
{
	background: #b3e7ff;
	color: #000;
}

	
ul#navigation li
{
	display: inline;
}

#content
{
	float: left;
	width: 575px;
	margin-left: 45px;
	padding: 15px 0;
}

#footer
{
	clear: both;
	background: #77b8ec;
	color: #fff;
	padding: 5px 10px;
	text-align: right;
	font-size: 80%;
}
	
h1
{
	font-family: 'Times New Roman'; font-size: 24pt;
	background: #77b8ec;
	color: #FFF;
	padding: 20px;
	margin: 0;
	border-bottom: 5px solid #354B97;
}

h2
{
	font-family: 'Times New Roman'; font-size: 18pt;
	margin-top: 0;
	color: #354B97;
	font-weight: normal;
}
	
a:link { color: #fffffe; text-decoration: none; }
a:visited { color: #fffffe; text-decoration: none; }
a:hover, a:active { color: #fffffe; text-decoration: underline;}