body {
	width: 585px;
	background-color:#ffffff;	
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

img {
	border-width: 0px;
}		

.home1 { 
	font-size: 12px; 
	font-style: italic;
	margin-bottom: 16px;
	text-align: center; 
}

.home2 { 
	font-size: 13px; 
	margin-left: 32px;
	text-align: left;
	width: 440px; 
}

.home3 { 
	background-color:#ffffff;	
	color: #FF0000;
	margin-left: 32px;
	text-align: center; 
	width: 440px;
}

.home4 { 
	position: absolute;
    top: 242px;
    left: 480px;
	width:190px;
	text-align: left; 
}
 
a:link {
	background-color:#ffffff;	
	color: blue;
}
	
a:visited {
	background-color:#ffffff;	
	color: blue; 
}

a:active {
	background-color:#ffffff;	
	color: blue; 
}

a:hover {
	background-color:#ffffff;	
	color: #000000; 
}

.botnav {
    font-size: 11px;
    height: 140px;
    width:585px;
    border-top: #777 solid 3px;
    padding-top: 12px;
    margin-top: 20px;
    text-align: center;
}

.email_label {
	text-align: left;
	font-weight: bold;
}


#login-form {
	width: 250px;
	margin: 20px auto;
	padding: 10px 30px 30px 30px;
}

#login-form input {
        width: 225px;
	padding: 5px;
	font: 12pt arial, verdana, tahoma, sans-serif;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-bottom: #aaa solid 2px;
	border-right: #aaa solid 2px;
	margin-top: 3px;
	background-color: #eee;
  }

#login-form label {
	display: block;
	margin-top: 15px;
	font-weight: bold;
	color: #333;
 }

#login-form div.submit {
	margin-top: 20px;
 }
	
#login-form div.submit input {
	font-size: 1.4em;
	background: url('images/fade-butt.png');
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 5px;
	width: 238px;
	font-weight: bold;
 }


/*  Menu */
   div.menu {
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        padding-top: 5px;
        padding-bottom: 5px;
   }

   div.menu ul li {
        padding-bottom: 20px;
   }

   div.menu ul li a {
        color: #020085;
   }

   div.menu ul {
        list-style-type: none;
        font-size: 1.2em;
	font-weight: bold;
        padding-left: 0px;
	color: #020085;
   }
/* End Menu */
