@charset "utf-8";
/* CSS Document */
html { height: 100%; margin-bottom: 1px; }
body {
	margin-left: 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background:url(/images/bg.png) repeat;
	line-height:150%
}

	a:link { color: #000000; text-decoration: underline; }
	a:active { color: #000000; text-decoration: underline; }
	a:visited { color: #000000; text-decoration: underline; }
	a:hover { color: #537373; text-decoration: underline; } 


.mainbody {
	margin-right:auto;
	margin-left:auto;
	background-color: #FFFFFF;
	padding: 10px;
	width:755px;
	height:100%;
	border-width:thin;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
}
.footer {
	margin-right:auto;
	margin-left:auto;
	background-color: #cccccc;
	padding: 10px;
	width:755px;
	border-width:thin;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	font-size:12px;
	line-height:100%;
}

.smallbody {
	margin-right:auto;
	margin-left:auto;
	background-color: #FFFFFF;
	padding: 10px;
	width:650px;
	height:100%;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height:150%

}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height:150%

}
.sectionhead {
	letter-spacing:0px;
	font: bold small-caps 1.75em/1.25em times,serif;
}
.sectionheadsmaller {
	letter-spacing:0px;
	font: bold small-caps 1.25em/1em times,serif;
}

.float_left{float:left;}
.float_right{float:right;}
.clear{clear:both}

#column1 {
	float: left;
	width:200px;
	padding:5px;

}

#column2 {
	padding:5px;
}

#column3 {
	float: right;
	width:200px;
	padding:5px;
}

.listings {color: #000000; line-height:100%; font-size:12px; }
.lh {margin-bottom:5px;}

div.floater {
  float: left;
  margin: 10px;
  }
  
div.floater p {
   text-align: center;
   }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: 13px Verdana;
width: 170px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
margin-right:5px;}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 5px;
border-bottom: 1px solid #FFF;
border-right: 1px solid #FFF;
border-left: 1px solid #FFF;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #414141; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: silver;
}

.sidebarmenu ul li a:hover{
background-color: #a3a3a3;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(/images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
