@CHARSET "ISO-8859-1";

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	min-width:804px;
	background-color:#767676;
	color:#000000;
	background-image:url('custom/images/background.jpg');
	background-repeat:repeat-x;
	font: small Arial, Helvetica, Verdana, sans-serif;
	text-align:center;
	height:100%;
}

#wrapper {
	margin:15px auto 5px auto;
	padding:0;
	width:804px;	
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
	background-image:url('custom/images/page_border.gif');
	background-repeat:repeat-y;		
}

div#page_top {
	height:5px;
	background-color:#000000;
	background-image:url('custom/images/page_top.gif');
	background-repeat:no-repeat;
	margin-left:-1px;
}

div#page_top hr {
	display:none;
}

#header {
	margin:0 0 0 5px;
}

#main {
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin:0;
	padding:0;
}

#content {
	margin:0 20px 0 160px;
	padding:0;
	background-color:#FFFFFF;
	color:#000000;
	width:620px;
	min-height:500px;
}
	
#sidebar {
	position:absolute;
	top:0;
	left:0;
	margin:5px 0 0 20px;
	padding:0;	
	width:150px;
	background-color:#D1251F;
	color:#FFFFFF;	
}

#footer {
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

div#page_bottom {
	height:5px;
	background-color:#000000;
	background-image:url('custom/images/page_bottom.gif');
	background-repeat:no-repeat;
}

div#page_bottom hr {
	display:none;
}

#copyright {
	font:8pt Arial;
	padding-bottom:5px;
}

#clear {
	clear:both;
	height:0px;
}

#header_nav {
	margin:5px 0px 0px 15px;
	padding:0px;
	background-color:#CCCCCC;
	background-image:url('custom/images/top_nav_background.jpg');
	background-repeat:no-repeat;
	width:425px;
	height:22px;
}

#header_nav ul {
	margin:0px;
	padding:0px;
	text-align:center;
}

#tabnav {
	margin:0px;
	padding:0px;
}

#tabnav li {
	margin:0px -2px 0px -2px;
	padding:0;
	display:inline;
	list-style-type:none;
	vertical-align:middle;
}

#tabnav a:link, #tabnav a:visited {
	background-color:transparent;
	/* border-left:1px solid #000000; */
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#000000;
	font:13pt "Times New Roman";
	font-weight:bold;
}

#tabnav a:hover {
	color:#000000;
	background-color:#transparent;
	font:13pt "Times New Roman";
	font-weight:bold;
	text-decoration:underline;
}

#tabnav a.tabnav_extra_border {
	margin:0px;
	padding:5px 0px 5px 0px;
}

#tabnav a.tabnav_default {
	color:#ffffff;
	background-color:#666666;
	font:13pt "Times New Roman";
	font-weight:bold;
}
