body {
	font-family: Arial, Veranda, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align:left;
}


a {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/*********** #H Tags ***********/

H1 {
	background: url("images/line.gif") repeat-x left bottom;
	font-size: 12px;
	font-weight: bold;
	color: #8e1404;
	height: 15px;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h2 {
	line-height: 14px;
	font-size: 12px;
	color: #8e1404;
	padding: 0px 0px 0px 12px;
	margin: 35px 0px 20px 0px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background: url("images/h2.gif") no-repeat left 4px;
	border-bottom: 1px solid #333333;
}

h2 a {
	color: #8e1404;
	text-decoration: none;
	font-weight: bold;
}

h2 a:hover {
	color: #8e1404;
	text-decoration: none;
}

H3 {
	font-size: 13px;
	font-weight: bold;
	color: #8e1404;
	padding: 8px 0px 0px 0px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 15px;
	border-bottom: 1px solid #999999;
}

H3 a{
	text-decoration: none;
}

/*********** #lists ***********/  
  
UL {
	font-size : 10pt;
	font-weight: bold;
	color : #000000;
	list-style-image: url("images/bullet.gif");
}

UL UL {
	font-size : 10pt;
	font-weight: bold;
	color : #000000;
	list-style-image: url("images/bullet-inside.gif");
}

UL UL UL{
	font-size : 9pt;
	color : #365e20;
	font-weight: normal;
	list-style-image: none;
}

li a {
	color : #365e20;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

/********** STYLES FOR THICKBOX MENUS (THICKMENUS) **********/

body.thickmenu {
	background: #FFFFFF;
	padding-bottom: 20px;
}

body.thickmenu h1 {
	padding-left: 0px;
	margin-bottom: 20px;
}

body.thickmenu h4 {
	font-size: 12px;
	height: 13px;
	padding: 4px 0px 0px 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

li {
	text-align: left;
	margin-bottom: 5px;
}

.more-sm {
	background: #FAEDBC;
	padding-bottom: 3px;
	width: 100%
}

.more-sm ul {
	list-style-image: url("images/bullet-inside.gif");
}