@charset "utf-8";
/* CSS Document */

/* #ee5819 */

* {
	margin:0;
	padding:0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#393939 url(../images/topbar.gif) repeat-x;
	color:#fff;
	}
	
img {
	border:none;
	}
	
a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#ee5819;
	text-decoration:none;
}

#pagecontainer {
	margin:0 auto 0 auto;
	width:800px;
	}

#header {
	background:#fff url(../images/header.gif) no-repeat;
	height:126px;
	margin:30px 0 0 0;
	color:#000;
	overflow:hidden;
	}
	
#header #leftheader {
	float:left;
	width:220px;
	padding:20px 0 0 20px;
	}
	
#header #rightheader {
	float:left;
	width:540px;
	text-align: right;
	margin: 40px 0 0 0;
	font-size:15px;
	}
	
#header #rightheader ul {
	list-style:none;
	}
	
#header #rightheader li {
	padding:0 0 5px 0;
	}

#menu {
	background:#595959;
	height:90px;
	margin:20px 0 0 0;
	padding:20px 0px 0 20px;
	font-size:15px;
	}
	
#menu a {
	color:#fff;
	text-decoration:none;
	}
	
#menu a:hover {
	color:#ee5819;
	text-decoration:underline;
	}

#menu ul {
	list-style:none;
	}

#menu li {
	display:inline;
	}
	
#menu .sep {
	margin:0 36px 0 0;
	}

#content {
	background:url(../images/content-bg.gif) repeat-y;
	clear:left;
	margin:18px 0 0 0;
	overflow:hidden;
	}
	
#content #textcontainer {
	background:#656565 url(../images/content-topbar.gif) no-repeat;
	float:left;
	width:620px;
	}
	
#content #text {
	padding:25px 20px 20px 20px;
	font-size:14px;
	}
	
#content #text p {
	padding:0 0 12px 0;
	}
	
#content #text h1 {
	font-size:22px;
	color:#c2c2c2;
	padding:10px 0 20px 0;
	font-weight:normal;
	}
	
#content h2 {
	font-size:18px;
	color:#dfdfdf;
	padding:5px 0 15px 0;
	font-weight:bold;
	}
	
#content h3 {
	font-size:14px;
	color:#c2c2c2;
	font-weight:normal;
	}
	
#content table {
/*	font-size:18px;
	color:#dfdfdf;
	padding:5px 0 15px 0;
	font-weight:bold;*/
	border:solid 1px #858585;
	margin-top:5px;
	margin-bottom:5px;
	}
#content table td{
/*	font-size:18px;
	color:#dfdfdf;
	padding:5px 0 15px 0;
	font-weight:bold;*/
	padding:2px 5px 2px 5px;
	}
	
#content .pagelist {
	padding:0 0 10px 0;
	border-bottom:#393939 solid 1px;
	}
	
#content .pagelist {
	padding:5px 0 5px 0;
	}
	
#content .del {
	color:#f00;
	}
	
#fixer {
	float:left;
	border-top:#ee5819 solid 1px;
	width:1px;
	overflow:hidden;
	}	
	
#content #rightbar {
	background:url(../images/content-rightbar.gif) no-repeat;
	width:179px;
	float:left;
	border-top:#ee5819 solid 1px;
	min-height:578px;
	}

#rightbar #links {
	margin:0px 0 0 0px;
	width:180px;

	border-bottom:1px solid #393939;
}
	
	
#footer {
	clear:both;
	border-top:#ee5819 solid 1px;
	background:#595959;
	min-height:200px;
	color:#999999;
	font-size:14px;
	overflow:hidden;
	}
	
#footer #leftfooter {
	padding:20px 0 0 20px;
	float:left;
	width:600px;
	}

#footer #rightfooter {
	float:left;
	padding:20px 0 0 0;
	font-size:10px;
	color:#393939;
	}
	
#footer #leftfooter a {
	color:#CCCCCC;
	text-decoration:none;
	}
	
#footer #leftfooter a:hover {
	color:#999999;
	}
	
#footer .list {
	float:left;
	width:300px;
	}

#footer .list .title {
	color:#999999;
	font-size:15px;
	}	
	
#footer ul {
	list-style:none;
	padding:0 0 20px 0;
	display:inline;
	}

#footer li {
	padding:0 0 15px 0;
	}
	
#footer .sep {
	margin:0 36px 0 0;
	}
#logos {
	float:right;
}
.sidebox{
	background-color: #464646;
	background-image: url(../images/sidearrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 8px;
	margin-top: 10px;
	
}
.sidebox a{
text-decoration:none;
}
