@charset "utf-8";

#home_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
}
#home_button {
	color: #FFF;
}
#home_menu td a:link {
	color: #666;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 100px;
	line-height: 34px;
}
#home_menu td a:visited {
	color: #666;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 100px;
	line-height: 34px;
}
#home_menu td a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 35px;
	width: 100px;
	line-height: 34px;
	background-color: #0071BD;
}
#home_menu td a:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 35px;
	width: 100px;
	line-height: 34px;
	background-color: #0071BD;
}

#home_main_text {
	text-align: justify;
}
#home_bottom {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
#home_bottom a:link {
	color: #333;
	text-decoration: none;
}
#home_bottom a:visited {
	color: #333;
	text-decoration: none;
}
#home_bottom a:hover {
	color: #333;
	text-decoration: none;
}
#home_bottom a:active {
	color: #333;
	text-decoration: none;
}
#side_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 36px;
	text-transform: capitalize;
	color: #666;
	text-align: left;
}
#side_links a:link {
	text-decoration: none;
	color: #666;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 36px;
	width: 130px;
}
#side_links a:visited {
	text-decoration: none;
	color: #666;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 36px;
	width: 130px;
}
#side_links a:hover {
	text-decoration: none;
	color: #0171BD;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 36px;
	width: 130px;
}

#side_links a:active {
	text-decoration: none;
	color: #666;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 36px;
	width: 130px;
}
#left_address {
	line-height: 18px;
	font-size: 10px;
	text-align: justify;
}
#left_address a:link {
	font-size: 9px;
	color: #666;
	text-decoration: none;
	display: inherit;
}
#left_address a:visited {
	font-size: 9px;
	color: #666;
	text-decoration: none;
	display: inherit;
}
#left_address a:hover {
	font-size: 9px;
	color: #666;
	text-decoration: none;
	display: inherit;
}




#left_address a:active {
	font-size: 9px;
	color: #666;
	text-decoration: none;
	display: inherit;
}
#main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	text-align: justify;
}
#contact {
	text-align: left;
}
#contact a:link {
	color: #333;
	text-decoration: none;
}
#contact a:visited {
	color: #333;
	text-decoration: none;
}
#contact a:hover {
	color: #333;
	text-decoration: none;
}
#contact a:active {
	color: #333;
	text-decoration: none;
}
#hor_sep {
	background-image: url(../images/hor_sep_line.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 40px;
}









#selected {
	color: #FFF;
}
#main_text ul {
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	list-style-image: url(../images/bullet.jpg);

}
#form1 {
	width: 200px;
}
#feedback {
	font-size: 10px;
	text-align: left;
	color: #0171BD;
}
