body {
	margin: 0pt; 
	background-color: #FFFFFF;
	background: url('images/bg.gif') right repeat-y;
	font-family: "Trebuchet MS",arial,serif; 
	font-size: 11px; 
	color: #D4D9DD;
}
h1 {
	font-size: 20px;
	text-align: left;
	color: #F0F5F9;
	font-family: 'Century Gothic', verdana, serif;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	letter-spacing: 1px;
	border-bottom: 1px dashed #D8DDE1;
	display: block;
}
a:link, a:active, a:visited {
	Color: #F0F5F9;
	font-weight: none;
	Text-Decoration: none;
	text-transform: uppercase;
}
a:hover {
	Font-Weight: none; 
	color: #F0F5F9;
	text-transform: uppercase;
	background-color:#808589;
}
p {
	line-height: 130%;
	margin: 10px; 
	text-align: justify;
	padding: 0 0 0 10px;
}
.nav {
	width: 150px;
	display: block;
	padding-left: 10px;
	margin: 5px;
	font-size: 12px;
	text-align: left;
	font-family: arial, verdana, serif;	
	text-transform: uppercase;
	font-weight: bold;	list-style: none;
}
a.nav:link, a.nav:active, a.nav:visited {
	background-color: #D4D9DD;
	border: 1px solid #3C6E8F;
	display: block;
	color: #144667;
	margin: 0px;
	filter:alpha(opacity=50); -moz-opacity:.50; opacity:.50;
}
a.nav:hover {
	border: 1px solid #5486A7;
	background-color: #C3DBE7;
	color: #3C6E8F;
	display: block;
	margin: 0px;
	filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80;
}
#credits {
	text-align: center;
	border-top: 1px dashed #C1C5D1;
}
