body {
	text-align: left;
	margin: 0;
	padding: 0;
    background-color: #212932;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

 h1 {
	color: #34c1f3;
	font-size: 1.6em;
	font-weight: normal;
	padding: 26px 0 4px 20px;
	text-transform: uppercase;
}

 h2 {
	color: #0d6fbb;
	font-size: 1.2em;
	font-weight: normal;
	padding: 4px 0 4px 20px;
	text-transform: uppercase;
}

 p {
	margin: 0 20px 16px 20px;
	color: White;
}

b {
	color: #99CCCC;
}

a {
   color: #87CEEB;

}


a:hover {
  color: #FF0000;
}

a:visited {
  color: #4169E1;
}


div#main a:link {
   color: #4682B4;
}

div#main a:hover {
  color: #FF0000;
}

 li {
	margin-bottom: 0;
    margin-left: -20px;
    margin-top: 8px;
    text-align: justify;
}

 li a {
	color: #34c1f3;
	/*text-transform: uppercase;*/
	text-decoration: underline;
	display: block;
	padding: 6px 10px 6px 17px;
}

ul {
	margin: 0 60px 16px 20px;
	color: White;
    list-style-type: disc;
    font-size: 95%;
}


.justify {
  text-align: justify;
}


.middle {
  text-align: center;
}

/* Header */
#header {
	background: #3F3C2C url(images/headerbg.jpg) repeat-x;
	height: 112px;
}

#header .inner {
	background: url(images/header.jpg) no-repeat center;
	width: 917px;
	height: 112px;
	margin: 0 auto;
}


