body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin:0;
	padding:0;
	background-color:#f8f8f8;
	background-image:url(images/header_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
h1 {
	text-align:right;
	padding:5px 30px;
	margin:5px;
	font-size:18px;
	border-color:#B5B8CC;
	border-style:solid;
	border-width:0 0 1px 0;
	font-weight: normal;
	letter-spacing: -1px;
	color: #5F6570;
}
h2 {
	text-align:center;
	font-size:16px;
	color:#660000;
}
h3 {
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:20px 0 0 0;
	color: #036;
}
#content dt {
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:20px 0 5px 0;
}
#content dd {
	padding:0;
	margin:0 0 0 10px;
}
#header {
	height:125px;
}
#header-left {
	width:210px; float:left;
}
#header-right {
	width:470px; float:right; padding:21px 0 0 0;
}
#container {
	width:750px;
	margin:0 auto;
	text-align:left;
}
#content {
	background-color:#FFFFFF;
	padding:5px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width: 0 1px 1px 1px;
}
#header-inner {
	width:750px;
	background-image:url(images/menu_bg.gif);
	height:29px;
}
#header-inner ul {
	padding:0;
	margin:0;
}
#header-inner li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	width:118px;
	height:29px;
	line-height:1;
	text-align:center;
}
#header-inner li a {
	padding:7px 0 7px 0;
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#FFFFFF;
	background-image:url(images/btn.gif);
}
#header-inner li a:hover {
	background-image:url(images/btn_over.gif);
}
#footer {
	padding:20px 0 20px 0;
	color:#646464;
}
#dropmenudiv {
	position:absolute;
	border:1px solid #CCCCCC;
	border-bottom-width: 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	z-index:100;
}

#dropmenudiv a {
	color:#333333;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
	text-decoration: none;
	text-align:left;
}

#dropmenudiv a:hover {
	background-color:#DFDFDF;
}
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
#content dt {
	color:#036;	
}
