* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #A0B1C5;
}

#header {
	width: 850px;
	height: 210px;
	background: #252f39 url("images/header.jpg") no-repeat right;
	background-position: top right 190px;
}

#wrapper {
	width: 850px;
	background: #fff ;
	background-position: 0 0;
	border: solid 10px #dfecfc;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
	width: 840px;
	height: 30px;
	background-color: #333;
	background-image: url("images/dkgraybanner.jpg");
	float: center;
	font: bold 16px/30px copperplate "Copperplate Gothic Light", verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 190px;
}

#nav li a {
color: #000;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 180px;
height: 24px;
background-color: #92A7BA;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #f1d4a2;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 170px;
background-color: #f1d4a2;
float: left;
position: relative;
left: 3px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 570px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#footer {
clear: both;
width: 400px;
margin-left: 163px;
}
#wrapper #content table tr td div strong {
	font-family: Verdana, Geneva, sans-serif;
}
