body {
	background-color: #ffffff;
	color: #333333;
	margin: 0px 0px 0px 0px;
	font:11px/17px Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}


/*---index---*/

#index-header{
	margin:0px auto 0px auto;
	width:580px;
	height: 250px;
	background-image: url(/images/top_image_home3.jpg);
	background-repeat: no-repeat;
}

#index-text-wrap{
	margin:0px auto 0px auto;
	width:580px;
	color:#f9f0d8;
	background-color:#93452a;
}

#index-text{
	text-align:center;
	padding: 0px 20px 0px 20px;
}

#index-nav-wrap{
	width:750px;
	margin:0px auto 0px auto;
}

#index-nav{
	width:720px;
	height:130px;
	padding: 20px 0px 0px 15px;
	background-image: url(/images/index-nav-bg.jpg);
}



/*---foot---*/

#foot{
	float:left;
	color:#666666;
	font:10px/17px Verdana, Arial, Helvetica, sans-serif;
}
#foot{
	padding:0 0 0 205px;
	width:545px;
	line-height: 18px;
}
#foot a{
	text-decoration:none;
	color:#333333;
}
#foot a:hover{
	text-decoration:underline
}


/*---text styles---*/

.micro{
	font:9px/17px Verdana, Arial, Helvetica, sans-serif;
}
