@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-top:0px;
	color:#676767;
	background-color: #999;
}
a {
	font-size: 12px;
	color: #676767;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #676767;
}
a:hover {
	text-decoration: underline;
	color: #676767;
}
a:active {
	text-decoration: none;
	color: #676767;
}
#wrap {
	width:850px;
	border: 2px solid #9a9b9d;	
	background-color:#FFF;
	text-align:center;
}
#wrapOuter {
	width:850px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	margin-top: 12px;
	text-align:center;
	color:white;
}
#bottomlinks {
	width:850px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	border: 2px solid #9a9b9d;	
	margin-top: 12px;
}
#bottom_box {
	background-image:url(images/main_box_bottom.gif);
	height:22px;
	CLEAR: both;
}
#logo {
	margin-left:7px;
	margin-top:5px;
	margin-bottom:2px;
	width:132px;
	height: 164px;
	background-image:url(images/logo.gif);
	float:left;
}
#topright{
	float:right;
	width:697px;
	height: 164px;
	margin-right:8px;
	margin-top:5px;
}

#toprighttext{
	color:#999;
	font-size:12px;
	text-align:center;
	margin-top:8px;
}


#toprighttext a {
	color:#999;
	font-size:13px;
}

#navigation1 {
	width:841px;
	height: 26px;
	color:#FFF;
	font-size:14px;
	margin-left:2px;
	margin-top:4px;
	padding-top: 8px;
	background-color: #999;
	text-align:center;
}
#navigation1 a {
	font-size:14px;
	color:#FFF;
}
#contentbox {
	width:839px;
	color:#616265;
	font-size:14px;
	margin-left:2px;
	margin-top:4px;
	margin-bottom:4px;
	border: 1px solid #9a9b9d;
	text-align:left;
}
#maincontent {
	width:831px;
	color:#616265;
	font-size:12px;
	margin-left:4px;
	margin-top:4px;
	margin-bottom:4px;
}

#maincontent ul {
	list-style-position: inside;
}

#navigation2 {
	width:839px;
	height: 26px;
	color:#ff770d;
	font-size:14px;
	padding-top: 8px;
	background-color: #EBEBEB;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9a9b9d;
	border-right-color: #9a9b9d;
	border-bottom-color: #9a9b9d;
	border-left-color: #9a9b9d;
}
#navigation2 a {
	font-size:14px;
	color:#ff770d;
}

h2 {

	margin:0;
	font-size:12px;}
h3 {

	margin:0;
	font-size:12px;}
h4 {
	font-size:12px;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h1 {
	font-size: 12px;
	margin:0px;
}
h1 a {
	font-size: 12px;
}