
body {
	background:#555753;
	color:#222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

.container {
	width:860px;
	margin:0 auto;
	padding: 0;
	background-image: url(/images/bg.png);
	overflow: auto;
}

.header {
	width:800px;
	padding: 0;
	margin-left: 32px;
	color: #c17d11;
	background-color: #3a3a3a;
	background-image: url(/images/header2.png);
	background-repeat: no-repeat;
	height: 160px;
	position:relative;
}

.wrap {
	margin:0 auto;
	padding:0;
	width:770px;
	background-color:#FFF;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-bottom:-1px;
}

img {border:0;}  

/* Content ------------------------------------------------------ */ 

.content {
	float: right;
	width: 520px;
	padding-top:20px;
	padding-bottom:20px;
}

.content p {
	font-weight:normal;
	font-size:11px;
	line-height:1.7em;
	margin: 0 35px 10px 25px;
	text-align:left;
}

.content li {
	font-weight:normal;
	font-size:11px;
	margin: 0 35px 10px 25px;
	text-align:left;
}

.content table {
	font-weight:normal;
	font-size:11px;
	line-height:1.7em;
	width:100%;
}


.content h2 {
	color: #9F1321;
	font-size:14px;
}

.content h3 {
	font-size:12px;
}

.section {
	text-align:right;
	font-size:9px;
}


.section table {
	padding: 0;
}

/* Link Styles ------------------------------------------------------ */ 

.content a:link, .content a:visited, .content a:active {
	color: #9F1321;
	text-decoration:underline;
	font-weight:600;
}

.section a:link, .section a:visited, .section a:active {
	color: #9F1321;
	text-decoration:none;
	font-weight:400;
}

.track a:link, .track a:visited, .track a:active {
	color: #9F1321;
	text-decoration:none;
	font-weight:400;
}

.content a:hover {
	color: #666;
	text-decoration:none;
	font-weight:600;
}

.section a:hover {
	color: #666;
	text-decoration:none;
	font-weight:400;
}

.track a:hover {
	color: #666;
	text-decoration:underline;
	font-weight:400;
}

.noline a {
	text-decoration:none;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #9F1321;
	text-decoration:none;
}

.sidebar a:hover {
	color: #666;
	text-decoration:underline;
}


/* Sidebar ------------------------------------------------------ */ 	
		
.sidebar {
	text-align:left;
	padding: 0;
	width:240px;
}
			
.sidebar h2 {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5em;
	font-family:"Franklin Gothic", Arial, Helvetica, sans-serif;
	margin: 25px 0 5px 30px;
	padding:0;
}

.sidebar h2 a {
	color:#222;
}

.indent20 {
	margin:0 20px;
}

.sidebar p {
	padding:0;
	font-size:11px;
	line-height:1.6em;
	text-align:justify;
	margin:0 30px;
}

/* Footer ------------------------------------------------------ */ 

.footer {
	margin:0 auto;
	background-image: url(/images/footer.png);
	background-color: #000000;
	text-align:center;
	width: 860px;
	height: 116px;
}

.footer a:link, a:visited, a:hover, a:active {
	color:#FFF;
}

.footer p {
	font: normal .85em/4em  Verdana, Arial, Helvetica, sans-serif;
	color: #F5F5F5;
	margin:0;
	padding:12px 0 8px 0;
}
