/* CSS Document */



body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #000;
}
#logo {
	margin: 0;
	padding: 0;
	border: none;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1 {
	
	text-align: center; 
	font-size: 200%; 
	font-weight: bold;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	
}
h2 {
	color:#132A91	;
}

h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	font-size: 100%;
}
p {
	color:#132A91;	
}
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: #000000;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#08080a+1,ffffff+100 */
	background: #08080a; /* Old browsers */
	background: -moz-linear-gradient(top, #08080a 1%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #08080a), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #08080a 1%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #08080a 1%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #08080a 1%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #08080a 1%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08080a', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.headText {
	font-size: xx-large;
	float: right;
	top: 28px;
	position: absolute;
	right: 450px;
	color:#45BA30;
	
	}
	
	

.sidebar1 {
	float: left;
	width: 180px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
}
.sidebar2 {
	float: left;
	position: relative;
	width: 180px;
	background-color: #CCCCCC;
	padding: 10px 0;
	height: 100%;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	color:black;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,71bc65+29&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(113,188,101,0.71) 29%, rgba(113,188,101,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30,87,153,1)), color-stop(29%, rgba(113,188,101,0.71)), color-stop(100%, rgba(113,188,101,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(113,188,101,0.71) 29%, rgba(113,188,101,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(113,188,101,0.71) 29%, rgba(113,188,101,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(113,188,101,0.71) 29%, rgba(113,188,101,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(30,87,153,1) 0%, rgba(113,188,101,0.71) 29%, rgba(113,188,101,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0071bc65', GradientType=1 ); /* IE6-9 */;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #0099CC;
	color: #FFFFFF;
}
.footer {
	padding: 10px 0;
	background-color: #CCC49F;
	position: relative;
	clear: both;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
