div.slideshow
{
	width: 741px;
	top:160px;
	border-top: 7px solid;
	border-bottom: 7px solid;
	border-color:#EDC12C;
	background-color:#fff;
}

#transboxtop {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	position: absolute;
	z-index: 20;
	height: 30px;
	width: 741px;
	top: 29px;
	left: 0px;
	background-color: #EDC12C;
	visibility: visible;
}

#transboxbot {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	position: absolute;
	z-index: 30;
	height: 30px;
	width: 741px;
	top: 163px;
	left: 0px;
	background-color: #EDC12C;
	visibility: visible;
}


div.left
{ margin-left: 15px;
	margin-right: 10px;
	font-weight:bold;
	width:125px;
	padding:26px 16px 0px 16px;
	border-top:1px solid #EDC12C;
	background-color:white;
	position: absolute;
	height: 30px;
	top: 273px;
	left: 9px;
	z-index: 511;
}

h1 {
	display:block;
	color: #EDC12C;
	font-size:20px;
	font-style: italic;
	font-weight:normal;
	height:36px;
	border-bottom:1px solid #EDC12C;
	padding:20px 16px 0 16px;
	margin-bottom:12px;
	margin-right:25px;
	font-family: Arial, Helvetica, sans-serif;
}


h2 {
	display:block;
	font-size:16px;
	font-style: italic;
	font-weight:bold;
	color: #EDC12C;
	border-bottom:1px solid #EDC12C;
	height:30px;
	padding:10px 16px 0 16px;
	margin-bottom:12px;
}

#navcontainer {
	margin-left: 15px;
	margin-right: 10px;
	font-weight:bold;
	width:125px;
	padding:26px 16px 0px 16px;
	border-top:0px solid #fff;
	position: absolute;
	height: 30px;
	top: 263px;
	left: 9px;
	z-index: 510;
 }


#navcontainer ul
{
	width:125px;
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #EDC12C;
	font-size: 12px;
}


#navcontainer li { background-image: url(images/swing-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: .4em;
 }


#navcontainer a
{
	display: block;
	padding: 4px 10px;
	width: 140px;
	color: #EDC12C;
	text-decoration: none;
	font-weight: bold;
}


#navcontainer a:hover
{
	color: #EDC12C;
	font-style: italic;
}


#navcontainer ul ul li { margin: 0 0 1px 14px; }


#navcontainer ul ul a
{
	display: block;
	padding: 3px 5px 3px 10px;
	width: 125px;
	color: #EDC12C;
	text-decoration: none;
}


#navcontainer ul ul a:hover
{
	color: #EDC12C;
	font-style: italic;
}

table.list {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #EDC12C;
	border-collapse: collapse;
	margin-left: 15px;
	padding:5px;
}

tbody tr.odd th, tbody tr.odd td{
	background-color: #FFFF99;
}
tbody tr.head th, tbody tr.head td{
	background-color: #D4E3EF;
	font-weight:bold;
}

.feature{
background-color: #EEF4F9;
padding-bottom: 10px;
margin-right: 25px;
margin-top: 35px;
}