@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background-image:url(images/topper.jpg);
	background-repeat: repeat-x;*/
	background-color:#58b3fa;
}

#apDiv1 {
	width:850px;
	height: 238px;
	position:absolute;
	top:0px;
	left:50%;
	margin:0px auto auto -425px;
	background:url(images/cpc_header.jpg);
}
#apDiv2 {
	position:absolute;
	height:18px;
	width: 500px;
	z-index:1;
	left: 135px;
	top: 171px;
}
.MenuText01 {
font-family: Arial, Helvetica, sans-serif; 
color: black;
font-weight:bolder;
font-size: 13px; 
text-decoration:none;
padding: 0px 10px 0px 10px;
letter-spacing:.5px;
}
.MenuText01:hover {
     background-color: #1fb25a;
	 color: white;
	 text-decoration:none;
}
.MenuText02 {
font-family: Arial, Helvetica, sans-serif; 
color: white;
font-weight:bolder;
font-size: 13px; 
text-decoration:none;
padding: 0px 10px 0px 10px;
letter-spacing:.5px;
background-color:#19994f;

font-weight:bolder;
text-decoration:none;
}

#apDiv3 {
	position:absolute;
	width:830px;
	z-index:2;
	left: 0px;
	top: 238px;
	background-image: url(images/cpc_background.png);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2f84ba;
	background-color:#FFFFFF;
}
#style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	border: 1px solid #ffde73;
	height:207px;
}
#style1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 10px;
	border: 1px solid #ffde73;
}
.head_main {
	color: #1A4064;
	font-size: 12px;
	font-weight: bolder;
}

#title {
background-image:url(images/header.jpg);
text-indent:5px;
padding: 2px 2px 2px 2px;
	font-size: 14px;
	color: #1A4064;
	font-weight: bold;
	text-align:left;
}

