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

body  {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	
}
h1 {
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size:24px;
}
p {
margin-top:5px;
margin-bottom:20px;
}
h2 {
margin-top:25px;
letter-spacing:-1px
}
a:link, a:visited {
color: #333;
outline: none;
font-size: 12px;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
border:0;	
}
p {
line-height: 20px;	
}
.contentlist ul {
list-style: none;
margin:0;
padding:0;
margin-left: 8px;
margin-right: 8px;
border-left: 1px #ccc solid;
border-right: 1px #ccc solid;
}
.contentlist {
	width: 369px;
}
.contentlist li {
list-style: none;
margin:0;
padding: 5px;
padding-left:23px;
background: url('images/listbullet.gif') no-repeat;
background-position: 5px 5px;
border-bottom: 1px solid #ccc;
}
.contentlist li:hover {
	background-color: #eee;
}
.contentlist h2 {
color: #fff;
margin:0px;
background: url('images/listtop.jpg') top left no-repeat;
line-height: 27px;
display: block;
padding-left:10px;
letter-spacing:normal;
font-size: 13px;
font-weight: bold;
}
.contentlist .description {
	font-size: 11px;
	padding-left:2px;
}
.contentlist a {
font-weight: bold;
display: block;
}
.contentlist a:hover {
	text-decoration: none;
}
#leftblock {
	margin-top: 20px;
	padding: 10px;
	padding-top: 35px;
	width: 160px;
	position: absolute;
}
#rightblock {
	float: right;
	width:120px;
	padding:10px;
}
.twoColHybRtHdr #container { 
	background: #FFFFFF;
	width: 930px;
	text-align: left;
	margin-left: 170px;
} 
#topnav {
	height:44px;
	background: url('images/topnav.gif') repeat-x center;
	line-height: 44px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	display: none;
}
#topnav a {
	color: #FFD062;
}
#topnav a:hover {
	color: #fff
}
#navbar {
	background: url('images/midnav.gif') repeat-x top left;
	height: 68px;
	line-height: 58px;
	padding-left: 180px;
}
#navbar a {
	float: left;
	display: block;
}
.twoColHybRtHdr #header { 
	height:60px;
	background: url('images/header.jpg') repeat-x center;
} 
#header img {
	float: left;
	position: absolute;
	left:0;
	top:0;
}

.twoColHybRtHdr #mainContent {
  padding:15px;
  padding-top:5px;
 /* background: url('images/contentbg2.gif') top right no-repeat; */
}
.twoColHybRtHdr #footer { 
	padding-left: 20px;
	padding-right:20px;
	line-height:20px;
	margin-top: 25px;
	font-size: 12px;
	clear:both;
	text-align: center;
}
#footer a{
	color: #333;
}
#footer_top {
	font-weight: bold;
	line-height: 44px;
	clear:both;
}
#footer_bottom {
	padding: 10px;
	color: #333;
	clear:both;
	text-align: center;
}
.twoColHybRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smalltext {
font-size: 11px;
}
#navbar a {
outline: none;	
}
