/* CSS Document */

body {
	font-family: "Gill Sans", "Gill Sans MS", "Trebuchet MS", sans-serif;
	font-size:18px;
	color: #FFFFFF;
	background:#000000;  
}

td,th {
color:#FFFFFF;
background:#000000;
}

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

a:visited {
color:#FFFFFF;
text-decoration:underline;
}

a:hover {
color:#999999;
text-decoration:underline;
}

a:active {
color:#CCCCCC;
text-decoration:none;
}

ul {
text-align:left;
list-style-image: url('images/bullet1.png');
}

#header {
	height:110px;
	background:url(images/home_banner.png) center no-repeat;
}

#wrapper {
	margin:0 auto;
	background:black;
	padding:5px;
	border:4px solid #222;
}

.fixed {
	width:760px;
}

.fluid {
	width:90%;
}

#navigation {

float:left;
	width:180px;
	padding:0 10px;
	background:black;
	line-height:20px;
	border:thin dashed;
	margin:0 15px 0 0;

}

#centerDoc {

padding: 0 0 20px 0; /*top right bottom left*/

width:auto;

}

#copyright {

	margin:30px 0 0 0;
	padding:15px;
	background:black;
	clear:both;
	font-size:75%;
	text-align:right;
}

#video {

text-align:center;
margin:0 auto;
padding:5px;
width:auto;

}