/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-left.jpg);
	background-repeat: no-repeat;
	background-position:top left;
}
#bg-right {
	background-image: url(../images/bg-right.jpg);
	background-repeat: no-repeat;
	background-position:top right;
	width:100%;
}

.imgclass {
	margin:5px;
	padding:5px;
	border:1px solid #CCC
}

#container {
	width:837px;
	margin:0 auto;
}
#header {
	height:111px;
}
#header #logo {
	width:249px;
	float:left
}
#header #navigation {
	float:left;
	padding:40px 0 0 0
}
#content {
	width:775px;
	text-align:left;
	color:#3a3a3a;
	font-size:12px;
	line-height:15px;
	background-color:#fafaf9;
	border:1px solid #e0dbdb;
	margin:5px 0 0 0;
	padding:30px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 3a3a3a;
	text-align:justify
}
h1, h2, h3, h4, h5, h6 {
	color: #273865;
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
}
h4 {
	line-height:23px;
	font-size:12px;
	text-align:center;
	margin:0
}
#features {
	text-align:center;
	font-style:italic;
	width:300px;
	font-family: Georgia, Times New Roman, Times, serif;
}
p.larger {
	font-size:13px;
}
#footer {
	width:837px;
	color:#a5a5a5;
	font-size:10px;
}
#footer ul {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:right
}
#footer ul li {
	margin:0;
	padding:0;
	float:left
}
#footer a {
	text-decoration:none;
	color:#a5a5a5;
	display:block;
	padding:4px 0 0 10px;
	text-transform:uppercase
}
#footer a:hover {
	text-decoration:none;
	color:#75819d;
}
#footer ul li.sep {
	padding:4px 0 0 10px;
}
.main {
	position: relative;
	height: 29px;
	width: 555px;
	padding: 0;
	margin: 10px 0;
	overflow: hidden;
}
.main li {
	float: left;
	list-style: none;
}
.main li.sep {
	padding-top:4px;
}
.main li.current {
	border-bottom: 3px solid #cbd1e0;
}
.main li.back {
	border-bottom: 3px solid #cbd1e0;
	width: 9px;
	height: 23px;
	z-index: 8;
	position: absolute;
}
.main li a {
	font: bold 11px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 23px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.main li a:hover, .main li a:active, .main li a:visited {
	border: none;
}
