body {
	font-family: 'Helvetica','Arial';
	font-size: 14px;
	color: #7f7676;
	background-color:#C1C2C3;
	line-height:1.4em;
}

#main {
width:790px;
margin-left:auto; margin-right:auto;

}



#round {
width:760px;
margin:0px auto;
background:#fff url(images/leftside3.gif) repeat-y left top;
}
.top {
width:100%;
height:20px;
background:url(images/top3.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(images/top-right3.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(images/rightside3.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
min-height:400px;
}
.bottom {
width:100%;
height:60px;
background:url(images/bottom3.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(images/bottom-right3.gif) no-repeat right top;
}


.pagetitle  {font-family: 'Helvetica', 'Arial'; color: #004b65; font-size: 22px; text-align:center; font-weight:bold;}



.textfield {width:277px; border:solid 2px #CCCCCC;font-family:"Lucida Console", Monaco, monospace;font-size: 11px; margin:4px;}
.textfieldvar {border:solid 2px #CCCCCC;font-family:"Lucida Console", Monaco, monospace;font-size: 11px; margin:4px;}



.nav {
     list-style-type: none;
     list-style-position:outside;
     padding: 0;
	 margin-left:20px;
 }

 .nav li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 150px;
    height: 40px;
    margin-right: 0px;
    background-image:url(images/nav.jpg);
    background-repeat:no-repeat;
}

.nav a{
	display:block;
	height:40px;
	text-indent:-1000px;
	outline:none;
}

#nav1 {
	background-position:0px 0px;
}
#nav2 {
	background-position:-150px 0px;
}
#nav3 {
	background-position:-300px 0px;
}
#nav4 {
	background-position:-450px 0px;
}
#nav5 {
	background-position:-600px 0px;
}


#nav1.active, #nav1:hover {
	background-position: 0 bottom;
}
#nav2.active, #nav2:hover{
	background-position: -150px bottom;
}
#nav3.active, #nav3:hover {
	background-position: -300px bottom;
}
#nav4.active, #nav4:hover {
	background-position: -450px bottom;
}
#nav5.active, #nav5:hover {
	background-position: -600px bottom;
}
