/* clear default */
body, img, a, ul, li{
	margin:0;
	padding:0;
	border:0;
}
body{
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
#warper{
	width:980px;
	height:auto;
	margin:15px auto;
	border:1px solid #b6b6b6;
	overflow:hidden;
}
#header{
	height:77px;
	width:100%;
	float:left;
}
#nav{
	float:right;
	height:77px;
	width:600px;
}
#nav div.moduletable{
	margin-top:14px;
}
#logo {
	float:left;
	height:77px;
	width:300px;
}
#navbar{
	width:100%;
	height:auto;
	float:left;
}
#contentall{
	width:100%;
	height:auto;
	float:left;
	margin-top:15px;
}
#contentall #content_ct{
	width:100%;
	height:auto;
	float:left;
	vertical-align:top;
	padding-bottom:20px;
}
#contentall #content{
	width:95%;
	height:auto;
	margin:auto;
}
#contentall #c_left{
	width:auto;
	height:auto;
	float:left;
}
#contentall #c_right{
	width:auto;
	height:auto;
	float:right;
}
#contentall #content #c_user1{
	width:50%;
	height:auto;
	float:left;
}
#contentall #content #c_user2{
	width:50%;
	height:auto;
	float:right;
}
#loginall{
	width:100%;
	height:auto;
	float:left;
}
#loginall_w{
	width:90%;
	height:auto;
	margin:auto;
}
#login{
	width:10%;
	float:left;
	height:auto;
}
#footer{
	width:100%;
	height:30px;
	float:left;
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	text-decoration:none;
	text-align:center;
	margin-top:10px;
}

/* format */
.contentheading {
	color:#315E95;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	height:18px;
	margin:0;
	padding:0;
}
.button {
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:14px;
	padding:2px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
}
.componentheading {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	padding:0;
}
#loginall_w h3{
	color:#666666;
	*font-size:11px;
}