@charset "UTF-8";
body {
	font: 100% 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 */
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.one #container {
	width: 800px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */

}


	
.one #header {
	background: #FFFFFF; 
	padding: 0px 0px 1px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.one #mainContent {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.one #mainContent ul {
	font-size:12px;
	color:#000033;
	margin-left:-30px;
	line-height:16px;
	padding-bottom:20px;
	
}


.one #mainContent li{
	list-style:circle;
	margin-left:20px;

}

.one #mainContent p{
	color: #000033;
	font-size:12px;
}

.one #mainContent a:link{
	color: #0066cc;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

.one #mainContent a:hover{
	color: #000033;
	font-size:12px;
}

.one #mainContent h1{
	font-size:14px;
	color:ff9900;
}

.one #mainContent h2{
	font-size:13px;
	color:ff9900;
}

.one #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
height:30px;

}
.one #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: 5px 0 5px 40px;; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#000033;
}

.style1 {color: #666666;
}

.style2 {
	color: #000033;
	font-size: 15px;
}

.style3 {
	color: #0066cc;
	font-size: 15px;
	font-weight: bold;
}

.style4 {
	color: #000033;
	font-size: 13px;
	font-weight: bold;
}


.hovermenu ul{
font: bold 13px Arial, Helvetica, sans-serif;
padding-left: 40px;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 10px 1px 10px;
text-decoration: none;
color: #ffffff;
background-color: #ff9900;

}

.hovermenu ul li a:link{
padding: 2px 10px 2px 10px;
text-decoration: none;
color: #ffffff;
background-color: #ff9900;

}

.hovermenu ul li a:hover{
color: #333333;
background-color: #ffcc66;

}





