@charset "UTF-8";
/* CSS Document */

a.linkopacity img {filter:alpha(opacity=100);
	-moz-opacity: 1.0; opacity: 1.0;
	-khtml-opacity: 1.0;
	}

a.linkopacity:hover img
	{filter:alpha(opacity=50);  
	-moz-opacity: 0.5;   opacity: 0.5;
	-khtml-opacity: 0.5; 
	}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/background3.gif);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C9BEB0;
	font-size:10px;
} 
.oneColFixCtr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
.mainText {
	font-size:10pt;
}
h1 {font-size:12px;
	font-weight:bold;
	margin: 3px 5px 2px 5px;
}
	a:link {
	color: #651913;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #996633;
	}
	
	
td.menu{
	background: white;
	text-align: left;
	font-size: 9px;
	margin-align: 0px;
}
table.menu
{

font-size:100%;
position:absolute;
visibility:hidden;
}

