body { 
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/_assets/custom/images/background.gif);
	background-repeat: repeat-x;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	color: #79201A;
	font-weight: bold;
	}
	
#container {
	width: 760px;
	margin: 0px auto;
	}
	
/* SUB PAGES --------------------------------------------*/
	
#subBackground {
	position: absolute;
	background-color: #FFFFFF;
	height: 500px;
	width: 100%;
	background-image: url(/_assets/custom/images/sub_background.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	}
	
#subHeader {
	position: absolute;
	top: 125px;
	margin: 0px 0px 0px 20px;
	font-size: 30px;
	color: #F5B700;
	z-index: 1000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#subContentContainer {
	width: 760px;
	margin: 0px auto;
	position: absolute;
	top: 250px;
	line-height: 160%;
	padding: 0px 0px 20px 20px;
	}
	
#subContent {
	width: 530px;
	float: left;
	}
	
	
#subTopRight {
	background-image: url(/_assets/custom/images/top_right.gif);
	background-repeat: repeat-x;
	position: absolute;
	right: 0px;
	width: 50%;
	height: 99px;
	z-index: 100;
	}
	
/* SIDEBROWSER ---------------------------------------------------------*/

#sideBrowser {
	background-color: #f5f5f5;
	float: left;
	padding: 15px;
	width: 180px;
	margin: 0px 0px 0px 20px;
	}
	
#sideBrowser ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

.header {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	}
	
.header a:link, .header a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
.sideItem {
	font-size: 11px;
	font-weight: normal;
	background-image: url(/_assets/custom/images/news_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 3px 0px 2px 6px;
	border-top: 1px solid #e1e1e1;
	}
	
.sideItem a:link, .sideItem a:visited {
	font-size: 11px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #333333;
	}
	
.sideItem a:hover {
	color: #79201A;
	}
	
.sideBack {
	font-size: 11px;
	font-weight: normal;
	background-image: url(/_assets/custom/images/side_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 3px 0px 2px 6px;
	border-top: 1px solid #e1e1e1;
	}
	
.sideBack a:link, .sideBack a:visited {
	font-size: 11px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #333333;
	}
	
.selected {
	font-size: 11px;
	font-weight: normal;
	background-image: url(/_assets/custom/images/news_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 3px 0px 2px 6px;
	border-top: 1px solid #e1e1e1;
	background-color: #efefef;
	}
	
.selected a:link, .selected a:visited {
	font-size: 11px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #333333;
	}
	
.selected a:hover {
	color: #79201A;
	}


/* TOPBAR ---------------------------------------------------------*/
	
#topRight {
	background-image: url(/_assets/custom/images/top_right.gif);
	background-repeat: repeat-x;
	position: absolute;
	right: 0px;
	width: 50%;
	height: 99px;
	z-index: 0;
	}
	
#topBarContainer {
	margin: 0px auto;
	width: 760px;
	}
	
#topBar {
	height: 99px;
	width: 760px;
	position: absolute;
	background-image: url(/_assets/custom/images/topbar.gif);
	background-repeat: no-repeat;
	z-index: 100;
	}
	
#hands {
	position: absolute;
	margin: 99px 0px 0px 688px;
	width: 93px;
	height: 38px;
	background-image: url(/_assets/custom/images/hands.gif);
	background-repeat: no-repeat;
	}
	
/* FLASH ---------------------------------------------------------------*/

#flash {
	position: absolute;
	margin: 33px 0px 0px 0px;
	z-index: 100;
	}
	
/* CONTENT  -------------------------------------------------- */

#contentContainer {
	width: 760px;
	margin: 0px auto;
	position: absolute;
	top: 370px;
	line-height: 160%;
	}
	
#alpha {
	width: 319px;
	float: left;
	padding: 10px 20px 10px 20px;
	border-right: 1px solid #efefef;
	}
	
#beta {
	width: 319px;
	float: left;
	padding: 10px 20px 10px 20px;
	border-right: 0px solid #efefef;
	}
	
.gamma {
	width: 299px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	display: block;
	}

/* MENU ------------------------------------------------------------------------- */

.menuContainer {
	position: absolute;
	z-index: 1000;
	padding: 0px 0px 0px 0px;
	top: 320px;
	margin: 0px 0px 0px 15px;
	}
	
.subMenuContainer {
	position: absolute;
	z-index: 1000;
	padding: 0px 0px 0px 0px;
	top: 190px;
	margin: 0px 0px 0px 15px;
	}

.tab {
	float: left;
	border-left: 1px solid #79201A;
	border-right: 1px solid #66100A;
	height: 31px;
	}
 
.tab a.header:link, .tab a.header:visited{
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 10px;
	background-image: url(/_assets/custom/images/sep_menu.gif);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 13px;
	margin: 8px 0px;
	}

.tab a.header:hover {
	color: #666666;
	}

.tab a.headerSelected:link, .tab a.headerSelected:visited, .tab a.headerSelected:hover {
	color: #efefef;
	}

.itemContainer {
	display: none;
	position: absolute;	
	margin-top: 29px;
	width: 200px;
	z-index: 1000;
	border-bottom: 0px;
	}
	
*html .itemContainer {
	margin-left: -100%;
	}
 
.tab .itemContainer a.item:link, .tab .itemContainer a.item:visited {
	padding: 6px 7px 6px 10px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-color: #79201A;
	}
	
.tab .itemContainer a.item:hover {
	color: #ffffff;
	background-color: #66100A;
	}

.tab .itemContainer a.itemSelected:link, .tab .itemContainer a.itemSelected:visited {
	}
	
/* NEWS -------------------------------*/

.date {
	font-size: 10px;
	color: #79201A;
	font-weight: bold;
	letter-spacing: -0.5pt;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	line-height: 10px;
	background-image: url(/_assets/custom/images/news_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: none;
	}
	
.newsItem {
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	display: block;
	line-height: 12px;
	border-bottom: 1px solid #efefef;
	color: #333333;
	text-decoration: none;
	}
	
/* LISTING --------------------------------------------*/

.listingItem {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	}
	
.listingItem a:link, .listingItem a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px 0px 3px 0px;
	border-top: 1px solid #efefef;
	}
	
.listingItem a:hover {
	color: #79201A;
	text-decoration: none;
	display: block;
	border-top: 1px solid #efefef;
	}
	
.listingDescription {
	font-weight: normal;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	}
	
/* DETAIL ---------------------------------------*/

.detailTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: -20px 0px 6px 0px;
	padding: 0px;
	color: #79201A;
	font-weight: bold;
	}

.detailDateTime {
	font-weight: bold;
	font-size: 10px;
	color: #999999;
	padding: 0px 0px 5px 0px;
	margin: -5px 0px 5px 0px;
	border-bottom: 1px solid #efefef;
	}
	
.detailSummary {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}
	
.copyright {
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 5px 0px;
	clear: both;
	border-top: 1px solid #efefef;
	}
	
.subCopyright {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	clear: both;
	border-top: 1px solid #efefef;
	}


