body{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#logo{
float:left;
}

#wrapper{
	margin:0 auto;
	text-align:left;
	width:915px;
}

#topnav{
	height: 71px;
	width: 585px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	float: right;
}

#topnav a{
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#topnav a:hover{
	color: #000000;
	text-decoration: underline;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 915px;
	height: 42px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
	background-image: url(../images/nav_bg.gif);
	float: left;
}

#nav a{
	text-decoration: none;
	padding-right: 10px;
	padding-left: 15px;
	color: #66c0fc;
}

#nav a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#nav_hr{
	float: left;	
}

.content {
	width: 620px;
	float: left;
	border: 1px solid #DEDDE5;
	padding: 20px;
	margin-bottom: 10px;
	margin-left: 1px;
}
#right {
	float: right;
}

.right_content {
	width: 197px;
	border: 1px solid #DEDDE5;
	padding: 18px;
	margin-bottom: 10px;
	background-color: #f6f7f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 21px;
}
.right_content a{
	text-decoration: none;
	color: #f56202;
}

.right_content a:hover{
	color: #000000;
	text-decoration: none;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #1c51ad;
}


.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.body a{
	text-decoration: none;
	color: #f56202;
	font-weight: bold;
}

.body a:hover{
	color: #f56202;
	text-decoration: underline;

}

#footer {
	width: 895px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	float: left;
	background-image: url(../images/footer_bg.gif);
	height: 42px;
	padding-left: 20px;
	line-height: 45px;
}
	
#footer a {
	text-decoration: none;
	color: #000000;
}
	
#footer  a:hover {
	color: #F56202;
	text-decoration: none;
}
#bottomlinks{
	float: right;
	padding-right: 20px;
}

#bottomlinks a{
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#bottomlinks a:hover{
	color: #000000;
	text-decoration: underline;
}
#copyright{
	float: left;
}

label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 10px;
}
#error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FE0000;
	text-indent: 250px;
}
.red {color: #FE0000
}