@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#72B633;
	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;
}
.oneColFixCtr #container {
	width: 780px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:1200px;
}
.oneColFixCtr #mainContent {
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.style1{
font-size:30px;
color:#000000;
}

.style2{
font-size:20px;
text-align:justify;
color:#007700;
}

.style3{
font-size:14px;
text-align:justify;
font-stretch:narrower;
}

.tableHead
{color: #FFFFFF;
font-weight:bold;
font-size:16px;
}

.tableSub
{color: #000000;
font-weight:bold;
font-size:12px;
text-align:center;
}

.tableRight{
font-size:14px;
font-stretch:ultra-condensed;
text-align:right;


}

#floatLeft{
height:250px;
margin-top:3px;
width:740px;
}


#floatRight{
float:right;
width:350px;
right:20px;
font-size:12px;
font-stretch:ultra-condensed;
text-align:center;
line-height:20px;
}


#Table{
width:740px;
font-size:14px;
font-stretch:ultra-condensed;
}

.hotline{
font-size:40px;
font-style:italic;
font-weight:bolder;
color:#FF6600;
vertical-align:text-top;
padding-top:50px;
padding-left:30px;
padding-bottom:50px;
}

#menu a{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
float:left;
width:182px;
margin-left:3px;
text-align:center;
background-color:#262A2D;
height:25px;
padding-top:3px;
text-decoration:none;
}

#menu a:hover{
color:#262A2D;
background-color:#C8E2AF;
padding-top:3px;
text-decoration:none;
}
