body {
	font: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000;
	background: #CCCFFF;
	margin: 0;
	padding: 10;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font: Georgia, "Times New Roman", Times, serif; color:#CC3300;
	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: #C30;
	font-weight: bold;
	text-decoration: none; 
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin: auto; 
}
.header {
	background: #C1C1CC;  height: 120px;
}

.sidebar1 {
	float: left;
	width: 15%;
	background: #C1C1CC;
	padding-bottom: 10px;
}
.content {
	padding: 10px;
	width: 80%;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 12px
}
.content ol, ul {
	padding: 10px;
	width: 95%;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 14px
}
.sidebar2 {
	float: right;
	width: 20%;
	background: #C1C1CC;
	padding: 10px 0;
}
.sidebar2 p {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 12px;
	color: #333;
}
.sidebar2 li {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 12px;
	margin-left: 30px;
	color: #333;
}

.content 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: #C1432E;
	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: #000;
}

.footer {
	padding: 10px 0;
	background: #50505C;
	position: relative;
	clear: both; 
}
.footer {
	max-width: 1260px;
	min-width: 780px;
	font: Verdana, Geneva, sans-serif; 
}
.footer p {
color: #e5ffcc;
}
.footer a:link {text-decoration: none; color: #AFD275;
}
.footer a:active {text-decoration: none; 
}
.footer a:visited {text-decoration: none; color:slategray; 
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}