@charset "utf-8";
body {
	background-image: url(../../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.topbg {
	background-image: url(../images/topimg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 277px;
}

.titlebg {
	background-image: url(../images/titile_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3b6500;
}
hr {
	color: #d9a400;
}


.mainbg {
	background: transparent url(../../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ul {
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
}
.mainbgright {
	background-image: url(../images/mainbgright.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:18px;
	color: #000000;
	background-color: #d9a300;
	border: 1px solid #d9a300;
}



#rightlink{
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-right:20px;
	font-size: 12px;
	background-color: #189274;
	color: #333;
	text-align:center;
}

* html #rightlink{ /*IE 6 only */
w\idth: 130px; /*Box model bug: 180px minus all left and right paddings for #rightlink */
}

#rightlink ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#rightlink li {
margin: 0;
}

#rightlink li a{
display: block;
padding: 5px 5px 5px 8px;
border-bottom: 1px solid #c3b676;
color: #fff;
text-decoration: none;
width: 130px;
}

html>body #rightlink li a{ /*Non IE6 width*/
width: auto;
}

#rightlink li a:hover{
	color: #ffd400;
}

#rightlink li.active a 	{
	color: #ffd400;
	font-weight:bold;
}
#rightlink li.bottom a {
border-bottom:0;
}
.rightlink {
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px solid #c3b676;
color: #fff;
text-decoration: none;
font-size: 12px;
}
.rightlink a{
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 12px;
text-decoration: none;
}
.rightlink  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffd400;
	font-size: 12px;
	text-decoration: none;
}
#DivTitle {
	margin-top:1px;
	background:#ffa800;
	padding:8px 5px;
	width: 435px;
	cursor:hand;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#DivTitle h3 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:100;
}
#DivTitle img {
	padding:0 2px 0 0;
}
.switchgroup1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:420px;
	line-height:1.6em;
	padding:10px 10px 20px 22px;
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
	}
.bot {
font-family: Arial, Helvetica, sans-serif;
border-bottom: 0px solid #c3b676;
color: #fff;
text-decoration: none;
font-size: 12px;
}
a.active {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffd400;
	font-size: 12px;
	text-decoration: none;
}


.footerbg {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 172px;
}
