/* CSS Document */
	
body {
	background-color:black;
	background-image:url(art/back_lg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;
	background-attachment:scroll;
	text-align:center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
div.contentArea {
	background-image:url(art/content_back.jpg);
	background-repeat:repeat-y;
	background-position:top;
	background-position:left;
	}

a {
	color: #4c799b;	}
	
div.contentArea a {
	color: #4c799b;
	font-weight: bold;
	}

a:hover {
	color: #0a1315;
	}

div.contentArea a:hover {
	color: #0a1315;
	font-weight: bold;
	text-decoration:underline;
	}
	
div.featImg {
	position: relative;
	left:0px;
	width: 545px;
	height:239px;
	margin:0;
	z-index:2;
	}
	
div.video {
	position: relative;
	left:561px;
	width: 225px;
	top: -239px;
	height: 239px;
	margin: 0;
	z-index: 2;
	}
	
div.subMenuBar {
width: 950px;
	position: relative;
	background-image:url(../conf09/art/subMenu_back.gif);
	background-repeat:repeat-x;
	height:26px;
	}
	
table.subMenuBar {
	color: #000000;
	}
	
td.subCenter a{
	color:#000000;
	}

td.subCenter a:hover{
	color:#535353;
	}
	
strong{ color: #333333;
	}

	div.subSub{
		background-color:#93001f;}
	
	.subSub a:hover {
	color: #6da0c7;
	}