body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0;
	padding:10px 0 0 0 ;
	line-height: 1.5em;
	text-align: center;  /*Center container on page for IE5 - text re-aligned in #wrapper*/
	color: #505050;
	background: #ffffff;
	}

b{font-size: 110%;}
em{color: red;}

h2 {
font-size: 1.2em;
color: #585c73;
padding: 10px 0 15px 0;
border-bottom: 1px dotted #b3a275;
margin: 0;
}

h3{
font-size: 1.1em;
color: #585c73;
padding: 10px 0 5px 0;
margin: 0;
}

ul {font-size: 0.9em;}

#wrapper{
width: 775px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
text-align: left; /*Re-align previously centered text*/
}

#banner{
background: #EAEAEA;
height: 76px; /*Height of top section*/
margin: 0;
padding: 0;
}

#banner h1{
/*margin: 0;
padding-top: 15px;*/
}

#top_menu{
display: none;
}

#top_menu ul {
}

#top_menu ul li{
}

#page{
float: left;
width: 100%;
}

#content{
margin-left: 200px;/*295px;*/ /*Set left margin to LeftColumnWidth*/
background: #ffffff;
position: relative;
}

#snippets{
display: none;
}

#links{
display: none;
}

#links ul {
}

#links ul li{
}


#footer{
display: none;
}

#footer dl {
}

#footer dl dt{
}

#footer a{
}

.padding{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.hidden {
display: none;
}

.ticks {}

#top_menu a:link {
	}

#top_menu a:visited {
	}

#top_menu a:active {
}

#top_menu a:hover {
	}

#content a:link {
	color: #b3a275;
	text-decoration: none;
	border: 0;
	border-bottom: dotted 1px #b3a275;
	padding-bottom: 2px;
	}

#content a:visited {
	color: #b3a275;
	text-decoration: none;
	border: 0;
	border-bottom: dotted 1px #b3a275;
	padding-bottom: 2px;
	}

#content a:active {
	color: #585c73;
	text-decoration: none;
	border: 0;
	border-bottom: dotted 1px #585c73;
	padding-bottom: 2px;
	}

#content a:hover {
	color: #585c73;
	text-decoration: none;
	border: 0;
	border-bottom: dotted 1px #585c73;
	padding-bottom: 2px;
	}

#team {
	margin: 0;
	padding: 0;
	}

#team li {
	display: inline;
	list-style-type: none;
	}
	
.active_left {}

#ctl, #cbl, #ctr, #cbr {
	display: none;
	}