body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background:#B8C0C8 url(images/bg.gif) top repeat-x;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.8em;
	letter-spacing:0.043em;
	margin:0;
	padding:0 0 10px 0;
}
.ol_03{
	padding-left:20px;
}
ol li{
	padding:5px 0;
	line-height:23px;
}
.ol_03 li{
	list-style-type:lower-roman;
	list-style-position: outside;
}
.ol_02{
	list-style-type:lower-alpha;
}
ul, ol, li{
	list-style:none;
	padding:0;
	margin:0;
	font-size:12px;
	color:#333333;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#1D6690;
	margin-top:0;
	padding-top:0;
}
h1{
	font-size:26px;
}
h2{
	font-size:20px;
}
h3{
	font-size:16px;
}
ul li{
	padding-left:25px;
	height:auto;
	background:url(images/bullet01.gif) top left no-repeat;
	padding-bottom:10px;
	padding-top:3px;
}

a img{
	border:none;
}
a{
	text-decoration:none;
	color:#1D6690;
}
a:hover{
	text-decoration:underline;
}
.imageFloatLeft{
	margin:0 10px 5px 0;
	float:left;
}
.imageFloatRight{
	margin:0 0 5px 10px;
	float:right;
}
hr{
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top:#CCCCCC dotted 1px;
	height:1px;
	margin:20px 20px;
	clear:both;
}

/*======================================*/
/*==============containers==============*/
/*======================================*/
#centerHolder{
	width:810px;
	height:auto;
	margin:0 auto;
}
/*==============Header==============*/
#headerMast{
	width:810px;
	height:317px;
	float:left;
	background:url(images/headerBanner.jpg) no-repeat;
}
#headerMast img{
	float:left;
}
/*============Content Container==========*/
#contentContainer{
	width:810px;
	height:auto;
	float:left;
	padding-bottom:30px;
}
#leftPanel{
	width:340px;
	height:auto;
	float:left;
}
#rightPanel{
	width:447px;
	height:auto;
	float:right;
	padding-right:15px;
}
/*===========Form Box====================*/
#formBoxContainer{
	width:340px;
	height:auto;
	background:url(images/formBoxMid.gif) repeat-y;
	float:left;
	margin-left:0;
	margin-bottom:20px;
}
#formBoxContainer #top{
	width:340px;
	height:auto;
	float:left;
	background:url(images/formBoxTop.gif) top no-repeat;
}
#formBoxContainer #bottom{
	width:280px;
	height:auto;
	min-height:230px;
	float:left;
	background:url(images/formBoxBottom.gif) bottom no-repeat;
	padding:20px 20px 20px 40px;
}
#formBoxContainer #bottom h2{
	padding:0;
	margin:0 0 15px 0;
	border-bottom:#1D6690 dotted 1px;
}
#formBoxContainer #bottom p{
	padding-bottom:0;
}
#formBoxContainer #bottom form p{
	font-size:11px;
	padding:0;
	font-weight:bold;
}
#formBoxContainer #bottom form .input01{
	width:180px;
	border:#5EC2CE solid 1px;
}
#formBoxContainer #bottom form img{
	margin-bottom:3px;
}
#formBoxContainer #bottom form .butt .input02{
	background:none;
	border:none;
	width:173px;
	height:49px;
	cursor:pointer;
}
#formBoxContainer #bottom form .butt{
	height:49px;
	background:url(images/submitButt.gif) left no-repeat;
}
.box{
	background-color:#F2F2F2;
	padding:20px;
}
.borderLeft{
	border-left:#1D6690 double;
	padding-left:10px;
	margin-left:15px;
}
/*==============footer==================*/
#footer{
	width:810px;
	height:70px;
	padding-top:50px;
	/*background:url(images/footerBG.gif) top no-repeat;*/
	text-align:center;
	clear:both;
}