/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #3d4c83;
	padding-bottom: 20px;
	padding: 10px;
	line-height: 16px;
}
p{
padding: 5px;
padding-left: 1px;
padding-right: 1px;


}

a, a:visited {
	text-decoration: none;
	font-weight: bolder;
	color: #0000B0;
}

a:hover {
	color: #d67d00;
}

#container {
	width: 964px;
	display: block;
	margin: 0 auto;
	padding: 0 0 1px 0;
}

.header {
	width: 964px;
	height: 122px;
	background: url("images/Header.jpg") top left no-repeat;
}

.wrapper {
	display: block;
	width: 964px;
	margin: 15px 0 5px 0;
	background: url("images/WrapperBG2Col.gif") top left repeat-y;
}

.wrapperborder {
	clear: both;
	height: 1px;
	width: 964px;
	display: block;
	background: url("images/WrapperBG2ColBottom.gif") top left no-repeat;
}

.leftnav {
	width: 173px;
	display: block;
	float: left;
}

.leftnav h1 {
	font-size: 15px;
	color: #000;
	margin: 5px;
}

.leftnav h2 {
	font-size: 14px;
	margin: 15px 10px 5px 10px;
}

.leftnav ul {
	margin: 5px 10px 3px 10px;
}

.leftnav li {
	list-style: none;
	margin-bottom: 2px;
	font-size: 13px;
}

#nav {
	width: 173px;
	display: block;
}

.content {
	float: left;
	margin-left: 15px;
	width: 776px;
	display: block;
	padding-bottom: 5px;
}

.content h1, .content h2 {
	font-size: 15px;
	margin: 5px;
}

.content h2 {
	font-size: 14px;
}

.content p {
	margin: 5px;
	font-size: 13px;
}

.content ul {
	margin: 2px 5px 2px 5px;
}

.content li {
	margin: 3px 25px 3px 25px;
	font-size: 12px;
}

.footer {
	clear: both;
	width: 964px;
	height: 74px;
	margin: 5px 0 0 0;
	background: url("images/DirFooter.jpg") top left no-repeat;
}

a.active {
	color: #000;
}
