*{
	font-family: Arial, Helvetica, sans-serif;
}

body {
	/*font-size: 11px;*/
	font-size: 12px;
	background-color: #330000;
	color: #330000;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}

img {
	border: none;
}

img.float_right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


img.float_left{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* standard links *************************** */

a:link, a:visited {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #330000;
	text-decoration: underline;
}


/* left navigation links *************************** */
a.nav{
	display: block;
	padding: 5px 5px 0px 15px;	
	/*font-size: 11px;*/
	font-size: 12px;
	font-weight: bold;
	color: #ffffcc;
	text-align: left;
}

a.nav:link, a.nav:visited {
	text-decoration: none;
	color: #ffffcc;
}

a.nav:hover {
	text-decoration: underline;
	color: #ffffcc;
}


/* utilityLink ************************** */

a.utilityLink:link, a.utilityLink:visited {
	/*font-size: 10px;*/
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 20px;
	text-decoration: none;
}

a.utilityLink:hover {
	/*font-size: 10px;*/
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 20px;
	text-decoration: underline;
}


/* structure ************************** */

div#center{
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

td#leftmenu{
	width: 165px;
	background-image: url(images/sidenavbackground.gif);
	background-color: #330000;
}

td#topmenu{
	height: 24px;
	width: 585px;
	background-color: #FFCC66;
}

div#topmenu{
	background-color: #FFCC66;
	margin-left: 15px;
}

div#topmenu_shadow{
	background-image: url(images/mainnavshadow.gif);
}

td#content{
	background-color: #ffffff;
	width: 475px;
}

td#content_text{
	background-color: #ffffff;
	width: 585px;
	padding-right: 35px;
}


#home_banner {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	background-color: #CC6600;
	padding: 10px;
}

/* sidebar ************************** */

td#sidebar{
	background-image: url(images/content_BG.gif);
}

table#sidebar{
	width: 150px;
	background-color: #330000;
}

td.sidebar{
	background-image: url(images/subNavBG.gif);
	text-align: center;
}


div.sidebar_title, a.sidebar_title:link, a.sidebar_title:visited,
a.sidebar_title_home:link, a.sidebar_title_home:visited{
	background-color: #993300;
	color: #ffffcc;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	/*font-size: 10px;*/
	font-size: 12px;
	display: block;
	padding: 5px;
}
a.sidebar_title:hover, a.sidebar_title_home:hover{
	color: #ffffcc;
	text-decoration: none;
}

a.sidebar_title_home:link, a.sidebar_title_home:visited{
	text-align: center;
	background-image: url(images/arrow_sidebar.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
}

a.sidebar_title:link, a.sidebar_title:visited{
	text-align: left;
}

div.sidebar_title {
	text-align: left;
}

div.sidebar {
	font-size: 12px;
	color: #993300;
	padding: 5px;
}

a.sidebar:link, a.sidebar:visited {
	/*font-size: 14px;*/
	font-size: 12px;
	color: #993300;
	text-decoration: none;
}
a.sidebar:hover {
	text-decoration: underline;
}


li.sidebar {
	list-style-image: url(images/arrow.gif);
	/*list-style-position: inside;*/
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

ul.sidebar{
/*
	padding: 0px;
	margin: 0px;
*/
/*
	margin-left: .5em;
	padding-left: .5em;
*/
	margin-top: 0px;
	margin-bottom: 0px;

}

/* lists ************************ */

ul{
/*
	margin-left: .5em;
	padding-left: .5em;
*/
	margin-left: 10px;
	padding-left: 10px;
}

li {
	list-style-image: url(images/liBullet.gif);
	/*font-size: 11px;*/
	font-size: 12px;
	padding-bottom: 5px;
	color: #330000;
}



/* top menu ************************** */

.submenu_table{
	border: 1px solid #eeeebb;
	background-color: #ffffcc;
	opacity: 0.90;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	position: relative;
}

.submenu_outer{
	background-color: #ffffcc;
}

.submenu_inner{
	font-size: 12px;
	color: #993300;
	background-color: #ffffcc;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

.submenu_inner_over{
	font-size: 12px;
	color: #330000;
	background-color: #ffffcc;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

.submenu_cat
{
	text-transform: uppercase;
	/*font-size: 11px;*/
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	text-align: left;
}


/* footer ************************** */
div.footer{
	width: 750px;
	background-color: #993300;
}

div.footer_inner{
	padding: 5px 5px 5px 10px;
	text-align: left
}




/* page heads ************************** */


h1 , .pageHead {
	font-size: 20px;
	color: #330000;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	font-size: 18px;
	color: #993300;
	font-weight: normal;
	margin: 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

h4, .subhead2 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #330000;
	margin: 0px;
}

/* text ************************** */

.small, .text {
	/*font-size: 11px;*/
	font-size: 12px;
}

/* used to be "intro" */
p {
	/*font-size: 13px;*/
	font-size: 12px;
}

.break{
	clear: both;
}


img.tour_bullet{
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

/* yellow callout region ********************  */

.yellowbar{
	background-color: #ffffcc;
	/*font-size: 10px;*/
	font-size: 12px;
	color: #330000;
	padding: 10px;
	padding-bottom: 0px;
	margin: 0px 0px 10px 10px;
	width: 180px;
	float: right;
}

/* forms ********************  */

.form {
	font-weight: bold;
	color: #993300;
	width: 100px;
}

textarea, input {
	border-width: 1px;
	font-size: 12px;
}

textarea, input.text{
	background-color: #ffffee;
	width: 300px;
}


/* renhour ************************************* */

.cell_rh{
	border-bottom: 1px solid #993300;
	font-size: 11px;
}

.row_rh1{
	background-color: #ffffee;
}

.row_rh2{
	background-color: #ffffff;
}

/***************************************************** 
***************************************************** 
UNUSED
***************************************************** 
***************************************************** 

.subNavText {
	font-size: 12px;
	color: #993300;
}

a.subNavHead:link, a.subNavHead:visited {
	font-size: 14px;
	color: #993300;
	text-decoration: none;
}

a.subNavHead:hover {
	font-size: 14px;
	color: #993300;
	text-decoration: underline;
}

.sidebarText {
	font-size: 10px;
	color: #330000;
}


***************************************************** 
***************************************************** /