body {
	background: #ffffff;
	color: #373e44;
	font: normal normal normal 11px/18px Verdana,Arial,Geneva,Helvetica,sans-serif;
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form,p,ul {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
}

th, td, div, p, input, textarea, select{
	font: normal normal normal 11px/18px Verdana,Arial,Geneva,Helvetica,sans-serif;
}

a {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Arial;
}

a:hover {
	text-decoration: none
}

/* Homepage */

#page {
	margin: 0 auto;
	text-align: left;
	width: 952px;
	padding: 0x 0 0 0;
}

#header {
	width: 952px;
	float: left;
}

#mainNavigation {
	border-top: 1px solid #ffffff;
	height: 38px;
	background: #bf8255;
	width: 952px;
	float: left;
}

#mainNavigation ul {
	margin: 0 0 0 18px;
	list-style-type: none
}

#mainNavigation ul li {
	margin: 0;
	padding: 10px 0 0 0;
	float: left
}

#mainNavigation ul li a{
	color: #373e44;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#mainNavigation ul li.active a,
#mainNavigation ul li a:hover{
	color: #ffffff;
}


#content {
	border-top: 10px solid #ffffff;
	background: #ffffff;
	width: 952px;
	float: left;
}

#cLeft {
	width: 185px;
	float: left;
	margin: 0 0 0 0;
	background: #ffffff;
}

#cLeft #subNavigation ul {
	width: 170px;
	padding: 0;
	margin: 1px 0 0 0;
	list-style-type: none;
}

#cLeft #subNavigation ul li {
	width: 170px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	line-height: 15px;
}

#cLeft #subNavigation ul li.last {
	background: url(../images/bt_li.gif) repeat-x left bottom;
}

#cLeft #subNavigation ul li a {
	background: url(../images/bt_li.gif) repeat-x left top;
	display: block;
	padding: 5px 0 6px 15px;
	text-decoration: none;
	font-size: 11px;
	color: #373e44;
}

#cLeft #subNavigation ul li.active a {
	display: block;
	padding: 5px 0 6px 15px;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	color: #373e44;
	font-weight: bold;
}

#cRight {
	width: 767px;
	float: left;
	margin: 0 0 0 0
}

#cRight #contentRight {
	float: left;
	border: 1px solid #e0e0e0;
	padding: 10px 10px 20px 10px;
}

#cRight #contentRight .inner {
	float: left;
	width: 537px;
}

#cRight #contentRight h1 {
	font-weight: bold;
	font-size: 14px;
}

#cRight #contentRight h2 {
	font-weight: bold;
	font-size: 13px;
}

#contentRight ul {
	margin: 0 0 0 25px
}

#contentRight ul li {
	font-weight: normal;
}

#cRight #contentLeft {
	width: 208px;
	float: left;
	text-align: right;
}

#cRight #contentLeft p{
	padding-left:0;
	text-align: left;
}


#cRight #contentLeft .inner{
	padding-left: 14px;
}

#bottom{
	clear: both;
	width: 559px;
	background: url(../images/bt_li.gif) repeat-x left top;
	padding: 7px 0 100px 0;
	margin: 15px 0 0 0;
	float: left;
}

#copyright1 {
	width: 217px;
	float: left;
}
#copyright2 {
	width: 342px;
	float: left;
	text-align: right;
}


