@charset "UTF-8";
body {
	background: #1c2132;
	margin: 0;
	padding: 0;
	color: #1c2132;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}
header {
	background-color: #C1CDDA;
}
.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.content {
	padding: 10px 0;
	width: 780px;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

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

nav ul {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
nav ul li {
	border-bottom: 1px solid #666;
}
nav ul a, nav ul a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-color: #C1CDDA;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #2A669E;
}

footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: smaller;
	background-color: #fff;
	color: #000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #2A669E;
}

/*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;
	font-family: Arial, Helvetica, sans-serif;
}
