html, body, div {
	background-color: black;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 88%;
	color: white;
	
}

hr {
	border: 0px;
	background-color: green;
	color: green;
	height: 2px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0px;
	padding-top: 0px;
}

h3 {
	font-size: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0px;
	padding-top: 0px;

}

h4 {
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0px;
	padding-top: 0px;
}

a:link { 
	color: #31fe01;
	text-decoration: none;
}

a:visited { 
	color: #31fe01;
	text-decoration: none;
}

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

.container {
	width: 800px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;

	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	}

.links {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0px;
	text-align: center;
	color: white;
	margin: 0px;
	padding: 0px;
}

.content {
	background-color: black;
	font-size: 13px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	line-height: 130%;
	color: white;
	padding: 10px;
	margin: 0px;
}

.bottom {
	height: 0; 
	padding: 0px;
	margin: 0;
	font-size: 0px;
	text-align: center; 
	border: 0 none; 
	margin-top: 0.0em;
	bottom: 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.right {
	float: right;
	margin-right: 10px;
}

.left {
	float: left;
	margin-right: 10px;
}

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid white;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageSmallRight {
	margin-left: 10px;
	float: right;
	border: 1px solid white;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge {
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink {
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink {
	cursor: pointer;
}
.PopBoxImageMove {
	border: none 0px #ffffff;
	cursor: pointer;
}

