*	{
	margin: 0;
	padding: 0;
	border: 0;
	}

body	{
	font: normal 13px/18px Trebuchet MS,Arial,sans-serif;
	background-color: #033;
		}

h1	{
	color: #033;
	background: url(../images/title.gif) no-repeat top left;
	height: 198px;
	margin-left: 20px;
	}
	
h2	{
	font: italic normal 20px/20px Georgia, "Times New Roman", serif;
	color: #abb;
	margin: 0px 78px 33px 0;
	text-align: right;
	}
	
ol	{
	margin-left: 30px;
	color: #abb;
	}
	
p#bottomnav	{
	
	text-align: right;
	margin-bottom: 0;
	text-transform: lowercase;
	width: 868px;
	margin: 10px 0 0 50px;
	}

a:link, a:visited	{
	color: #abb;
	}
	
a:hover, a:active	{
	color: #fff;
	text-decoration: none;
	}

p#bottomnav a	{
	color: #fff;
	}
	
#content	{
	width: 840px;
	padding: 14px 14px 20px 14px;
	margin: -156px 0 0 50px;
	background: url(../images/bg.gif) repeat-x bottom left;
	border-bottom: 1px dotted #dee;
	}

p, h3	{
	margin: 10px 0;
	color: #dee;
	font: normal 13px/18px Trebuchet MS,Arial,sans-serif;
	}
	
h3	{
	margin-top: 12px;
	font-weight: bold;
	color: #fff;
	}
	
ul	{
	color: #dee;
	margin-left: 30px;
	list-style: square;
	}

ul#nav	{
	display: block;
	width: 98%;
	text-align: center;
	margin: -15px 0 0 0;
	padding: 0 0 32px 0;
	border-bottom: 1px dotted #9aa;
	}
		
ul#nav li	{
	float: left;
	display: inline;
	font: normal 16px/16px Palatino Linotype,Book Antiqua,Times New Roman,Times;
	text-transform: uppercase;
	width: 132px;
	text-align: center;
	}
	
ul#nav li a:link, ul#nav li a:visited {
	color: #fff;
	text-decoration: none;
	}
	
ul#nav li a:hover {
	color: #ddc;
	}

li#thispage a:link	{
	color: #ddc;
}
	
a#homelink	{
	position: absolute;
	text-decoration: none;
	top: 32px;
	left: 110px;
	width: 430px;
	height: 40px;
	}
	