body {
	background: #5A5A5A;
	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: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin-top: 48px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtr #container {
	width: 640px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p {
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	
}
#outer .tabletight {
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 20px;
	background-color: #000000;
}
#outer .tabletight img {
	float: right;
	padding-right: 12px;
	padding-left: 0px;
}

ul {
	font-size: 11px;
}

li {
}
a {
	color: #848484;
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}

h3 {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
#central-box {
	background-color: #000000;
	height: 460px;
	width: 640px;
	padding: 0px;
	margin: 0px;
}
#central-box #indent {
	padding: 20px;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}

h5 {
}

h6 {
}

#outer {
	position: relative;
	width: 640px;
	margin-top: 48;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
ilayer {
	background-color: #000000;
}
layer {
	background-color: #000000;
}

/* POP BOXES */
#blanket {
	background-color:#000000;
	opacity: 0.75;
	filter:alpha(opacity=75);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv, #popUpDiv2, #popUpDiv3 {
	position:absolute;
	background-color:#000000;
	width:640px;
	height:360px;
	z-index: 9002;
}
#close {
	padding-bottom: 12px;
}
#close a {
	border: thin solid #FFFFFF;
	margin: 2px;
	padding: 2px;
	font-size: 10px;
	color: #FFFFFF;
}
#indent ul {
	color: #FFFFFF;
}
.oneColFixCtr #container #mainContent #buttons {
	float: left;
	position: relative;
	padding-top: 20px;
}
.oneColFixCtr #container #mainContent #buttons a {
	font-size: 10px;
	padding-right: 11px;
	color: #999999;
}
#header {
	position: absolute;
	height: 50px;
	width: 460px;
}
#central-box-2 {
	position: absolute;
	background-color: #000000;
	height: 360px;
	width: 640px;
	padding: 0px;
	margin: 0px;
}
#outer #central-box-2 #inner-box {
	width: 610px;
	height: 300px;
	margin: 15px;
}
#outer #close-button {
	float: left;
	position: relative;
	width: 610px;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}
#outer #close-button a {
	padding-right: 11px;
}

