@charset "utf-8";
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
.oneColFixCtr #container {
	width: 949px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #popupcontainer {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
}

a { 
	color:#FFFFFF;
}

h1 { font-size: 90%; }
h2 { font-size: 90%; }
h3 { font-size: 90%; }
h4 { font-size: 90%; }


ol ol li {
	list-style:none; 
	text-indent : -25px; 	
}

li {
	list-style:none; 
}

#footer {
	margin-top: 10px;
	font-size: 0.9em;
}

#footer  div{
	float: left;
}

#footer #copyright {
	width: 70%;
	text-align:left;
}

#footer #links {
	width: 30%;
	text-align:right;
}



/* Box realtes shenanigans */

#box {
	position: relative;
	background:url(../images/boxmiddle.jpg) repeat-y;
	width: 775px;
}
#boxmiddle {
	padding: 0px 25px 0px 25px;
}

img {
	border: none;
}

#boxtop {
	background:url(../images/boxtop.jpg) no-repeat top;
	height: 20px;
	width: 775px;
}
#boxbottom {
	background:url(../images/boxbottom.jpg) no-repeat bottom;
	height: 20px;
	width: 775px;
}

#boxlogo {
	position:absolute;
	top: -32px;
	right: 20px;
	background:url(../images/boxlogo.jpg) no-repeat;
	height: 71px;
	width: 155px;
}


