body {
	font: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000;
	background: #FFFFCC;
	margin: 0;
	padding: 10;
}

ul, ol, dl { 
	padding: 0;
	margin: 20;
}
h1, h2, h3, h4, h5, h6 {
	font: Georgia, "Times New Roman", Times, serif; color:#333;
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 10px; 
}
p {
	font: Georgia, "Times New Roman", Times, serif; 
	color:#000;
	font-size: 15px;
	margin-top: 0;	 
	padding-right: 10px;
	padding-left: 10px; 
	line-height: 120%
}
a img { 
	border: none;
}

a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none; 
}
a:visited {
	color: #B71427;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 95%;
	max-width: 1260px;
	min-width: 780px;
	background: #FFFFCC;
	margin: auto; 
}
.header {
	background: #D5D5D5;  height: 90px;
}

.sidebar1 {
	float: left;
	width: 15%;
	background: #9099A2;
	padding-bottom: 10px;
}
.content {
	padding: 10px;
	width: 60%;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 12px
}
.content ol, ul {
	padding: 10px;
	width: 90%;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 14px
}
.sidebar2 {
	float: right;
	width: 20%;
	background: #CCC;
	padding: 10px 0;
}
.sidebar2 p {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 12px;
	color: #003E1F;
}
.sidebar2 li {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 12px;
	margin-left: 30px;
	color: #6D7993;
}
.sidebar3 {
	float: right;
	width: 20%;
	background: #FFCC00;
	padding: 10px 0;
}
.sidebar3 p {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 12px;
	color: #333333;
}
.sidebar3 ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #696; 
	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: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
ul.nav a:hover,  ul.nav a:active, ul.nav a:focus { 
	background: none;
	color: #B71427;
}

.footer {
	padding: 10px 0;
	background: #FFCC00;
	position: relative;
	clear: both;
	background-color: #FFCC00;
}
.footer {
	max-width: 1260px;
	min-width: 780px;
	font: Verdana, Geneva, sans-serif; 
}
.footer p {
color: #222222;
}
.footer a:link {text-decoration: none; color: #B71427;
}
.footer a:active {text-decoration: none; 
}
.footer a:visited {text-decoration: none; color:slate 
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
