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

img {
	border: 0;
	}

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

#abstop {
	height: 61px;
	padding-top: 20px;
	}

#abstop h1 {
	color: #f1570d;
	font-family: 'times new roman';
	font-size: 35px;
	margin: 0;
	}

#header {
	background-image: url('img/header.jpg');
	height: 231px;
	}

#menu {
	background: #e5eaf0;
	width: 226px;
	margin-left: 559px;
	margin-top: -242px;
	position: absolute;
	}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#menu li {
	background-image: url('img/arrow.gif');
	background-repeat: no-repeat;
	background-position: 190px 0;
	padding: 0 0 12px 20px;
	margin: 12px 0 0 0;
	border-bottom: 1px solid #ced4d8;
	height: 17px;
	}

#menu a {
	font-size: 12px;
	color: #464646;
	text-decoration: none;
	}

#menu a:hover {
	color: #000;
	}

#content {
	float: left;
	width: 519px;
	padding: 15px 20px 0 20px;
	}

#content h2 {
	color: #015792;
	margin: 0;
	font-size: 13px;
	border-bottom: 1px solid #ced4d8;
	padding-bottom: 5px;
	}

#content h3 {
	color: #015792;
	margin: 0;
	font-size: 13px;
	}

#sidebar {
	float: left;
	padding-top: 20px;
	}

.sidebarbox {
	border: 1px solid #cbcecf;
	background: #ecf0f1;
	width: 194px;
	padding: 15px 15px 0 15px;
	margin-bottom: 10px;
	}

.sidebarbox h3 {
	color: #015792;
	margin: 0;
	font-size: 13px;
	border-bottom: 1px solid #cbcecf;
	padding-bottom: 5px;
	}

.sidebarbox h4 {
	color: #f1570d;
	font-size: 13px;
	margin: 10px 0 0 0;
	}

.sidebarbox a {
	color: #000;
	text-decoration: none;
	}

.sidebarbox a:hover {
	color: #000;
	text-decoration: underline;
	}

.sidebarbox hr {
	margin: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #cbcecf;
	}

.rightmenuimg {
	vertical-align: middle
	}

#footer {
	clear: both;
	overflow: auto;
	background: #858e99;
	padding: 15px 15px 15px 30px;
	color: #fff;
	}

#footerleft {
	float: left;
	}
#footerright {
	float: right;
	margin-right: 40px;
	}

#footer a {
	margin: 0 10px 0 10px;
	color: #fff;
	text-decoration: none;
	}

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

.t {background: url('img/dot.gif') 0 0 repeat-x; margin-top: 10px;}
.b {background: url('img/dot.gif') 0 100% repeat-x}
.l {background: url('img/dot.gif') 0 0 repeat-y}
.r {background: url('img/dot.gif') 100% 0 repeat-y}
.bl {background: url('img/bl.gif') 0 100% no-repeat}
.br {background: url('img/br.gif') 100% 100% no-repeat}
.tl {background: url('img/tl.gif') 0 0 no-repeat}
.tr {background: url('img/tr.gif') 100% 0 no-repeat; padding:10px}

.boxleft {
	float: left;
	padding: 10px;
	}
.boxright {
	float: right;
	padding: 10px;
	}

.boxright p {
	margin: 0;
	font-weight: bold;
	color: #4f4f4f;
	}

.box {
	clear: both;
	padding: 0 10px 0 10px;
	}

.boxend {
	text-align: right;
	padding: 0 10px 0 0;
	}

.boxend a {
	color: #4f4f4f;
	}