BODY, body,  	{
	FONT-size: 12px;
	 font-face:  times new roman, arial, sans-serif, geneva, verdana; 
	 font-weight: normal ;
	text-align:center;
}
td {
	FONT-size: 12px;
	 font-face: times new roman, arial, sans-serif, geneva, verdana; 
	}
h1 {
	font-size:26px;
	color: #000000; 
	font-weight:bold;
	margin-top:2px;
	border-bottom:0px solid #000000;
	border-top:0px solid #000000;
	padding:2px 0px 1px 0px;
	margin: 2px 0px 4px 0px;
	text-align:center; 
	
}


h2 {
	font-size:20px;
	color: #993333; 
	font-weight:bold;
	margin-top:2px;
	border-bottom:1px solid #993333;
	border-top:0px solid #993333;
	padding:2px 0px 1px 0px;
	margin: 2px 0px 4px 0px;
	text-align:center; 
	
}
h3 {
	font-size:18px;
	color: #993333; 
	font-weight:bold;
	margin-top:2px;
	border-bottom:1px solid #993333;
	border-top:0px solid #993333;
	padding:2px 0px 2px 0px;
	margin: 2px 0px 1px 0px;
	text-align:center; 
	
}h4 {
	font-size:14px;
	color: #993333; 
	font-weight:bold;
	margin-top:2px;
	border-bottom:1px solid #993333;
	border-top:0px solid #993333;
	padding:2px 0px 2px 0px;
	margin: 2px 0px 1px 0px;
	text-align:center; 
	
}


form{
	margin:5px 0px;
}

.box1 {
	 border: #999999 1px solid;
	 FONT-WEIGHT: normal; 
	 FONT-SIZE: 12px; 
	 FONT-FAMILY: Times New Roman, arial; 
	 BACKGROUND-COLOR: #ffffff; 
	 COLOR: black;
	 height:20px;
	 width:120px;
	}
	
.submit {
	font-size: 10px; 
	color:#ffffff; 
	border-color:#000000; 
	background-color:#FF0000; 
	border:#000000 1px solid; 
	vertical-align:middle; 
	text-align:center; 
	font-weight: bold;
	letter-spacing:2px; 
	font-face:arial;
	margin-bottom:5px;
}

#container {
	text-align:center;
 }
 
#content {
	position:relative;
	width:600px;
	padding-left:10px;
	text-align:center;
 }

#leftcol {
	float:left;
	font-size:12px;
	width:360px;
	padding-left:0px;
	text-align:left;
 }

#rightcol {
	float:right;
	font-size:12px;
	width:180px;
	border:solid #000000;	
	border-width:0 0 0 0px;
	text-align:center;
	padding-right: 0px;
	padding-left:5px;
 }

/* these styles control the navigation bar */
#navlist {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-family : Times New Roman, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	letter-spacing:0.5px;
	font-size:14px;
	text-align:center
	
}

#navlist a, #navlist a:visited {
	margin-top: 5px;
	display: block;
	padding: 4px 2px 3px 5px;
	border-bottom: 1px solid #000000;
	border-top: 0px solid #000000;
	border-color: #000 #000 #000 #000;
	background-color: #FF0000;
	color: #000000;
	text-decoration: none;
	position: relative;
	width: 110px;
	font-size:14px;
}

#navlist a:hover {
	margin-top: 5px;
	/*
	background-color: #008000;
	color: #ffffff;
	*/
	text-decoration:none;
	font-size:14px;
}


