BODY {
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-color: #C2BADC;
	background-position: top;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color: #5E5E5E;
}
#container {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	font: 8.9pt/1.7 Arial;
	color: #5E5E5E;
	background-image: url(/images/bgshad.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 13px;
	padding-left: 13px;
}
.top {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	background-image: url(/images/topshad.png);
	height: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bottom {
	background-image: url(/images/footshad.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
}
#footer {
	height: 36px;
	padding-left: 19px;
	color: #919191;
	background-color: #FFFFFF;
	font: 9.5pt/2.2 Arial;
	border-top: 3px solid #69B4BE;
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 3px;
	clear:both;
}
#footer a {
	text-decoration: none;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer a:hover {
	color: #333;
}
#container #header {
	text-align:center;
	height: 130px;
	width: 954px;
	padding-top:9px;
	background-repeat: no-repeat;
}
UL#navigation {
	width:940px;
	margin: 0px auto;
	padding: 0px;
	height: 36px;
	border-bottom:3px solid #69b4be;
}

UL#navigation LI {
	padding: 6px 9px 9px;
	margin: 0px;
	list-style: none;
	float: left;
}
UL#navigation LI.navfirst {
	border-left: none;
	padding-left: 5px;
}
UL#navigation LI A {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.end_menu {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	float:right;
}
UL#navigation LI A.active, UL#navigation LI A:hover {
	color: #E86B28;
}
/*--second-level--*/
UL#navigation LI.hover, UL#navigation LI:hover {
	position: relative;
}
UL#navigation LI.hover UL.second-level, UL#navigation LI:hover UL.second-level {
	display: block;
}
UL#navigation UL.second-level {
	position: absolute;
	top: 36px;
	left: -1px;
	margin: 0;
	padding: 0 0 10px;
	width: 160px;
	display: none;
	/*[disabled]background-color:#EAEAEA;*/
	background: url(/images/navbg.png) no-repeat bottom;
}
UL#navigation UL.second-level LI {
	width: 160px;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0;
	padding-top: 0;
}
UL#navigation UL.second-level A, UL#navigation UL.second-level A:link, UL#navigation UL.second-level A:visited {
	display: block;
	float: none;
	width: 140px;
	/*[disabled]border-top:1px solid #4F579F;*/
	border-right: 0;
	border-top:1px solid #EFEFEF;
	padding: 4px 10px;
	background: none;
	font: normal 11px/20px Arial;
	color: #151515;
}
UL#navigation UL.second-level LI.hover A, UL#navigation UL.second-level LI:hover A, UL#navigation UL.second-level A:hover {
	color: #020202;
	background: #EFEFEF;
}
/*--third-level--*/
ul#navigation ul.second-level li.hover ul.third-level, ul#navigation ul.second-level li:hover ul.third-level {
	display:block;
}
ul#navigation ul.second-level ul.third-level {
	position:absolute;
	z-index:999;
	top:-1px;
	left:158px;
	margin:0;
	padding:0;
	width:160px;
	display:none;
	border:1px solid #fff;
	background: url(/images/navbg.png) no-repeat bottom;
}
ul#navigation ul.second-level ul.third-level li {
	float:left;
	margin: 0;
	padding: 0 0 5px;
	width: 160px;
}
ul#navigation ul.second-level ul.third-level li.first, ul#navigation ul.second-level ul.third-level li.last {
	border:none;
}
ul#navigation ul.second-level ul.third-level a {
	display:block;
	width:140px;
	border:none;
	padding: 4px 10px;
	background:none;
	font: normal 11px/16px Arial;
	color: #151515;
}
ul#navigation ul.second-level ul.third-level li.first a {
}
ul#navigation ul.second-level ul.third-level li.first a:hover, ul#navigation ul.second-level ul a:hover {
	color: #020202;
	background: #EFEFEF;
}
/*-- end navigation--*/

#main_content {
	margin-top:20px;
}
#container #sidebar {
	width: 305px;
	padding:8px 7px 0 7px;
	float: right;
	clear:right;
	/*text-align: right;*/
	/*height: 580px;*/
	margin: 0px 10px 0px 0px;
	font-size:14px;
}
.sidebar-224 {
	background-image:url(/images/right-side-224.gif);
	background-repeat:repeat-y;
	background-position:715px 0;
}
#container #content {
	margin-top: 0px;
	min-height: 372px;
	width: 575px;
	margin-left: 20px;
	background: url(/images/sidebg.gif) repeat-y top right;
	padding-right: 26px;
}
H3 {
	font-size: 9pt;
	margin-top: -9px;
	margin-bottom: -7px;
}
H2 {
	margin-top: 0;
	color: #020202;
	font-size: 10.6pt;
}
HR {
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	border-right: 1px none #000000;
	border-top: 2px solid #B5B5B5;
	margin-bottom: 27px;
	margin-top: 28px;
}
#content OL LI {
	/*border-bottom: 1px solid #D1D1D1;
	padding-bottom: 6px;
	margin-bottom: 18px;*/
	margin-left: 0;
}
#content OL LI TR TD {
	color: #341758;
}
#container #topbar {
	background-color: #69B4BE;
	height: 3px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#content A {
	color: #53409C;
}
UL#botnavigation {
	margin: 4px 0px 0px;
	padding: 0px;
	height: 25px;
	float: right;
	width: 550px;
}
UL#botnavigation LI {
	padding: 0px 11px;
	margin: 0px;
	list-style: none;
	float: right;
	border-left: 1px solid #C9C9C9;
	height: 21px;
	line-height: 1.5;
}
UL#botnavigation LI A {
	text-decoration: none;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
UL#botnavigation LI A.active, UL#botnavigation LI A:hover {
	color: #333;
}
H1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #E86B28;
	font-weight:normal;
}
#webitor, #webitor a, #webitor a:link, #webitor a:visited, #webitor a:hover {
	text-align:center;
	color:#ffffff;
	font-size:10px;
}
.clear {
	clear:both;
	visibility:hidden;
}
.forms {
	background-color:#FFFFFF !important;
	border:#CCCCCC 1px solid !important;
}
#feature {
	margin:5px 0px 0px 7px;
}
.auto_sitemap h3 {
	line-height:normal;
	padding:10px 0;
}
/*webitor*/
.title_black {
	font-size:15px;
	color:#000000;
	font-weight:bold;
}
.table_border_bottom td {
	border-top:1px solid #B2B2B2;
	padding:10px;
}
.table_border td {
	border-bottom:1px solid #B2B2B2;
	padding:0px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.table_border_all {
	border:1px solid #B2B2B2;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
}
.border_bottom {
	border-bottom:1px solid #B2B2B2;
}
.border_right_bottom {
	border-right:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
}
.image_space_bottom {
	margin-bottom:10px;
}
.purple {
	color:#513B9C;
}
.green {
	color:#1596A4;
}
.red {
	color:#E86B28;
}
.purple_fade_box {
	width:567px;
	background-image:url(webimages/purple_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px;
	font-size:12px;
	line-height:normal;
	margin-bottom:15px;
}
.green_fade_box {
	width:567px;
	background-image:url(webimages/green_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px;
	font-size:12px;
	line-height:normal;
	margin-bottom:15px;
}
.size11 {
	font-size:11px;
	line-height:normal;
}
.size12 {
	font-size:12px;
	line-height:normal;
}
#footerlinks {
	text-align:center;
	font-size:10px;
	color:#666;
}
#footerlinks a {
	text-decoration:none;
	color:#666;
}
#footerlinks a:hover {
	color:#333;
	text-decoration:underline;
}
#bookmark { float:right; width:270px; padding:0px 0px;}