html, body {
	border:0;
	margin:0;
	padding:0;
	}

body {
	font:100%/1.25 Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	background-color: #EFE79A;
/*	background-color: #d6dfe9; */
	}

td { padding: 0 5px; 
	}

#wrapper {
	margin: 10px auto 5px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFF;
	}

#banner {
	left:26px;
	top:13px;
	width:800px;
	height: 150px;
	padding: 0px;
	z-index:1;
	}

#banner:img {
	padding: 0px;
	}

#menubar {
	background-color: #FFFFD7;
	height: 45px;
	padding-top: 3px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	}

#content {
	left:173px;
	top:160px;
	width:800px;
	float: left;
	z-index:3;
	padding: 0px;
	}

#col_right {
	background-color:#800000;
	color:#ffffff;
	padding: 0 5px;
	}

/*	font-family: Arial, Helvetica, sans-serif;	 */			/* Original line in this file */
/* NOTE: link definitions included below */

h1,h2,h3 {
	font-family:Arial,Helvetica,Sans-serif;
	font-weight: bold;
	text-align: center;
	}

h1 {
	font-size: 24pt;
	line-height:30px;
	}

h2 {
	font-size: 18pt;
	line-height:24px;
	}

h3 {
	font-size: 14pt;
	line-height:20px;
	}

.footer {
	font-size: 9px;
	color: #999999;
	}

/* NOTE!!!   Order must be: a:link, a:visited, a:hover, a:active to be effective in Firefox */

a:link {
	color:#003399;
	text-decoration:underline;
	}

a:visited {
	color:#003399;
 	text-decoration:underline;
	}

a:hover {
	/*color: #0000FF;*/
	text-decoration:underline;
	color: #FF0000;
	}

a:active {
	color:#003399;
	text-decoration:underline;
	}

/* NOTE!!!   Order must be: a:link, a:visited, a:hover, a:active to be effective in Firefox */

#menubar a:link {
	color: #4E1E0E;
	text-decoration: none;
	}

#menubar a:visited {
	color: #4E1E0E;
	text-decoration: none;
	}

#menubar a:hover {
	color: #F58B94;
	text-decoration: none;
	}

#menubar a:active {
	color: #4E1E0E;
	text-decoration: none;
	}

#footer1 {
	margin-top: 0px;
	width: auto;
	clear: both;
	color: #000000;
	height: 70px;
	text-align: center;
	}

#footer1 a:link {
	color: #FFFFFF;
	}

#footer1 a:visited {
	color: #FFFFFF;
}

#footer1 a:hover {
	color: #FF0000;

	}

