body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
td {
	font-size: 12px;

}
.cell01 {
	height: 164px;
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}
.cell02 {
	background-image: url(../images/body_img_header.jpg);
	height: 164px;
	width: 761px;
}
.cell03 {
	background-color: #CCCCCC;

}
.cell04 {
	background-image: url(../images/body_img_main.jpg);
	width: 761px;
	letter-spacing: 1px;
	height: 400px;




}
.cell05 {
	background-image: url(../images/body_img_footer.jpg);
	height: 48px;
	width: 761px;
}

#main{
	width: 735px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;



}

#navcontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	z-index: 1;
	font-size: 10px;
	letter-spacing: 0em;

}

#navcontainer ul
{
list-style-type: none;
text-align: left;
margin-left: 10px;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #ff9900;
border: 1px solid #000;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #000;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

.footerDiv {
	height: 28px;
	text-align: center;
	overflow: hidden;
	margin-top: 13px;
	letter-spacing: 4px;
}


a:link, a:visited, a:active {
	color: #0099FF;
	text-decoration: none;


}

a:hover {
	border-bottom: 1px dashed #000000;
	color: #FF6600;
}
