@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #001648;
	margin: 0;
	padding: 0;
	/* - color: #001648; - */
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* -- setting default padding for all lists -- */
	padding: 0;
	margin: 0;
}
h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}	
h1 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	text-align: center;
}
table {
	margin-left: 150px
}
/* -- class and ID selections for font changes -- */
.indent{
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	text-indent: 50px
}
.subheading {
		font-style: italic;
		text-align: center;
}
#funheading {
	color: blue;
}
.bold {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}
.normal {
	font-weight: normal;
	font-size: 12.8px;
	margin: 0;
}
a img { 
	border: none;
}
/* ~~ link styles ~~ */
a:link {
	color: #FFFFFF;
	text-decoration: underline; 
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
/* ~~ fixed width container surrounds all other blocks ~~ */
.container {
	width: 960px;
	background: #060;
	margin: 0 auto; 
}
/* ~~ The header will extend the full width of your layout. ~~ */
header {
	background: #8090AB;
}
/* ~~ columns for the layout. ~~ */
.sidebar1 {
	position: absolute;
	width: 180px;
	background: #060;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
	background: #FFF;
	margin-left: 180px;
}
aside {
	float: left;
	width: 180px;
	background: #060;
	padding: 10px 0;
	text-align: center;
	color: #000
}

/* ~~ gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

/* ~~ The nav list styles -- */
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; 
	width: 160px;  
	
	text-decoration: none;
	background: #060;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* -- this changes the background and text color for both mouse and keyboard nav -- */
	background: #001648;
	color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background: #060;
	position: relative;
	clear: both; 
	text-align: center;
}

/*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;
}