/* CSS Document */

body {
	text-align: center;
	min-width: 600px;
	margin:0;
	padding:0;
	background:#101010;
}
body,td,th {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #E7E7E7;
}
a:link {
	color: #E7E7E7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #E7E7E7;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #E7E7E7;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color:#FFF;
	letter-spacing:1px;
	line-height:.4em;
}
h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
ul {
margin-top:-10px;
text-align:left;
}
#wrapper {
	margin:10px auto;
	width:1024px;
	text-align: left;
	background:#101010 url(images/backdrop.jpg) no-repeat top center;
}
#insidewrapper {
	margin:10px auto;
	width:1024px;
	text-align: left;
	background:#186996 url(images/interiorbackdrop.jpg) no-repeat top center;
}
#header {
clear:both;
}
div#content{
width:1023px;
clear:both;
}
#text_content{
width:920px;
margin:85px 51px 30px 51px;
padding-top:30px;
overflow:auto;
line-height: 1;
}
p {
line-height:1.3;
}
#text_content ul{
list-style-type:square;
}
#text_content ul li{
padding-bottom:3px;
}
div#footer{
margin-left:15px;
color:#CCCCCC;
font-size:.8em;
clear:both;
width:100%;
padding-bottom:5px;
}

#navlist
{
margin-left: 45px;
padding-top:25px;
white-space: nowrap;
font-size:.9em;
}

#navlist li
{
display:block;
float:left;
list-style-type: none;

}

#navlist .link1 { 
margin: 23px 18px 0px 32px; 
}
#navlist .link2 { 
margin: 18px 45px; 
}
#navlist .link3 { 
margin: 14px 7px; 
}
#navlist .link4 { 
margin: 8px 24px; 
}
#navlist .link5 { 
margin: 2px 27px; 
}

#navlist a:link, #navlist a:visited
{
color: #77CDE8;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
text-decoration: none;
}

.headerstyle{
clear:both; 
width:400px; 
line-height:1.2;
margin-top:100px;
}
.leftcolumn {
float:left; 
width:250px; 
margin-left:10px;
}
.logo {
float:left;
margin-left:1px;
}
