/* Style Sheet */

/* Body text  */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	text-align: center;
	}

/* Headings */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 18px; 
	color: #000000; 
	}	
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 20px; 
	color: #000000; 
	}		
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 24px; 
	color: #000000; 
	}		

/* Float Image */
img.floatLeft {
	float: left; 
	margin-right: 5px; 
	}
img.floatRight {
	float: right; 
	margin-left: 5px; 
	}

/* Center Image */
div.center{
	width: 100%; 
	text-align: center;
	}	

#wrapper{
width: 895px;
margin: auto;
}
	
#wrapperlogin{
width: 950px;
margin: auto;
}
	
#header{
width: 895px; 
height: 183px; 
background:url(images/t1.jpg); 
background-repeat: no-repeat; 
}

#menu{
width: 167px;
height: 650px;
float: left;
display: inline; 
background: url(images/m1.jpg); 
background-repeat: no-repeat; 
font-family:Arial, Helvetica, sans-serif;
font-size: 16px; 
font-weight: bolder; 
text-align: center;
margin-right: 15px;
} 	


#main{
width: 680px; 
height: 100%; 
margin-top: 30px; 
margin-right: 10px; 
margin-bottom: 10px; 
margin-left: 177px;
}

#mainlogin{
width: 680px; 
height: 800px; 
margin-top: 0px; 
margin-right: 10px; 
margin-bottom: 10px; 
margin-left: 177px;
}


#footer{
width: 895px;
height: auto; 
margin-top: 10px;
}

/* Unvisted links */
a:link {
	color:#060;
	text-decoration:underline;
	font-size: 10px;
}

/* Visted link */
a:visted {
	color:#0000CC;  /* Dark Green */
	text-decoration: underline;
}	


#logintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}

