@charset "UTF-8";
body {
	font: 100%/1.25 Arial, Helvetica, sans-serif;
	top: 0px;
	margin: 0;
	color: #000;
	padding: 10px;

}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	margin: 0px;
	padding: 0px;

}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: .5em;
}
a img {
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	

}

/* ~~ The header design will accommodate a logo or banner image up to 960 pixels wide.  ~~ */
.header {
	background: #000;
}
/* ~~ These are the columns for the layout. ~~ 
The background colors of the columns match those in the background image of the container. This is redundant on the desktop but plays an important role for viewing with a tablet or phone.
*/
.sidebar1 {
	float: left;
	width: 960px;
	background: #fff;
	


}
.content {
	padding: 0px 0;
	width: 700px;
	float: left;
	background: #FFF;
	
}
.sidebar2 {
	float: left;
	width: 260px;
	background: #FFF;
	padding: 10px 0;

}

.content ul, .content ol { 
	padding: 0 0px 0px 50px;
}

ul.nav {
	
	list-style: none;
	margin: 0;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
}
ul.nav li {
	
    width: 25%; 
	float:left;
	border-bottom: 1px solid #FFF;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 5px;
	text-align: center;
	display: block;
	width: 230px;
	text-decoration: none;
	background: #990000;
	color: #fff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #000;
	color: #fff;
}

.footer {
	position: relative;
	clear: both;
	background: #fff;
	vertical-align: text-bottom;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #000;

	

}
.footer p {
	font-size: 0.75em;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* The following two styles make adjust the size of images in the header and content divs for all platforms */
.header img {
	max-width: 100%;
	height: auto;
}
.content img {
	max-width: 100%;
	height: auto;
}
pre {
	margin-right: 40px;
	margin-left: 40px;
}
