body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B8536;
	text-decoration: underline
}
a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B8536;
	text-decoration: underline
}
a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B8536;
	text-decoration: underline
}
a {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #B21F25; text-decoration: underline}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a8c837;
	text-decoration: underline
}

#search { float: right; padding-top: 8px; text-align: left; width: 200px; }
form { margin: 0; }
fieldset { padding: 0; border: 0; }
input { border: 1px solid #c0c0c0; color: #454545; font-size: 11px; letter-spacing: 1px; }
input.searchText { width: 150px; height: 13px; }
input.searchSubmit { color: #0080c0; background: #fff; letter-spacing: 1px; border: 1px solid #fff; font-size: 12px; width: 45px; height: 19px; margin: 0; padding: 0; }

#menu {
	width: 736px; padding: 9px; 
	text-shadow: 1px 1px rgba(153,153,153,0.8);
}
#menu a:link, #menu a:active, #menu a:visited { padding: 9px; text-decoration: none; color: #ffffff; }
#menu a:hover {
	padding: 9px;
	background-color: #ddca0b;
	text-decoration: none;
	color: #FFFFFF;
}

#rightmenu { width: 180px; background-color: #000000;  text-align: center; padding: 5px; }
#rightmenu a:link, #rightmenu a:active, #rightmenu a:visited { background-color: #FFFFFF; padding: 5px; text-decoration: none; color: #000000; }
#rightmenu a:hover { padding: 5px; background-color: #3C68A9; text-decoration: none; color: #FFFFFF; }

#submenu { width: 400px; background-color: #D3462B; text-align: center; padding: 8px; }
#submenu a:link, #submenu a:active, #submenu a:visited { background-color: #D3462B; padding: 8px; text-decoration: none; text-align: center; color: #ffffff; }
#submenu a:hover { padding: 8px; background-color: #7A1413; text-decoration: none; color: #000000; }

#content { margin-top: 5px; background-color: #FFFFFF; }

p { margin: 0 0 0 0px; font-size: 12px; }

h1 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #333;
	text-shadow: 1px 1px rgba(153,153,153,0.8);
}

h2 {
	padding: 9px 0px 7px;
	margin: 0px;
	font-size: 16px;
	font-weight: lighter;
	color: #666666;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #BDB7A1;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	margin: 2px;
	font-size: 100%;
	font-weight: bold;
	color: #DDCA0B;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #BDB7A1;
	background-color: #666666;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
}

h4 { margin: 2px; font-size: 12px; font-weight: bold; color: #000000; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999999;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
}

.floatright {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

#pad { padding: 12px; color: #000000; }

#footer { background-color: #7A1413; padding: 12px; width: 649px; color:#000000; font-size: 90%; text-align: center; clear:both; border-top: 5px solid #FFFFFF; }

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited { color:#000000; }

`

