BODY {
	margin:0px;
	padding: 0px;
	color: yellow;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	background-color:#000; 

}

img {
	display: none;
}

/*    ------------Text Styles--------------     */

a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #eee;
	text-decoration: underline;
	font-weight: normal;
}

h1, h1 a {
	color: #fff;
	/* background: #B8F9FF; */
	font-size: 200%;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
}


/*      -------------Banner---------------       */

DIV.bannerbox {
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

DIV.banner {
	top: 0;
	left: 0;
	width: 100%;
	height: 49px;
}

DIV.logo {
	display: none;
}

DIV.name {
	color: #FFF;
	font-size: 200%;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;		
}

DIV.flash {
	display: none;
}

/*     -----------Top Nav------------   */

/* This is the main container for the whole nav */

DIV.navbox {
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.nav {
  	padding: 0;
  	margin: 0 0 0 20;
  	color: #FFF;
  	font-size: 120%;
  	text-decoration: circle;
}



/* IDs for fix so that IE works with this */

#nav a {
	font-weight: normal;
	color: yellow;
	text-decoration: circle;
	border-bottom: #fff 1px solid;
}




/*     ----------- Body ------------   */

DIV.box {
	width:800px;
	margin: 20px 0 0 0;
	padding: 0px;
	float: left;
	background: #333;
}

DIV.content {
	width:800px;
	margin: 0 0 0 20px;
	padding: 0px;
	float: left;
	background: #333;
}
DIV.content img {
	display: none;
}

DIV.pg1 {
	width:800px;
	height: auto;
	background: #000;
}

DIV.pg1-img {
	display: none;
}

DIV.pg1-p {
	text-align: left;
	width:800px;
	margin: 20 0 20 0;
}

DIV.content li {
	list-style: circle;
	margin-left: -25px;
	margin-top: 5px;
}

DIV.content p {
	margin-top: 5px;
}

DIV.legal {
	font-size: 100%;
	color: yellow;
	border-top: 1px #fff solid;
	font-family: Georgia, 'Times New Roman', Times, 'Lucida Sans', 'Lucida Sans Unicode', serif;
} 

DIV.sidebar {
	background: #333;
	width:800px;
	margin-top : 0px;
	padding: 0;
}

DIV.sidebar H1 {
	background: #666;
	padding: 30 20 10 20;
	font-size: 120%;
}

DIV.sidebar p {
	padding: 0 20 0 20;
}

DIV.sidebar li {
	list-style-image: url(images/bullet.gif);
}