/* general instructions */

body {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	background: #ffffff;
	margin: auto;
	text-align: center;
	/*border: #FF0000 thin double;*/	
	
}

p {
	margin-top: 10px;
}

h3 {
	font: bold 140% trebuchet ms, sans-serif;
	letter-spacing: 5px;
	margin-bottom: 0;
	color: #000000;
}

hr {
	color: #eee;
	background-color: #000;
	height: 2px;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover, a:active {
	text-decoration: none;
	color: #000;
}

table {
	width: 800px;
	margin: auto;
	/*background-color:#cee;*/	
}

td {	
	padding: 5px;
}

img {
	border: 0;
}

/* classes in alphabetical order */

.highlight {
	background-color: #FFFFCC;
}

.center {
	text-align: center;	
}		



/* id's in alphabetical order */

#center {
	
	font-size: 100%;
}		

#center table {
	
	margin: 0;			
	background:#cee;
}

#center td {
	text-align: center;
	width: 50%;	
	padding: 15px;
	
}

#container {
	margin: auto;
	background: #ffffff;
	/*border: #00FF66 thin double;*/	
	font-size: 120%;
	width: 800px;
	height: 100%;
	text-align: center;	
}

#container table {
	width: 800px;
	margin: auto;
}

#form {
	
	font-size: 100%;
}		

#form table {
	
	margin: 0;			
	background:#cee;
}

#form td {
	text-align: left;
	width: 50%;	
	padding: 15px;
	
}

#lead {
	margin: auto;
	height: 60px;
	width: 800px;
	background: #33f;
	vertical-align: middle;
	padding-top: 2px;
	text-align: center;
}

#lead h1 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #fff;
	vertical-align: center;
}

#login {	
	font-size: 100%;
	Padding: 40px 0 0 0;
	margin: auto;
	text-align: center;
}

#login table {
	width: 800px;
	text-align: center; 	
	margin: auto;	
}

#login td {
	
	text-align: center; 	
	margin: auto;	
}	

#menu {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	margin: auto;
	height: 27px;	
	width: 800px;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #eee
}










