body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	background: #333037;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

#container {
	width: 959px;
	margin: auto;
	}

#abstop {
	height: 43px;
	text-align: right;
	padding-right: 20px;
	}

#abstop img {
	margin: 15px 0 0 15px;
	}

#header {
	background: url('img/header.gif');
	height: 99px;
	}

#header h1 {
	font-family: 'trebuchet ms', verdana;
	margin: 0;
	font-size: 45px;
	padding: 20px 0 0 20px;
	color: white;
	}

#menu {
	background: url('img/menuback.gif');
	height: 22px;
	padding-top: 9px;
	padding-left: 30px;
	}

#menu a {
	text-decoration: none;
	margin-right: 20px;
	color: #000;
	}

#menu a:hover {
	text-decoration: underline;
	}

#contentheader {
	}

#leftmenu {
	float: left;
	margin: 7px 7px 0 0;
	width: 196px;
	height: 239px;
	background: url('img/leftmenuback.gif');
	}

#leftmenu ul {
	margin: 0;
	padding: 20px 0 0 30px;
	list-style-image: url('img/leftarrow.gif');
	}

#leftmenu li {
	margin: 0 0 15px 0;
	}

#leftmenu a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	}

#leftmenu a:hover {
	text-decoration: underline;
	}

#maincontent {
	float: left;
	width: 756px;
	height: 239px;
	margin-top: 7px;
	background: url('img/main.jpg');
	}

#maincontent h2 {
	color: #fff;
	margin: 0;
	padding: 135px 0 0 20px;
	font-size: 22px;
	font-family: 'trebuchet ms';
	}

#maincontent p {
	padding: 0 20px 0 20px;
	}


#content {
	}

#contentleft {
	float: left;
	width: 197px;
	}

#contentcenter {
	float: left;
	width: 550px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 7px;
	}

#contentright {
	float: left;
	width: 198px;
	}

.h4box {
	background: url('img/h4back.gif');
	height: 34px;
	margin-top: 7px;
	}

.h4box h4 {
	color: #fff;
	font-size: 13px;
	margin: 0;
	padding: 7px 0 0 10px;
	}

.box {
	background: #7e7e7f;
	padding: 10px;
	overflow: auto;
	}

.box p {
	margin: 0 0 10px 0;
	}

.boximg {
	clear: left;
	margin: 0 5px 10px 0;
	border: 1px solid #fff;
	float: left;
	}

.contentbox {
	background: #3f3d40;
	padding: 10px;
	margin-bottom: 7px;
	}
	

.contentbox h3 {
	color: #fff;
	margin: 0;
	font-size: 13px;
	padding: 0 0 10px 0;
	}

.contentboxinner {
	background: #5b575d;
	color: #b3b2b4;
	padding: 10px;
	overflow: auto;
	}
.contentboxinner2 {
	background: #ffffff;
	color: #000000;
	padding: 10px;
	overflow: auto;
	}
.contentboxinnerimg {
	float: left;
	margin: 0 10px 10px 0;
	}

.contentlinks {
	float: right;
	}

.contentlinks a {
	color: #000000;
	text-decoration: none;
	}

.contentlinks a:hover {
	text-decoration: underline;
	}


.contentlinks img {
	margin-left: 20px;
	}

.center {
	text-align: center;
	}

#footer {
	clear: left;
	height: 37px;
	background: url('img/footerback.gif');
	color: #959595;
	text-align: center;
	border: 1px solid #5a585d;
	margin-bottom: 20px;
	}

.yellow {
	color: #ffc105;
	}
