
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
}

#header{
 position:relative;
 top:0px;
 bottom:0px;
 width:800px;
 margin:0 auto;
 
}
#headerimg{
 position:relative;
 width:800px;
 margin:0 auto;
}
#searchbar{
 position:relative;
 width:800px;
 margin:0 auto;
 height:25px;
 background-color:#BBBCBE;
}
#container 
{
position:relative;
padding: 0;
margin:0 auto;
margin-bottom:5px;
border: 0px;
width:800px;
top:2px;
font-size: 1.0em;
}



/*dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}*/
#menu {
display:none;


}

.currentpage{font-weight: bold;}  
 

#contentcontainer {
  position:relative;


 float:left;
 width:640px;
 font-size:0.8em;
}
#contentcontainer h4
{
	color:Maroon;
}
#contentcontainer h5
{
	color:Gray;
}
#contentcontainer div.breadcrumb
{
display:none;
}
#contentcontainer div.breadcrumb a
 {
	text-decoration:none;
	color: #777;
} 



#leftcontent {
position:relative;
 float:left;
 padding-left:2px;
 padding-right:2px;
 padding-bottom:2px;
 width:283px;
 
}

#leftcontent div.left-contenttop 
{
	
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	margin-left:5px;
	margin-right:5px;
}


#leftcontent div.left-content 
{
	
	border-top:dashed 1px #BBBCBE;
	padding-left:4px;
	padding-right:4px;
	margin-left:5px;
	margin-right:5px;
	overflow:visible;
}



#rightcontent {
position:relative;
float:right;
 padding-left:2px;
 padding-right:2px;
	padding-bottom:2px;
	width:272px;
	border-left:dashed 1px #BBBCBE;
	
}

#rightcontent div.right-contenttop 
{
	
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;

}

#rightcontent div.right-content
{
	border-top:dashed 1px #BBBCBE;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	margin-left:5px;
	margin-right:5px;
}



#footer{
 position:relative;
 margin:0 auto;
 bottom:0;
 width:800px;
}


  

.textblock
{
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	margin-left:5px;
	margin-right:5px;
}

.textblock ul
{
	padding-left:20px;
}
.textblock ul
{
	display:inline-block;
}

.textblock ul li 
{
	list-style-type:square;
	list-style-position:outside;
	padding:2px 0 2px 0;
}
.textblock ol li 
{
	padding:2px 0 2px 0;
	list-style-type:decimal;
}
.imgright 
{
	float:right;
	margin:5px 5px 5px 5px;
	border:0;
	font-size:x-small;
	max-width: 200px;
	width: expression(document.body.clientWidth > 200? "200px": "auto" );
}


.imgright a
{
	border:0;
	text-decoration:none;
}
.imgrightimage
{
	border:0;
}


.infoblock
{
	display:block;
}

.more
{
	text-decoration:none;
	color:#FAA860;
	font-weight:bold;
}

.dashes {
border-top:dashed 1px #BBBCBE;
*border-bottom: 0;*
margin-top: 5px;
}

.caption
{
	
	margin: 5px 0px 5px 5px;
	border:0;
	font-size:x-small;
	max-width: 400px;
	width: expression(document.body.clientWidth > 200? "200px": "auto" );
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Fix IE. Hide from IE Mac \*/
* html  ul li a { height: 1%; }
/* End */


