html 
{
     overflow: -moz-scrollbars-vertical;
}


#container
{
	width:1000px;
	align: center;
	margin-right:auto;
	margin-left: auto;
	
}


body
{

}
#content2 {
	font-size: 14px;
	font-family:tahoma, Geneva, sans-serif;
	color: #000;
	padding-left:20px;
	
}

#header
{
	width:1000px;
	
	margin-top: -8px;
	background: url(banner/line.png) repeat-x;
	align: center;
	margin-right: auto;
	margin-left: auto;
}



#footer
{
	width:1000px;
	background-color: #c1c1c1;
	height:170px;
}



#bleft
{
	width:300px;
	float: left;
	background-color: #c1c1c1;
	height:170px;
}

#bright
{
	padding-top: 10px;
	background-color: #c1c1c1;
	height:140px;
}

#col1
{
	width:230px;
	float: left;
}

#col2
{
	width:230px;
	float: left;
}

#col3
{
	width:230px;
	float: right;
}

#middle
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-top:20px;
}




h1
{
	color: #134F7B;
	font-weight: bold;
	font-size: 18px;

}



a 
{
	text-decoration: underline;
	color:#1d7dc1;
	font-weight:bold;
}


a:hover
{
	text-decoration: underline;
	color:#134f7b;
	font-weight:bold;
}

A:link 
{
	text-decoration: none;
}
A:visited 
{
	text-decoration: none;
}
A:active 
{
	text-decoration: none;
}

.listsfooter 
{
	font-size: 11pt;
	font-family: "Trebuchet MS";
	margin-top: -5px;
	color: #000000;
}

