@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #636363;
	background-color: #f4f4f4;
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

a img { 
	border: none;
}


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

div.tabArea {
	background-image:url(../images/bg-tabs.gif);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	height:28px;
	padding-top:12px;
	text-align:center;
	width:960px;
	color: #FFF;
}

a.tab {
	border-bottom-width:0;
	cursor:pointer;
	margin-left:18px;
	margin-right:18px;
	padding:2px;
	text-decoration:none;
}

a.tab, a.tab:visited {
color:#FFFFFF;
}

a.tab:hover {
color:#9fd158;
}

.container {
	width: 960px;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 18px;
}

.header {
	height: 200px;
	width: 960px;
	background-color: #FFF;
	background-image: url(../images/bg-header.gif);
}


.sidebar1 {
	float: left;
	width: 40%;
	padding-bottom: 10px;
	padding-top: 20px;
}
.content {
	width: 60%;
	float: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #6F7D94;
	color: #FFF;
}


.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	text-align: center;
	font-size: 10px;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

