a {
	color: #DD984D;
	text-decoration: none;
}

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

body {
	color: #333333;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

table, td, th {
	font-size: 100%;
}

.bodytext {
}

.border1 {
	background-color: #E1C971;
}

.border2 {
	background-color: #AB2A42;
}

.boxfeatureheader {
	color: #862233;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.boxfeaturetext {
}

.boxheader {
	color: #862233;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.boxsearch {
	color: #862233;
	cursor: hand;
	font-weight: bold;
}

.boxsearchhome {
	border: 1px solid #333333;
}

.datatext {
}

.footertext {
	color: #DD984D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12pt;
}

.headerbg {
	background-image: url(../images/mast_home.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.homemenutext {
	color: #AB2A42;
	font-family: "Trebuchet MS", Arial;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.homemenutext a:link {
	color: #DD984D;
	text-decoration: none;
}

.homemenutext a:visited {
	color: #DD984D;
	text-decoration: none;
}

.homemenutext a:hover {
	color: #AB2A42;
	text-decoration: none;
}

.homesidebar {
	background-image: url(../images/backgrounds/bg_sidebar.gif);
	background-repeat: no-repeat;
}

.menuheader {
	background-color: #FFF3BB;
	color: #AB2B42;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.menutext {
	color: #AB2A42;
	font-family: "Trebuchet MS", Arial;
	font-size: 9pt;
}

.menutext a {
	color: #DD984D;
	text-decoration: none;
}

.menutext a:hover {
	color: #AB2A42;
	text-decoration: none;
}

.navbar {
	color: #DD984D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	padding-left: 3px;
}

.pageheader, h1 {
	color: #AB2A42;
	font-family: "Trebuchet MS", Arial;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.sidebar {
	background-color: #FFF0AD;
}

.subhead1 {
	color: #E3942D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.subhead2 {
	color: #862233;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.ulnoindent {
	margin-bottom: 5px;
	margin-left: 17px;
}

.ulnoindent li {
	list-style-image: url(../images/bullets/bullet_p.gif);
	padding-bottom: 5px;
}

#header {
	background-image: url(../images/header-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}


#menu ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 2px 0;
	padding: 0;
	list-style: none;
	width: 120px; /* Width of Menu Items */
	text-align: left;
	}
	
#menu ul li {
	position: relative;
	}
	
#menu li ul {
	background-color: #FFFCEE;
	border: 1px solid #DD984D;
	letter-spacing: normal;
	line-height: normal;
	padding: 5px;
	position: absolute;
	left: 119px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 300px;
	}

/* Styles for Menu Items */
#menu ul li a {
	background: transparent; /* IE6 Bug */
	background-image: url(../images/arrow_r_2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	padding: 2px 5px 2px 15px;
	border: 0; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html #menu ul li { float: left; height: 1%;}
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { display: block; } /* The magic */

#menu ul ul li a {
	background-image: url(../images/bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 11px; 
	font-weight: normal;
	padding: 0 5px 3px 15px;
}

#menu ul ul li.heading a {
	background-image: url(../images/arrow_r_2.gif);
	font-weight: bold;
	padding: 2px 5px 2px 15px;
}