.topbar {
	background-image: url(img/topbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bluesides {
	background-image: url(img/bg_blue_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.botn {
	background-image: url(img/bg_blue_botn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.botnsubs {
	background-image: url(img/bg_blue_botn_subs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sides {
	background-image: url(img/main_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	text-transform: uppercase;
	color: 003F7F;
	text-decoration: none;
	visibility: visible;


}
.menu a{
	color: 003F7F;
	text-decoration: none;

}
.menu a:hover{
	color: FF6000;
	text-decoration: none;

}
.mainfront {
	background-image: url(img/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main {
	background-image: url(img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.aboutmain {
	background-image: url(img/about_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contactmain {
	background-image: url(img/contact_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.text img{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;

}
.text a{
	color: 003F7F;
	text-decoration: none;

}
.text a:hover{
	color: FF6000;
	text-decoration: none;

}
.text ul{
	color: 000000;
	text-decoration: none;
	text-align: justify;
	list-style-type: none;
	list-style-position: inside;
	line-height: 20px;
	margin: 0px;
	padding: 0px;

}
.text li{
	text-decoration: none;
	text-align: justify;
	list-style-position: inside;
	list-style-type: none;
	border-bottom-style: solid;
	border-bottom-color: D4DBE7;
	border-bottom-width: 1px;
	margin: 0px;
	padding: 0px;

}
.botntext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 27px;

}
.botntext a{
	color: FFD200;
	text-decoration: none;

}
.botntext a:hover{
	color: FF6000;
	text-decoration: none;

}
.contentbox {
	padding-top: 32px;
}
