
body {
	font: 100% 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;
	font-size: 15px;
}
.oneColFixCtr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #FFFFFF;
}
td {
	text-align: left;
}

#pad6 {}
#pad6 td {text-align: left; padding-left:0px; padding-top:6px; padding-bottom:6px; }
#pad9 {}
#pad9 td {text-align: left; padding-left:0px; padding-top:9px; padding-bottom:9px; }
#pad10 {}
#pad10 td {text-align: left; padding-left:0px; padding-top:10px; padding-bottom:10px; }

.title {
	font-size: 17px;
	color: #e9691f;
	font-weight:bold;
	padding-top:0px;
}

.myoldblue {
	color: #ffffff;
	font-weight: bold;
}
.waswhite {
	color: #ffffff;
	font-weight: normal;
}

.copyright {
	font-size: 10px;
	color: #ffffff;
}


.orange {color: #e9691f}
.orangeL {color: #e9691f; font-size: 16px}

.ntitle {font-size: 36px}

a:link, a:visited	
{text-decoration: none	; color: #e9691f;}

a:hover	
{text-decoration: none	; color: #B5C29A;}

a:active	
{text-decoration: none	; color: #e9691f;}


a.slink:link, a.slink:visited	
{text-decoration: none	; color: #e9691f; font-weight: bold;}

a.slink:hover	
{text-decoration: none	; color: #B5C29A; font-weight: bold;}

a.slink:active	
{text-decoration: none	; color: #e9691f; font-weight: bold;}



a.wlink:link, a.wlink:visited	
{text-decoration: none	; color: #ffffff; }

a.wlink:hover	
{text-decoration: none	; color: #ffffff; }

a.wlink:active	
{text-decoration: none	; color: #ffffff; }

a.mlink:link, a.mlink:visited	
{text-decoration: none	; color: #0082d4;}

a.mlink:hover	
{text-decoration: none	; color: #0082d4; }

a.mlink:active	
{text-decoration: none	; color: #0082d4; }
