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

body {
	margin:0;
	padding:0;		/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 20px;
	font-weight: bold;
	color:#984300;
}

h2 {
	margin-bottom: 0;
	margin-top: 12px;
	font-size: 12px;
	font-weight: bold;
	color:#063369;
}

p {
	margin-bottom: 14px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 14px;
	color:#373737;
	line-height:20px;
}

a, a:hover, a:visited {
	color:#984300;
	text-decoration:underline;
	}
	
#root{
	top: 0px;
}

#root-box {
	margin-left:auto;
	margin-right:auto;
	width: 906px;
	padding-left: 0px;
	padding-right: 0px;
}

#header {
	width:906px;
	background-color:#F7FF85;
	margin: 20px 0 0 0;
	padding: 0px;
	height: 269px;
	background-image: url(images/site/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#linksbar {
	width:876px;
	height:40px;
	margin: 0;
	padding: 120px 0 0 30px;
	background-color: #F7FF85;
	background-image: url(images/site/belt.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header_box {
	float:right;
	width:570px;
	margin:26px 11px 0 0
}

#header_box a, #header_box a:visited {
		color:#000000;
	}

#header_box a:hover {
	color:#0066CC;
	text-decoration:underline;
	}

#container-flash {
	width:950px;
	height:150px;
	background-color:#666666;
	z-index: 200;
}

#container-image {
	width:950px;
	height:150px;
	background-color:#CCCCCC;
	z-index: 200;
}

#fade {
	width:892px;
	height:42px;
	background-image: url(images/site/bg_topgrad.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	padding-left: 26px;
	padding-top: 22px;
}

#breadcrumb p {
	margin-bottom: 0;
	margin-top: 0px;
	font-size: 10px;
	color:#0a5abd;
}

#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:visited  {
		color:#0a5abd;
		text-decoration:underline;
}

#content {
	background-color: #FFFFFF;
	width: 906px;
	background-image: url(images/site/bg_body.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 10px 0 30px 0;
}

#two-columns {
	height: auto;
	width: 866px;
	margin-bottom:20px;
	background-image:url(images/site/bg_content_lines.gif);
	background-position:top left;
	background-repeat:repeat-y;
	
}

#divider {
	margin:12px 30px 12px 30px;
	border-top: solid #984300 1px;
}

#two-columns_content {
	width: 906px;
}

#sidebar {
	/*float it*/
	float:right;
	width: 240px;
	padding: 0 30px 0 30px;
	border-left: solid #984300 1px;
}


#sidebar p {
	margin-bottom: 0;
	margin-top: 12px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#373737;
	line-height:18px;
}


#sidebar img {
	margin: 0 0 20px 0;
	background-image: url(images/site/bg_pic.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 14px;
}

#body_area {
	height: auto;
	width: 544px;
	margin: 0 30px 0 30px;
	float: left;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}




#footer {
	padding: 10px 20px 12px 20px;
	text-align:right;

}

#footer p {
	margin-bottom: 0;
	margin-top: 0px;
	font-size: 12px;
	color:#666666;
	line-height:26px;
}

#footer a, #footer a:visited {
	color:#666666;
	text-decoration:none;
	}

#footer a:hover {
	color:#666666;
	text-decoration:underline;
	}

#two-columns_footer {
	width: 906px;
}

#footer_hst {
	/*float it*/
	float:right;
	width: 390px;
	padding: 0 30px 0 30px;
	border-left: solid #984300 1px;
}

#footer_ffl {
	/*float it*/
	float:left;
	width: 390px;
	padding: 0 30px 0 30px;
}
li {
	line-height: 20px;
	margin-bottom: 9px;
	color:#373737;
}

