html { }
body
{
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ded2b9;
	margin:0px;
	font-size: 12px;
}

.wrapper
{
	margin: 0 auto;
	width: 1100px;
}

.header
{
	height: 175px;
	width: 100%;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}
.button
{
	width: 100px; 
	height: 47px;
	margin-left: 926px;
	margin-top:13px;
	float: left;
}

.menu
{
	padding-top: 50px;
	height: 33px;
	width:749px;
	padding-right: 30px;
	float:right;
}

.menu ul { padding:0px; margin:0px; height: 33px; text-align:center;}


.menu ul li {padding-top:0px;  display:inline-block; float:left; list-style-type:none; width: 107px; height: 33px;  background-color:#1a1818; background:url(images/offButton_bg.jpg); background-repeat:no-repeat; }

.menu ul li a { padding-top:13px; font-family:Arial, Helvetica, sans-serif; font:bold; font-size:12px; color:#7da340; text-decoration:none; font-weight:bold;  display:inline-block; height: 40px; width:107px; margin-top:-5px;}


.menu ul li:hover { background:url(images/onButton_bg.jpg); background-repeat:no-repeat; color:#FFFFFF; }
.menu ul li a:hover {color:#FFFFFF; }
.menu .li_selected { background:url(images/onButton_bg.jpg); background-repeat:no-repeat; color:#FFFFFF; }
.menu .li_selected a {color:#FFFFFF; }
.content
{
	margin: 0px 70px;
	width: 1003px;
	min-height: 500px;
	background-color:#cdbea0;
        padding-bottom:20px;
}

.flash
{
	background:url(images/flash.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 1001px;
	height: 294px;
        padding: 0px 1px;
}

.words
{
	padding: 10px 35px 0px 35px;
	color: #000000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
        min-height: 300px;
}

.words h1
{
	color:#1f65a0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font: bold;
}

.words h2
{
	color:#7ca33f;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font: bold;
}

.words h3
{
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font: bold;
}

.words h4
{
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font: bold;
}

.words a
{
	color:#1f65a0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer
{
	font-size: 12px;
	text-align: center;
	width: 1002px;
	height: 150px;
	margin: 0px 70px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
}

.footer_center { 
	padding-top: 20px;
	color: #000000;

}


.foot_bottom
{
	color:#000000;
	padding-top: 1px;
}
.foot_bottom a
{
	color:#000000;
	text-decoration: none;
}



.footer ul { padding:40px 0px 0px 0px; margin:0px 0px 10px 0px;text-align: center;}

.footer ul li { display:inline; list-style-type:none; }

.footer ul li a { color:#000000; text-decoration:none; padding:0px 5px; }
.footer ul li a:hover { text-decoration:underline;}
.footer ul li a.selected {text-decoration:underline;}

.style1 {
	color: #FF0000;
	font-style: italic;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {color: #FF0000}
.style4 {
	color: #00CC00;
	font-weight: bold;
}
.style5 {font-size: 14px}

.sidebar{
width:180px;
height:266px;
background:url(images/sidebar.jpg);
background-repeat:no-repeat;
margin-top:20px;
margin-left: -10px;
padding: 0px 25px 15px 15px;
float:left;
}

