@charset "UTF-8";
/* CSS Document */

/* the following Reset CSS was modified from Eric Meyer's v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address,
em, img, strong,
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: inherit;
color: #ffffff;
}

body {
line-height: 1;
}

/* end of Eric Meyer's Reset CSS */



body{
	background: #000000;
	color: #ffffff;
	text-align: center;
	font-family: Lucida, sans-serif;
	margin: auto;
	vertical-align: top;
	font-size: 75%;
	line-height: 1;
}

a{
	text-decoration: none;
	color: #006;
	background: inherit;
}

a:hover{
	color: #8796b3;
	background: inherit;
}

h1{
	color: #e01a2d;
	background: inherit;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

h2{
	color: #666666;
	background: inherit;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

h3{
	color: #ffffff;
	background: inherit;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

h4{
	color: #e01a2d;
	background: inherit;
	font-size: 1em;
	font-weight: regular;
	padding: 0px 0px 0px 0px;
}

p{
	padding-bottom: 10px;
	color: #000000;
}

#wrapper{
	width: 934px;
	text-align: left;
	margin: auto;
	position: relative;
}
	
/* Start Header */
	
#header {
	clear: both;
	float: left;
	width: 934px;
}
	
/* Start Navigation */

#nav{
	background: #3f3f3f url("images/nav_back.jpg") left repeat-x;
	width: 934px;
	height: 14px;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 0.9em;
	padding: 10px 0px;
	border: 1px solid #464647;
	color: #ffffff;
}

#nav li{
	display: inline;
	list-style: none;
	padding: 19px;
	background: none;
}

#nav a{
	color: #ffffff;
	background: inherit;
}

#nav a:hover{
	color: #00334d;
	background: inherit;
}

/* End Navigation */

/* Start Logos */

#logos{
	background: #3f3f3f url("images/logos_back.jpg") left repeat-x;
	width: 888px;
	height: 61px;
	border: 1px solid #464647;
	padding: 0px 14px;
	color: #ffffff;
	margin: 0px 8px;
}

#logos li{
	display: inline;
	list-style: none;
	padding: 10px;
	background: none;
}

/* End Logos */

/* End Header */

.colmask {
	position: relative;
	clear: both;
	float:left;
	width: 934px;
	overflow: hidden;
	padding-top: 5px;
}

.colmid {
	float: left;
	width: 200%;
	margin-left: -180px;
	position: relative;
	right: 100%;
	background: #ffffff;
}

.colleft {
	float: left;
	width: 100%;
	margin-left: -50%;
	position: relative;
	left: 365px;
	background: #ffffff;
}


.col1wrap {
	float: left;
	width: 50%;
	position: relative;
	right: 151px;
	padding-bottom: 14px;
}

.col1 {
	margin: 0 235px 0 165px;     	
	position: relative;
	left: 200%;
	overflow: hidden;
	background: inherit;
	color: #ffffff;
}

.col1 li{
	background: inherit;
	color: #ffffff;
	list-style: inside;
}

.col2 {
	float: left;
	float: right;
	width: 151px;
	position: relative;
	right: 14px;
}

.col3 {
	float: left;
	float: right;	
	width: 200px;        	
	margin-right: 31px;  	
	position: relative;
	left: 50%;
}
	
.col3 img{
	padding-bottom: 8px;

}

div.date {
	clear: both;
	background-color: #666;
	color: #fff;
	margin-top: 15px;
	font-weight: bold;
	text-align: right;
	padding: 1px 4px;
}

div.date_1 {
	clear: both;
	background-color: #666;
	color: #fff;
	margin-top: 15px;
	font-weight: bold;
	text-align: left;
	padding: 1px 4px;
}

#footer {
  background: #000;
  color: #fff;
  text-align: center;
  left: 0px;
  width: 800px;
  height: 5px;
}

.clear{
	clear: both;
}