@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-attachment: fixed;
	background: c0c0c0;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
	color: #FFF;
	line-height: 180%
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;	 
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 110%;
	line-height: 150%;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
}
a img { 
	border: none;
	/* [disabled]float: right; */
	margin: 5px;
}

a:link {
	color: #FF3300;
	text-decoration: none; 
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	margin: 0 auto;
	background: #333;
}


.header {
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	height: 10%;
	background-color: #666;
}

.sidebar1 {
	float: left;
	width: 20%;
	background-color: #ff3300;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 80%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

.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; /* this creates the button separation */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: normal;
}
ul.nav a, ul.nav a:visited { 
	padding: 10px 10px 10px 10px;
	display: block;
	text-decoration: none;
	background-color: #666666;
	color: #FFF;
	text-align: center;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #FF3300;
	color: #FFF;
}


.footer {
	padding: 10px 0;
	background-color: #666666;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}


.fltrt {  
	float: right;
	/* [disabled]margin-left: 8px; */
	margin: 10px;
}
.fltlft { 
	float: left;
	/* [disabled]margin-right: 8px; */
	/* [disabled]margin-left: 8px; */
	margin: 10px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer p {
	font-size: 10px;
	text-align: right;
}

.content h3 .fltrt {
	margin-right: 10px;
	margin-left: 10px;
}
.green {
	color: #0F0;
}
.red {
	color: #F00;
}
