body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
p{
	font-size: .8em;
	color: #666666;
}


h1{
	font-size: 1em;
	font-weight: bold;
	color: #859AC4;
}
h2{
}

#master_wrapper{
	height:auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;

	
 }
 


 #absolute_background_wrapper{
	height: 405px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;

	float: left;
	padding: 20px;
	padding-top:60px;
	padding-left: 40px;
	padding-right: 40px;

	
}

#menu_wrapper {
}
#menu_wrapper ul {
}
#menu_wrapper li {
	text-decoration: none;
	list-style-type: none;
}

#menu_wrapper A {
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #ACACAC;
	text-decoration: none;
}
#menu_wrapper A:hover,
#menu_wrapper A:active,
#menu_wrapper A.here:link,
#menu_wrapper A.here:visited {
	color: #666666;
/*editable*/
}

#main_wrapper {
	height: 405px;
	width: 1026px;
	margin-right: auto;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}

#left_column_wrapper {
	height: 300px;
	width: 140px;
	float: left;
	margin-right: 50px;
}

#logo_wrapper {
	height: 161px;
	width: 185px;
	margin-top: -60px;
	margin-left: -12px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu_wrapper{
	height: auto;
	width: 143px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}


#logo_name_wrapper{
	height: auto;
	width: 140px;
	float: left;
	margin-top:120px;
	text-align: right;
	padding-right: 3px;
}

#text_wrapper{
	float: left;
	height: 355px;
	width: 225px;
	margin-top: 20px;
}

#text_wrapper a{
	text-decoration: underline;
}
#text_wrapper_large{
	float: left;
	height: 355px;
	width:800px;
	margin-top: 20px;
}



#image_wrapper{
	float: right;
	height: 387px;
	width: 588px;
	margin-top: 2px;
	overflow:hidden;
	margin-right: 5px;
}

#footer_wrapper{
	text-align: right;
	margin-right: 45px;
	
	float: right;
	height: 30px;
	width: 1020px;	
}

#footer_wrapper_old{
	text-align: right;
	margin-right: 45px;
	
	float: right;
	height: 30px;
	width: 1020px;	
}

#footer_wrapper{
	text-align: right;
	margin-right: 40px;
	float: right;
	height: 70px;
	width: 1020px;
	margin-bottom: 40px;
}

#date {
	float: right;
	height: 30px;
	width: 430px;
}

#date p{
margin-top:0px;
}

#footer_wrapper a{
	text-decoration: underline;
	margin-left: 20px;
	color: #666666;
}
#footer_wrapper a:hover{
	color: #000000;
}

#slideshow {
    position:relative;
    height:auto;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.basic {
	font-family: Helvetica;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}

ul,li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style-type: none;

}

li {
	position: relative;
	padding: 0px;
	z-index: 9;
}

li.folder	{
	font-family: Verdana;
	font-variant: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}	

li.folder:hover {
	z-index: 10;
	font-family: Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
}
		
li.folder ul {
	position: absolute;
	display: none; /* IE */
	top: 5px;
	left: 130px;
}
				
li.folder>ul { 
	left: 130px;
}
		
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 250px;
}
ul.level2 li.folder.submenu a{
	font-size: .6em;
}

a {
	padding: 2px;
	text-decoration: none;
	width: 100%; /* IE */
}

li>a { 
	width: auto;
}

li a.submenu {
	background-color: #EEE;
	padding-left: 10px;
	display: block;
	border-bottom: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 4px;
	text-align: left;
	font-family: Verdana;
}

li a.submenu_here {
	background-color: #EEE;
	padding-left: 10px;
	display: block;
	border-bottom: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 4px;
	text-align: left;
	font-family: Verdana;
	color: #333333;
}

	
li.explain { 
	font: bold 11px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	background-color: #DCEAF9;
	border-bottom: 1px solid #FFFFFF;
	color: #6699CC;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 190px;	
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain { 
	width: 202px;
}
/* End hide from IE5/mac */

a:link, a:visited {
	color: #666;	
}

a:hover {
	color: #000;	
}

#menu {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    width: 150px;
}

#link {
    font: 11px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 0px 0px 0px 20px;
	margin-top: 15px;
}
#ad_wrapper {
	float: left;
	height: 90px;
	width: auto;
	text-align: right;
	border: 1px solid #0000FF;
	position: relative;
	background-color: #FFFFFF;
}
#boho_ad_wrapper {
	float: right;
	height: 90px;
	width: 800px;
	min-width:10px;
	text-align: right;
}


#ad_twss_wrapper {
	height: 22px;
	width: 96px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#ad_title{
	height: auto;
	width: 180px;
	height: 14px;
	overflow:hidden;
	text-indent: -2px;

}
#ad_title a, #ad_description a, #ad_website a{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	}
	
#ad_title a {
color: #000000;
font-weight: bold;
text-decoration: underline;
}

#ad_description {
	height: 40px;
	width: 180px;
	overflow:hidden;
	text-indent: -2px;
}
#ad_description a{
	color: #333333;
}

#ad_wrapper_individual {
	height: 72px;
	width: 180px;

	float: right;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
#ad_website {
	height: 14px;
	width: 180px;
	text-indent: -2px;
	overflow:hidden;
}
#ad_website a{
	color: #009900;
}

