
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #676461;
	font-size: 12px;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #a58c75;
	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: 12px;
	text-align: left;
	color: #676461;
}
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;
}


.box_tx  {
	background: #fdffc8;
}


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

.ntitle {font-size: 36px}


.floatLeft { 
    float: left;
	margin-left:0px;
	margin-top:0px; 
    margin-right: 20px; 
	margin-bottom:8px;
	text-align: left;
}
span.floatLeft img
{
	border-top: 1px solid #bbb;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 1px solid #bbb;
	}
	
.floatRight { 
    float: right; 
	margin-left:20px;
	margin-top:0px; 
    margin-right: 0px; 
	margin-bottom:8px;
	text-align: right;
	}


span.floatRight img
{
border-top: 2px solid #999;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 2px solid #999;
}




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

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

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


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; }

