body {
	margin: 0;
	padding: 0;
	font-size:80%;
	line-height:140%;
	letter-spacing:1px;
	background:#fff;
}

#container{
	width:916px;
	margin: auto;
	padding: 0;
}

#header{
	width:900px;
	height:69px;
}

h1{
	width:239px;
	height:47px;
	margin: 0;
	padding: 0;
	background: url("../img/logo.gif") no-repeat;
	text-indent:-9999px;
	margin-top: 20px;
	}
	

#menu{
	width:900px;
	height:41px;
	padding: 0;
}


#menu ul{
	height:26px;
	margin: 0;
	padding: 0;
}


#menu li{
	margin: 0;
	padding: 0;
	float:left;
	list-style-type:none;
}

#menu01 a{
	padding: 0;
	width:150px;
	height:41px;
	display:block;
	background: url("../img/menu01.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#menu01r a{
	padding: 0;
	width:150px;
	height:41px;
	display:block;
	background: url("../img/menu01a.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#menu01 a:hover{
	background: url("../img/menu01.gif") no-repeat bottom;
}
	

#menu02 a{
	padding: 0;
	width:149px;
	height:41px;
	display:block;
	background: url("../img/menu02.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#menu02r a{
	padding: 0;
	width:149px;
	height:41px;
	display:block;
	background: url("../img/menu02a.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#menu02 a:hover{
	background: url("../img/menu02.gif") no-repeat bottom;
}


#menu03 a{
	padding: 0;
	width:148px;
	height:41px;
	display:block;
	background: url("../img/menu03.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#menu03r a{
	padding: 0;
	width:148px;
	height:41px;
	display:block;
	background: url("../img/menu03a.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#menu03 a:hover{
	background: url("../img/menu03.gif") no-repeat bottom;
}
	
	

#menu04 a{
	padding: 0;
	width:148px;
	height:41px;
	display:block;
	background: url("../img/menu04.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#menu04r a{
	padding: 0;
	width:148px;
	height:41px;
	display:block;
	background: url("../img/menu04a.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#menu04 a:hover{
	background: url("../img/menu04.gif") no-repeat bottom;
}


#menu05 a{
	padding: 0;
	width:149px;
	height:41px;
	display:block;
	background: url("../img/menu05.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#menu05r a{
	padding: 0;
	width:149px;
	height:41px;
	display:block;
	background: url("../img/menu05a.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#menu05 a:hover{
	background: url("../img/menu05.gif") no-repeat bottom;
}

#menu06 a{
	padding: 0;
	width:154px;
	height:41px;
	display:block;
	background: url("../img/menu06.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#menu06r a{
	padding: 0;
	width:154px;
	height:41px;
	display:block;
	background: url("../img/menu06a.gif") no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#menu06 a:hover{
	background: url("../img/menu06.gif") no-repeat bottom;
}


a:link{
	color: #001385;
	text-decoration: none;
	}

a:visited{
	color: #001385;
	text-decoration: none;
	}
		
a:hover{
	color: #0021EB;
	text-decoration: underline;
	}
	
a:active{
	color: #001385;
	text-decoration: underline; 
	}


	

#footer{
	margin: 0;
	padding: 0;
	height:77px;
	background: url("../img/footer.gif") ;
	margin-top: 30px;

}

#copyright{
	width:880px;
	margin: auto;
	padding-top: 10px;
	color: #4E4E4E;
	font-size:80%;
	text-align:right;
}

.clear{
	clear:both;
	}
		