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

body {
	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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../img/body_bg.png);
	background-repeat: repeat-x;
}

.oneColFixCtr #container {
	width: 780px;
	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. */
	background-color: #FFFFFF;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 140px;
}

#menubar {
	float:right;
	height: auto;
	width: 643px;
	font-size: 0.8em;
}

.textspacer {
	padding-left: 200px;	
}

#footer {
	height: auto;
	width: 740px;
	padding-bottom:10px;
	text-align: center;
	font-style: italic;
	line-height: 1.8em;
	font-size: 0.8em;
}

#footer a, visited {
	text-decoration: none;
}

.oneColFixCtr #container #mainContent #footer p {
	text-align: center;
	line-height: 1.6em;
	font-style: italic;
	font-size: 0.8em;
}

.oneColFixCtr #container #mainContent p {
	line-height: 1.2em;
	/*font-style: italic;*/
	font-size: 0.8em;
}

.oneColFixCtr #container #mainContent h2 {
	font-size: 1.2em;
}
	

.oneColFixCtr #container #mainContent h1 {
	font-size: 1.4em;
}
.picleft {
	float: left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#table {
	margin-top: 250px;
	margin-left: 25px;
	float:left;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	/*border: 1px solid #666;*/
	background-color: #FFF;
	width: 150px;
}

#table td {
	border-bottom: 1px solid #666;
	
}