a:link { font-weight:bold; color:#000000; text-decoration:none; }
a:visited { font-weight:bold; color:#000000; text-decoration:none; }
a:focus { font-weight:bold; color:red; }
a:hover { font-weight:bold; color:red; text-decoration:none; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CC3333;
}
.logo{
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	position:absolute;
	top:30px;
	left:50%;
	width:900px;
	height:83px;
	margin-left:-450px;
}
#topbar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	background-color:#e6e6fa;
	position:relative;
	width:900px;
	height:25px;
	left:50%;
	margin-left:-450px;
	top:105px;
	
}
* html #topbar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	background-color:#e6e6fa;
	position:relative;
	width:900px;
	height:25px;
	left:50%;
	margin-left:-450px;
	top:98px;
	
}
.wrapper{
	height:1500px;
}
.content{
	margin:0;
	background-color:#e6e6fa;
	position:relative;
	width:700px;
	height:1200px;
	left:50%;
	top:100px;
	margin-left:-250px;
}
* html #content{
	background-color:#e6e6fa;
	position:relative;
	height:1200px;
	width:700px;
	left:50%;
	top:98px;
	margin-left:-250px;
}
.content_foot{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	background-color:#6699cc;
	position:absolute;
	width:700px;
	height:16px;
	left:50%;
	margin-left:-350px;
	bottom:0;
}
.nav_top{
	background-image: url(../images/topnav.gif);
	background-repeat: no-repeat;
	position:absolute;
	top:135px;
	width:200px;
	height:20px;
	left:50%;
	margin-left:-450px;
}
.nav_body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	background-image: url(../images/navbody.gif);
	background-repeat: repeat;
	position:absolute;
	top:155px;
	width:200px;
	height:500px;
	left:50%;
	margin-left:-450px;
}
.nav_unten{
	background-image: url(../images/navunten.gif);
	background-repeat: no-repeat;
	position:absolute;
	width:200px;
	height:20px;
	left:50%;
	top: 655px;
	margin-left:-450px;
}
.set1{
  float:left;
  display:block;
  font-size:10px;
  color:#0B17FF;
}
.loginform{
	position:relative;
	background-color:#e6e6fa;
	top:38px;
	left:80px;
	width:550px;
}
* html .loginform{
	position:relative;
	background-color:#e6e6fa;
	top:38px;
	left:80px;
	width:570px;
}


