@charset "UTF-8";
/* CSS Document */

<style type="text/css">
body {
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 20em;
	padding: 0;
	color: #000;
}
ul li, ol li, dl li {
	margin-bottom: 0.25em;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}
a:link {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	color: #C00;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 100%;
	background: #FFF;
}
.header {
	background: #FFF;
}
.sidebar1 {
	display:none;
	}
.content {
	padding: 20px;
	width: 100%;
	float: left;
}
.sidebar2 {
	display:none;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
.page-header, .page-header a, .page-header a:link, .page-header a:visited, .page-header a:hover, .page-header a:active, .page-header a:focus{
	text-decoration: none;
	color:#900;
	font-size: large;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight:bold;
	text-align:right;
}

img {
	display:none;
}
.logo {
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	margin-bottom: -10px;
}
.list-tight li {
	margin-bottom: 2px;
	list-style-position: outside;
	margin-left: -20px;
}
ul.checkbox {
   list-style: none;
   margin-left: 0;
   margin-right: 1em;
   padding-left: 1em;
   text-indent: -1.5em;
}
ul.checkbox li {
   list-style: none;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	margin-top: 10px;
	background: #900;
	position: relative;
	clear: both;
	text-align:center;
	text-shadow:#600;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
.nomargin-bullet {
	list-style-position: inside;
	margin-left: -40px;
}
.nomargin-bullet li {
	margin-bottom: 0px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 10px;
}
.fltlft { 
	float: left;
	margin-right: 10px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

</style>