@charset "UTF-8";
body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;*/
	background: #3065b0;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a:link {
	color: #3065b0;
	text-decoration: underline; 
}
a:visited {
	color: #3065b0;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width:960px;
	background: #bc1e1a;
	margin: 0 auto; 
}
header {
	background: #3065b0;

}

.sidebar1 {
	float: left;
	width: 180px;
	background: #bc1e1a;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
	background:#FFF;
}
aside {
	float: left;
	width: 180px;
	background: #bc1e1a;
	padding: 10px 0;
}


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

nav ul {
	list-style: none; 
	border-top: 1px solid #fff; 
	margin-bottom: 15px;
	font-weight:bold;
	
}
nav ul li {
	border-bottom: 1px solid #fff; 
	text-decoration: none;
}
nav ul a, nav ul a:visited  { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;  
	text-decoration: none;
	color: #fff;
	
}
 nav ul a:link { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;  
	text-decoration: none;
	color: #fff;
	
}
nav ul a:hover, nav ul a:active, nav ul a:focus { 
	background: #3065b0;
	color: #fff;
	text-decoration: none;
}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
}
footer p{
	text-align:center;
	color:#000;
	
}

.cell_a {
margin:0;
padding:0;
float:left;
height:100px;

}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}