/* CSS Document */

body {
	font: 14px "Comic Sans MS";
	color:#000;
	text-decoration:none;
	font-weight:normal;
	margin:0px;
	padding:0px;
	background:#fff url(images/b_bg.jpg) repeat-x;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#006633;
	text-decoration:none;
	font-weight:bold;
	}

img {
	border:none;
	}
	
a:hover {
	color:#333;
	}
	
.justify {	
	text-align:justify;
	padding:7px;
	}
	
/* body */	
.bodycontainer {
	background:#cedfee;
	
	}
	
.b_bg {
	background:url(images/body_img.jpg)no-repeat 40px 100px;
	}
	
/* body left */
.l_bg {
	background:url(images/left_bg1.jpg) repeat-x;
	}
	
.l_spcae {
	margin:0 10px 0 10px;
	}

/* footer */
.footer {
	color:#fff;
	text-decoration:none;
	background:#00a4c6;
	text-align:center;
	height:60px;
	}
		
.foot_l {
	color:#fff !important;
	text-decoration:none;
	padding:0 5px 0 5px;
	font:12px Arial, Helvetica, sans-serif;
	}
	
.bg2 {
background-color:#048eaa;
	}

	

