@charset "utf-8";
/* CSS Document */

img{
	padding:0;
	margin:0;
	border:none;
}
body{
	padding:0;
	margin:0;
	background-color:#e2e5e5;

}
#header{
	padding:0;
	margin:0;
	width:1004px;
	height:192px;
	background-image:url(images/bg-header.jpg);
	background-repeat:no-repeat;	
}
#menuContainer{
	width:1004px;
	height:35px;
	background-image:url(images/bg-menu.jpg);
	background-repeat:repeat-x;
}
#body{
	width:1004px;
	height:283px;
	background-image:url(images/bg-body-center.jpg);
	background-repeat:repeat-x;
}
#bodyLeft{
	float:left;
	width:265px;
	height:283px;
}
#bodyCenter{
	float:left;
	width:460px;
	height:283px;
}
#bodyRight{
	float:left;
	width:279px;
	height:283px;
}

#bodyl{
	width:1004px;
	height:500px;
	background-image:url(images/bgl-body-center.jpg);
	background-repeat:repeat;
	min-height: 600px;
}

#bodylLeft{
	float:left;
	width:265px;
	background-image:url(images/leftlbak.jpg);
	background-repeat:repeat-y;
	min-height: 600px;
}
#bodylCenter{
	float:left;
	width:460px;
	min-height: 600px;
}
#bodylRight{
	float:left;
	width:279px;
	background-image:url(images/rightlbak.jpg);
	background-repeat:repeat-y;
	min-height: 600px;
}

/*------------ text links -------------*/
.style1 {
	color: #0F5D87;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {color: #0F5D87; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 9px; }
.style3 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #b2532f;
	font-style: italic;
}
.style4 {
	font-size: 11px;
	color: #0F5D87;
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {color: #0F5D87}
.style7 {
	font-size: 12px
}a:link {
	color: #0F5D87;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F5D87;
}
a:hover {
	text-decoration: none;
	color: #0F5D87;
}
a:active {
	text-decoration: none;
	color: #0F5D87;
}
/* links back to home page */
#liketext {
	line-height:20px;
}
a#liketext:link {
	color:#a24517;
	text-decoration:none;
}
a#liketext:visited {
	color:#a24517;
	text-decoration:none;
}
a#liketext:hover {
	color:#a24517;
	text-decoration:none;
}
/*image rollover event */ 
#linkImg {
    display: block;
    width: 71px;
    height: 35px;
    background: url("images/home.gif") no-repeat 0 0;
}

#linkImg:hover { 
    background: url("images/home_high.gif") no-repeat 0 0;
}
#linkImg span {
  display: none;
}
/*image rollover event */ 
#linkImgHome {
    display: block;
    width: 71px;
    height: 35px;
    background: url("images/home_high.gif") no-repeat 0 0;
}

#linkImgHome:hover { 
    background: url("images/home_high.gif") no-repeat 0 0;
}
#linkImgHome span {
  display: none;
}
