body, html{
	padding:0px;
	margin:0px;
	background-color:#00406E;
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:0px;
}
form{
	padding:0px;
	margin:0px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.decor{
		text-decoration:underline;
}
a.decor:hover{
	text-decoration:none;
}
h1, h2{
	display:block;
	margin:0px;
	padding:0px;
	font-size:22px;
	font-weight:bold;
	color:#066EB8;
}
h2{
	font-size:18px;
	font-weight:100;
}


input.input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px inset #333333;
}



.endline{
	clear:both;
	overflow:hidden;
	height:0px;
	font-size:0px;
	line-height:0px;
}
.text_green{
	color:#00A651;
}
.text_blue{
	color:#251F76;
}
.text_white{
	color:#FFFFFF;
}
.text_small{
	font-size:10px;
}
.text_red{
	color:#FF0000;
}



#container{
	width:822px;
	margin:0px auto 0px auto;
}



#header{
	height:152px;
	background:url(img/header_bg.jpg) left top no-repeat #00406E;
}
	#header .logo{
		padding:30px 0px 0px 37px;
		width:255px;
		float:left;
	}
	#header .text{
		float:left;
		padding:;
		font-size:16px;
		font-weight:bold;
		color:#FFFFFF;
		padding:56px 0px 0px 18px;
	}
	#header .link{
		float:left;
		width:170px;
		padding:0px 0px 0px 50px;
	}
	#header .link a{
		display:block;
		height:130px;
		border:1px solid #000000
	}



#menu_top{
	height:24px;
	background:url(img/menu_top_bg.gif) right top no-repeat #85C226;
	padding:0px 0px 0px 25px;
}
	#menu_top a{
		display:block;
		float:left;
		text-decoration:none;
		text-transform:uppercase;
		font-size:12px;
		color:#FFFFFF;
		padding:4px 6px 5px 6px;
		margin:0px 15px 0px 0px;
	}
	#menu_top a:hover, #menu_top a.active{
		background-color:#0070B5;
	}



#content{}
	.content_top{
		height:226px;
		background:url(img/content_top_right.jpg) right top no-repeat #B2DEF7;
		font-family:Arial, Helvetica, sans-serif;
	}
		.content_top .ct_left{
			width:515px;
			float:left;
			padding:44px 0px 0px 37px;
			font-size:12px;
			color:#007DC2;
		}
		.content_top .ct_right{
			float:left;
			padding:157px 0px 0px 76px;
		}
	.headline{
		height:33px;
		line-height:32px;
		background-color:#007DC2;
		text-align:center;
		font-size:15px;
		color:#FFFFFF;
		text-transform:uppercase;
	}
	.content_bot{
		background:url(img/cbot_bg.gif) left top no-repeat #FFFFFF;
	}
		.content_bot .cb_left{
			text-align:center;
			width:411px;
			height:377px;
			float:left;
			background:url(img/content_bot_bg.gif) left top no-repeat #FFFFFF;
			font-size:12px;
		}
		.content_bot .cb_right{
			text-align:center;
			width:411px;
			height:377px;
			float:left;
			background:url(img/content_bot_bg.gif) left top no-repeat #FFFFFF;
		}
		.cb_right .in, .cb_left .in{
			width:;
			padding:26px 31px 0px 20px;
		}
		.cb_right .in{
			font-size:12px;
			color:#000000;
		}
		.in .head{
			font-size:18px;
			padding:20px 0px 10px 0px;
			text-align:center;
		}
	.space1{
		height:25px;
		background-color:#FFFFFF;
	}
	.content_bot_text{
		height:39px;
		line-height:38px;
		text-transform:uppercase;
		background-color:#007DC2;
		text-align:center;
		font-size:15px;
		color:#FFFFFF;
	}
	.content_bot_text2{
		background-color:#B9E6FF;
		text-align:center;
		font-size:12px;
		color:#0973B2;
		padding:14px 0px 22px 0px;
	}
	
	.content_in{
		background:url(img/content_in_bg.jpg) right top no-repeat #B2DEF7;
		padding:0px 0px 0px 75px;
		font-size:12px;
		color:#0868B3;
	}
	.contact_us{
		width:444px;
		height:242px;
		background-color:#D0EBFA;
		border:1px solid #0094DE;
		padding:4px 0px 0px 11px;
	}
	.line_blue{
		background-color:#0094DE;
	}
	.content_strawberry{
		width:663px;
	}
	.link_blue{
		color:#066EB8;
	}
	.link_lblue{
		color:#0094DE;
	}
	.link_big{
		font-size:14px;
	}
.pos_rel{
	position:relative;
	left:0px;
	top:2px;
}
	



#footer{
	padding:0px;
}
	.footer_copy{
		text-align:center;
		font-size:9px;
		color:#8ED8F8;
		padding:14px 0px 20px 0px;
	}



