@charset "utf-8";


body {
	background-color : #000000; 
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : medium;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	
}


/* note links must apear in order, love-hate, link, visited, hover, active, to work properly */
a:link {
	text-decoration : none; /* removes the underline from the link tag */
	color: #ffffff; /* white */
	background-color:#000000; /* black color of link button */
	padding: .3em;
	border: ridge #0033ff;
}


a:visited {
	text-decoration : none; /* removes the underline from the link tag */
	color: #ffffff;
	background-color:#000000; /* color of link button */
	padding: .3em;
	border: ridge #0033ff;
}


a:hover {
	text-decoration : none; /* removes the underline from the link tag */
	color : #0033ff; /*hover color of blue on link */
	
} 



.center {
	text-align:center;
	margin:0 auto;
}


.oneColElsCtr #container {
	width: 750px;
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align:center; /* this creates the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.oneColElsCtr #mainContent {
	text-align: center;
	padding-top:3px; /* padding on top of nav buttons. */
	padding-right: 150px;
	padding-bottom: 0px;
	padding-left: 150px;
}

.popuplg
{
	float: none;
	width: 360px;
	border: 2px solid #000000;
	margin-right: auto;
	margin-left: auto;
}

.clearboth {
     clear: both; 
}

.copyrightfooter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.copyrightbox {
	width: 500px;
}


.copyrightfooter a:link, .copyrightfooter a:visited {
	border: none; /* this removes the border from around the link */
	color: #0033ff; /* color of blue on link */
 }


.copyrightfooter a:hover{
	border:none; /* this removes the border from around the link */
	color: #cc0000; /* color of red on hover link */
 }
