@charset "utf-8";
/* CSS Document */

body {font: 100% Verdana, Arial, Helvetica, sans-serif; background: #666666; margin: 0; padding: 0; text-align: center; color: #000000;}
#container {width: 780px; background: #fffff0; margin: 0 auto; border: 1px solid #000000; text-align: left;} 
#header {background: #fffff0; padding: 0 10px 0 10px;} 
#header h1 {margin: 0; padding: 10px 0;}
#sidebar {float: left; width: 200px; padding: 15px 10px 15px 20px; background-color: #fffff0;}
#mainContent {margin: 0 0 0 250px; padding: 10px 10px;} 
#footer {padding: 0 10px 0 10px; background:#DDDDDD;} 
#footer p {margin: 0; padding: 10px 10px;}
.style1 {color: #FF0000; font-weight: normal; font-size: 24px;}
.style2 {font-family:Arial, Helvetica, sans-serif; color: #FF0000; font-weight: normal; font-size: 18px; margin-left: 28px; margin-right: 28px; text-indent: 10px;}
.style6 {font-family: Arial, Helvetica, sans-serif; color: #FF0000; font-size: 16px; font-weight: bold; }
.style12 {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 18px;}
.style13 {font-family: "Times New Roman", Times, serif; color: #000000; font-size: 12px;}
.style15 {font-family: Arial, Helvetica, sans-serif; color: #FF0000; font-size: 16px;}
.style16 {font-family: Arial, Helvetica, sans-serif}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#apDiv1 {
	position:absolute;
	width:412px;
	height:204px;
	z-index:1;
	left: 768px;
	top: 239px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 554px;
	top: 406px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
