@import url("reset.css");

body {
	background: #49404F;
	color: #010101;
	font-family: Arial;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 90px;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #A9BD8B;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	color: #010101;
	font-size: 19px;
	padding-bottom: 5px;
}

h2 {
	color: #010101;
	font-size: 17px;
	padding-bottom: 5px;
}

h3 {
	color: #010101;
	font-size: 15px;
	padding-bottom: 5px;
}

h4 {
	color: #010101;
	font-size: 13px;
	padding-bottom: 5px;
}

h5 {
	color: #010101;
	font-size: 11px;
	padding-bottom: 5px;
}

h6 {
	color: #010101;
	font-size: 9px;
	padding-bottom: 5px;
}

#wrapRepeated {
	background: url(../images/wrap_repeated.jpg) repeat-y center top;
}

#wrapBottom {
	background: url(../images/wrap_bottom.jpg) no-repeat center bottom;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-bottom: 10px;
}

#wrap {
	width: 978px;
	margin: 0 auto;
	padding: 4px 12px 10px 6px;
	background: url(../images/wrap_top.jpg) repeat-x left top;
}

*html #wrap {
	width: 977px;
}


#leftCol {
	width: 201px;
	float: left;
	
}

#leftCol .logo {
	border-top: 1px solid #F5F6F6;
	border-left: 1px solid #F5F6F6;
	border-bottom: 1px solid #F5F6F6;
	padding: 7px 0 30px 8px;
}

#leftCol .leftgray {
	background: #596166;
	text-align: center;
	
}

#leftCol .leftgray .moduletable {
	padding: 0px;
	
}

.leftgray .moduletable ul {
	padding: 0 8px 0 11px;
	
}

.leftgray .moduletable ul li {
	background: url(../images/border.jpg) repeat-x left bottom;
	padding: 10px 0;
	
}

.leftgray .moduletable ul li a:link, .leftgray .moduletable ul li a:active, .leftgray .moduletable ul li a:visited {
	font-size: 15px;
	
}

.leftgray .moduletable h3 {
	background: #49404F;
	padding: 15px 0 9px 0;
	margin-bottom: 5px;
}

#leftCol .leftgray .moduletable label {
	color: #fff;
	font-size: 13px;
}

#rightCol {
	float: right;
	width: 775px;
}

#rightCol a{
color:#fff;
}

#rightCol .banner {
	margin-bottom: 1px;
}

#rightCol .content {
	background: url(../images/content_bg.jpg) repeat-y left top;
}

#rightCol .content .contentBorder {
	background: url(../images/content_border.jpg) no-repeat left top;
	padding: 8px 0px 20px 10px;
}

#rightCol .content .contentBorder .leftContent {
	float: left;
	width: 405px;
	padding-right: 20px;
	line-height: 20px;
	background: url(../images/contentCol_border.jpg) repeat-y right center;
}

#rightCol .content .contentBorder .rightContent {
	float: right;
	width: 325px;
}

.rightContent .left {
	float: left;
	width: 150px;
}

.rightContent .left img {
	margin-bottom: 10px;
}

.right {
	float: right;
	width: 170px;
}

. right2 {
	float:left;
	width: 325px;
}

#footer {
	width: 752px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
}

#footer ul {
	padding-bottom: 5px;
}

#footer ul li {
	display: inline;
	padding: 0 5px 0 8px;
}

#footer ul li:first-child {
	border-left: none;
}

#footer ul li a {
	color: #fff;
}