@charset "utf-8";
/* CSS Document */
body{
	background-color:#F4E8A5;
	color: #9C824B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:500;
	margin-top:0px;
	scrollbar-face-color:#DDB26A;
   scrollbar-arrow-color:#5CC592;
   scrollbar-track-color:#F7D78B;
   scrollbar-shadow-color:#F7D378;
   scrollbar-highlight-color:#CDAC6C;
   scrollbar-3dlight-color:#A18649;
   scrollbar-darkshadow-Color:#202020;
}
#header{
	background:url(images/css/header.gif) no-repeat;
	width:840px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}
#content{ 
	background:url(images/css/content_bg.gif) no-repeat;
	width:840px;
	/*padding:10px 115px 10px 115px;*/
	height:462px;
	margin-left:auto;
	margin-right:auto;
}
#content2{ 
	background:url(images/css/content2_bg.gif) no-repeat;
	width:840px;
	padding:20px 0px 20px 0px;
	height:422px;
	margin-left:auto;
	margin-right:auto;
}
#content3{ 
	background:url(images/css/content2_bg.gif) no-repeat;
	width:840px;
	padding:5px 0px 0px 0px;
	height:457px;
	margin-left:auto;
	margin-right:auto;
}
#whitesquare{ 
	width:590px;
	height:412px;
	padding:20px 125px 10px 125px;
	overflow:auto;
}
#nosquare{
	width:530px;
	height:402px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 20px 0px 20px;
	overflow:auto;
}
#flash{ 
	width:610px;
	height:422px;
	padding:0px 115px 10px 110px;
}
#footer{
	background:url(images/css/footer_bg.gif) no-repeat;
	width:840px;
	height:150px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
}
#menuList { 
    color: #ffffff;
    list-style-type: none;
    margin: 0;
    padding:83px 107px 0px 0px;
    text-align: right;
}

#menuList li {
    display: inline;
    padding:5px;
}

#menuList li a {
    background-color: transparent;
	font-weight:bold;
    color: #9C824B;
    text-decoration: none;
}

#menuList li a:hover {
    background-color: #665535;
    color: #5CC592;
}

#menuList2 { 
	width:500px;
    color: #ffffff;
    list-style-type: none;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
    padding:5px 0px 0px 0px;
    text-align: center;
}

#menuList2 li {
    display: inline;
    padding:0px 0px 0px 0px;
}

#menuList2 li a {
    background: url(images/css/link_separator.gif) no-repeat;
	font-weight:bold;
    color: #9C824B;
    padding:0px 0px 0px 16px;

    text-decoration: none;
}

#menuList2 li a:hover {
    background-color: #665535;
    color: #5CC592;
}
#subfooter{
	text-align:center;
	
}
#subfooter a{
	text-align:center;
	color: #9C824B;
	text-decoration: none;
}
#subfooter a:hover{
	
	text-align:center;
	color: #5CC592;
	
}
#cpywrt{
	font-size:9px;
	padding:5px;
}
h1 { 
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color: #5CC592;
}
a:link {
	color:#50879B
}
	