.container {
	margin: 0 auto;
	height: auto;
	width: 810px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #069;
	border-left-color: #069;
	position: relative;
}


#where {
	position: fixed;
	width:504px;
	height:410px;
	z-index:1;
	overflow: hidden;
	left: 275px;
	top: 130px;
	visibility: hidden;
}


/* Links */

a:link {text-decoration: none;
color:#333;
}

a:visited {text-decoration: none;
color:#333;
}

a:hover, a:active {
	text-decoration:underline;
	table-layout: inherit;
	color: #069;
	background-image:url(../images/hilite.gif)
}
h1 {
	font-family:"Times New Roman";
	font-size:36px;
	font-weight:bold;
	margin:0;
	padding:0;
	font-style: italic;
	color: #069;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
	
table 
{
	color: #333333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: none;
}

table caption 
{ 
	font-weight: bold; 
	margin-bottom: 5px; 
}

th, td 
{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 2px 2px;
	font-size: 12px;
}

th {
	background-color: #cfcfcf;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

tr.alt td
{
	background-color: #eeeeee;
}
#container table tr td table {
	font-size: 11px;
}
#container table tr td table tr th a {
	font-size: 11px;
}	

ul#cds_menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:26px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:transparent url("../images/bgOFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #336666;
	border-top:1px solid #C0E2D4;
	}

ul#cds_menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}

ul#cds_menu li a{
	display:block;
	float:left;
	color:#874B46;
	text-decoration:none;
	padding:0px 20px 0 20px;
	height:24px;
	background:transparent url("../images/bgDIVIDER.gif") no-repeat top right;
	}

ul#cds_menu li a:hover{
	background:transparent url("../images/bgHOVER.gif") no-repeat top right;
	}

ul#cds_menu li a.current,ul#cds_menu li a.current:hover{
	color:#fff;
	background:transparent url("../images/bgON.gif") no-repeat top right;
	}

