body {
	background-attachment: scroll;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

h1 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
 	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	}


div#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 200px;
}

div#header2 {
	margin: 0px;
	padding-top: 139px;
	height: 200px;
}

a:link { color:#999999; text-decoration:none}
a:visited { color:#999999; text-decoration:none}
a:hover { color:#FF6600; text-decoration:none; cursor:hand}
a:active { color:#999999; text-decoration:none}


#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dropline {padding:0 0 0 30px; margin:0 0 0 300px; list-style:none; height:240px; background:url(ulback.gif) repeat-x; position:absolute;}
#dropline table {border-collapse:collapse: width:0; height:0; margin:-3px -10px;}
#dropline li {float:left;}
#dropline li a {display:block; height:60px; line-height:40px; padding:0 20px 0 0; float:left; color:#fff; text-decoration:none; font-family:tahoma, sans-serif; font-size:12px;}
#dropline li a b {display:block; height:40px; float:left; padding:0 0 0 20px; cursor:pointer;}
#dropline li a:hover {background:url(tab_a.gif) no-repeat right top; line-height:36px; height:44px}
#dropline li a:hover b {background:url(tab_b.gif) no-repeat left top; line-height:36px;}
#dropline li:hover > a {background:url(tab_a.gif) no-repeat right top; line-height:36px; height:44px}
#dropline li:hover > a b {background:url(tab_b.gif) no-repeat left top; line-height:36px;}
#dropline ul {padding:0; margin:0; list-style:none; position:absolute; height:30px; width:700px; background:#ffffff; left:-9999px; top:40px; z-index:10; border-bottom:1px solid #fff; border-top:5px solid #e60;}
#dropline ul li {height:25px; line-height:25px;}
#dropline ul.right li {float:right;}
#dropline ul li a {color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; border-right:1px solid #e60; font-weight:bold; font-size:11px;}
#dropline ul li a:hover {height:25px; line-height:25px; background:transparent; color:#c60;}
#dropline ul.right li a {border-left:1px solid #e60; border-right:0;}
#dropline ul li a.last {border:0;}
#dropline :hover ul {left:0;}
#dropline li.current ul {left:0; z-index:1;}
#dropline li.current a {background:url(tab_a.gif) no-repeat right top; line-height:36px; height:44px}
#dropline li.current a b {background:url(tab_b.gif) no-repeat left top; line-height:36px;}
#dropline li.current ul li a {color:#000; padding:0 10px 0 10px; height:25px; line-height:25px; background:transparent;}
#dropline li.current ul li.current_sub a {color:#c60;}
#dropline li.current ul li a:hover {color:#c60;}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	/*background: url("greyback.gif") repeat;*/
	}
#container {
	margin-top: 20px;
	}

#header3 {
	margin: 20px 0 15px 0;
	/*background: #f5f5f0;*/
}

#side-a {
	float: left;
	width: 238px;
	padding: 0px 5px 0px 5px;
	/*background-color: #f5f5f0;*/
	/*border-right: dotted 1px #444444;*/
}

#side-b { 
	margin: 0;
	padding-left: 20px;
	float: left;
	width: 730px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footerbox {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 75px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	background-color: #336699;
	clear:both;} 


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#newsbox {
	width: 220px;
	background-color: #ffffff;
	padding: 4px;
	border: 1px dotted #666666;
	/*float: left;*/
	)