/* css document */

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#333333;
	margin:0;
}

h1, h2, h3, h4, h5, blockquote{
	padding-left: 10px;
	padding-right: 10px;
}

/* all paragraphs are set to justify with this tag */
p{
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

/*all strong tags, which are bold tags in xhtml, will be this color */
strong{
	color: #1958b7;
}

/* use class="right" in your img tag to right align image */
img.right{
	float: right;
	margin: 10px;
}

/* use class="left" in your img tag to left align image */
img.left{
	float: left;
	margin: 10px;
}

a:link{
   color: #0066FF;
   text-decoration: underline;
}

/* these four statements control the hover link colors and decoration */
a:visited{
	color: #0066FF;
	text-decoration: underline;
}

a:hover{
	color: #0066FF;
	text-decoration: none;
}

a:active{
	color: #0066FF;
	text-decoration: underline;
}

#container{
	position: absolute;
	width: 100%;
	height: auto;
}

#wrap{
	position: relative;
	margin: auto;
	width: 800px;
	height: auto;
	background-color: #050505;
	background-image:url(../images/wrap-bg.png);
	background-repeat:repeat-y;
	border-left: 1px solid #4bbce2;
	border-right: 1px solid #4bbce2;
}

#header{
	position: relative;
	width: 800px;
	height: 111px;
	background-color:#ffffff;
}

#subhead{
	position: relative;
	height: auto;
	width: 800px;
	color: #000000;
	text-align: right;
	border-top: 1px solid #4bbce2;
	border-bottom: 1px solid #4bbce2;
	background-color: #77b931;
}

#main{
	width:620;
	margin-left:180px;
	text-align: left;
}

#footer{
	position: relative;
	height: auto;
	width: 800px;
	color: #000000;
	text-align: right;
	border-top: 1px solid #4bbce2;
	border-bottom: 1px solid #4bbce2;
	background-color: #77b931;
	clear: both;
}

/* NAV STARTS HERE */

#blueblock{
width: 180px;
padding: 0 0 0 0;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
float:left;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

/* NAV ENDS HERE*/
