body{
	margin:0px;
	padding:0px;
	background:url(images/bg.jpg) repeat-x top #d9f4fd;
	font-size:13px;
	color:#3d3d3e;
	font-family:Arial, Helvetica, sans-serif;
}
.main{
	width:853px;
	margin:0px auto;
	padding:0px;
	background:#fff;
}
ul,ol,li{
	margin:0px;
	padding:0px;
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p,form{
	margin:0px;
	padding:0px;
}
img{border:none;}
a,a:visited{text-decoration:none;outline:none;}
a:hover{text-decoration:underline;}
.clear{clear:both;}

/**-------------------- Header Style -------------------**/
.header{
	height:405px;
	overflow:hidden;
}
.title{
	height:52px;
	background:url(images/title.jpg) no-repeat left top;
	padding-top:20px;
}
.title h1{
	font-size:1px;
	text-indent:-10000px;
	margin:0px 0px 0px 17px;
}
.title h1 a,.title h1 a:visited{
	display:block;
	width:246px;
	height:40px;
}
.header_img{
	float:left;
	padding-left:6px;
}
.header_content{
	float:right;
	width:261px;
	background:#1d88c0;
	padding:15px;
	margin-right:6px;
	height:100%;
}
.header_content h3{
	font-size:17px;
	color:#fff;
	font-weight:normal;
	padding-bottom:7px;
	margin-bottom:14px;
	border-bottom:2px solid #fff;
}
.header_content li{
}
.header_content li a,.header_content li a:visited{
	padding:9px 7px 9px 25px;
	background:url(images/bullet.gif) no-repeat 5px 12px;
	border-bottom:1px dashed #fff;
	display:block;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
.header_content li a:hover{
	background:url(images/bullet.gif) no-repeat 5px 12px #14638c;
}
/**-------------------------------------**/

/**------------------- Content Style -----------------**/
.content{
	margin:4px 6px 0px 6px;
	background:url(images/content.jpg) repeat-x top;
	padding:50px 23px 40px 23px; 
}
.content .rightImg{
	float:right;
	margin-left:28px;
	border:3px solid #000;
}
.content_left{
	width:380px;
	float:left;
}
.content_left h2{
	font-size:22px;
	color:#0770af;
	padding-bottom:10px;
	background:url(images/border.jpg) repeat-x bottom;
	margin-bottom:10px;
}
.content_left p{
	line-height:20px;
	padding-bottom:15px;
}
/**-------------------------------------**/

/**-------------- Footer Style -----------------**/
.footer{
	background:url(images/footer.jpg) repeat-x top #fff;
	padding:20px 0px 15px 0px;
}
.footer p{
	text-align:center;
}
