@charset "utf-8";
body {
	font: 90%/1.4 Arial;
	background: #f4da69;
	margin: 0;
	padding: 0;
	color: #0072ae;
	background-image:url(../images/background.png);
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
}

a img { 
	border: none;
}

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

.container {
	width: 960px;
	background: #fff;
	padding: 10px;
	margin: 0 auto; 
}

.header {
	color: #fff;
	
}

.sidebar1 {
	float: left;
	width: 180px;
	padding-top: 10px;
	text-align:center;	
}

.content {
	border: 2px #f46f24 dotted;
	padding: 10px 10px;
	text-align: center;
	width: 936px;
	float: left;
}

.sidebar2 {	
	text-align: center;
	float: left;
	width: 730px;	
	height: 240px;
	padding-left: 100px;
	color: #0072ae;
	
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}


table.nav {
	list-style: none;
	margin-bottom: 15px;
}

table.nav li {
	}

table.nav a, ul.nav a:visited { 
	display: block; 
	text-decoration: none;
}

table.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #000080;
	color: #FFF;
}

.footer {
	color: #0072ae ;
	position: relative;
	clear: both;
	padding: 10px 10px;
}


.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
