body{
	margin:0px;
	background-color: #42382f;
	font-family:"Trebuchet MS";
	color:#444444;
	font-size:12px;
}

.tdBody{
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 14px;
	padding-left:25px;
	padding-right:25px;
	padding-top:30px;
	vertical-align:top;
	width:800px;
}

.pageTitle{
	margin-left:-5px;
}

a{
	color: #67141f;
}
a:hover{
	color: #ab0017;
}
a:active{
	color: #ab0017;
}
a:visited{
	color: #67141f;
}


/* Flyout Menu */

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
th {
	font: 12px "Trebuchet MS";
	line-height: 1.0em;
	letter-spacing: .04em;
	text-align:left;
	border-bottom:1px solid #c7b5a2;
	
}

.mtDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.mtDropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	width:140px;
	z-index:2;	
	}

.mtDropdownMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.mtDropdownMenu .item {
    color: #ffffff;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.mtDropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.95;
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.mtDropdownMenu .item.hover {
	background-color:#9c4953;
	color:#ffffff;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.mtDropdownMenu .item img {
	margin-left:10px;
	}
	
	
/*** NEWS ***/
#news{}
#news #category {padding:8px;width:100%;background-color:#D0B799;}
#news #category h2{font-size:16px;line-height:30px;text-transform:uppercase;color:#550009;}
#news #item{margin:2px 0 0 0;padding:8px;width:100%;background-color:#eadfbf;}
 #news #item .titlelink a{padding:5px 0 0 25px;text-decoration:none;font-weight:bold;font-size:14px;}
 #news #item .date {padding:5px 0 0 25px;color:#444;}
 #news #item .description {padding:5px 0 0 25px;color:#444;}
 
#newsdetail{}
 #newsdetail .newstitle{font-size:20px;margin:0 0 15px 0;}
 #newsdetail .releasedate{font-size:12px;font-style:italic;margin:0 0 25px 0;}