body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	font-size: 70%;
	color: #0066CC; 
	background-color: #fff;
	text-align: center;	
	background-image: url("../images/accountbgtop.jpg");
	background-repeat: repeat-x;
	background-position: center 30px;
	}
	
a {
	float: left;
	font-family: Verdana, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
	text-decoration:none;
	color: 0066CC;
	font-weight:normal;
	}
	
a:hover {
	text-decoration:underline;
	color: Maroon;
	}
	
label {
    display: block;
    position: relative;
    float: left;
    width: 55px;
}

H1,H2 {
	display: none;
	}

#buttonlogon {    
    height: 20px;
    font-family: Verdana;
    font-size: 11px;
    margin-left: 55px;
    margin-top: 5px;
    vertical-align: middle;
    }
    
#Name {
	width: 155px;
    margin-left: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
    vertical-align: middle;
    }
    
#Password {
	width: 155px;
    margin-left: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
    vertical-align: middle;
    }

#main {
	width: 900px;
	background-color: #fff;
	margin: 30px 0px 0px 0px;
	overflow: hidden;
	}

#top {
	width: 900px;
	height: 160px;
	background-image: url("../images/accounttopimage.jpg");
}
	
#content {
	width: 800px;
	color: #0066CC; 
}

#logon {
	width: 500px;
	height: 172px;
	color: #0066CC; 
}

#logon .logontext {
	width: 500px;
	float: left;
	padding: 10px 10px 10px 20px;
	margin: 0px 0px 0px -10px;
	text-align: left;
	color: #0066CC; 
	background-color: #F1F1F1;
}

#logon .logon-description {
	width: 500px;
	float: left;
	padding: 0px 10px 10px 20px;
	margin: 0px 0px 0px -10px;
	text-align: left;
	color: #0066CC;
	background-color: #F1F1F1;
}


#logon .logonform {
	width: 500px;
	float: left;
	padding: 10px 10px 0px 10px;
	text-align: left;
	color: #0066CC; 
}

#logon #help {
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	color: #0066CC; 
	} 
	
#logon #errormessage{
	width: 500px;
	height: 50px;
	overflow: hidden;
	float: right;
	margin: 0px 0px 0px 0px;
	color: Maroon;
	text-align: center; 
	font-weight: bold;
	}

#description {
	width: 500px;
	height: 160px;
	overflow: hidden;
	padding: 0px 10px 10px 10px;
	color: #0066CC;
	text-align: left; 
	background-color: #F1F1F1;
}

#description .description-title {
  text-align: left;
  padding: 15px 0px 0px 10px;
  margin: 0px 0px 15px 0px;
  background-color: #F1F1F1;
  font-size: 1.4em;
}

#description .description-text {
  text-align: justify;
  padding: 0px 10px 0px 10px;
}

#bottom {
  width: 520px;
	height: 48px;
	background-color: #fff;
}

#bottom .text {
	float: left;
	width: 500px;
	height: 30px;
	margin: 13px 0px 0px 20px;
}

#footer {
	width: 540px;
	overflow: hidden;
	}

.underline {
	text-decoration: underline;
	}

.footer-text {
	text-align: justify;
	margin: 20px 0px 10px 0px;
	}

.footer-rights {
	text-align: justify;
	margin: 10px 0px 10px 0px;
	font-size: 95%;
	}
