@charset "utf-8";
/* CSS Document */

<!-- 

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(bg_home.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	margin-left: 0px;
}

.thrColElsHdr #container {
	width: 750px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.thrColElsHdr #header {
	background: #DDDDDD;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColElsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}

.thrColElsHdr #sidebar1 {
	float: left;
	width: 11em;
	background-image: url("sleft.png");
	background-repeat:repeat-y;
	background-position:top right;
	padding: 0px 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}

.thrColElsHdr #mainContent {
	margin-top: -5px;
	margin-right: 13em;
	margin-bottom: 0;
	margin-left: 13em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColElsHdr #footer { 
	padding: 0 10px;
	/*background:#DDDDDD;*/
} 
.thrColElsHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 11em;
	background-image: url("sright.png");
	background-repeat:repeat-y;
	background-position:top left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	padding: 0px;
	margin: 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	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;
}
.style1 {
	font-size: small;
}
#apDiv1 {
	position:absolute;
	left:192px;
	top:106px;
	width:736px;
	height:52px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:191px;
	top:105px;
	width:739px;
	height:35px;
	z-index:1;
}
.style2 {
	font-size: x-small
}
a img {
 border-width : 0;
 border-style : none;
}
.style4 {
	font-size: x-small;
	color: #FF0000;
	font-weight: bold;
}
.style11 {font-size: x-small; font-weight: bold; }
.style13 {
	font-size: x-large;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#mainContent a {
	text-decoration: none;

}

#mainContent a:link {
	color: #09FF58;
	text-decoration: none;
}
#mainContent a:visited {
	color: #4AAE31;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: none;
	/*background-color:#2A7F00;*/
}
#mainContent a:active {
	text-decoration: none;
}
.style17 {color: #6E6E6E; font-size: medium; font-weight: bold; }
.style15 {color: #999999; font-weight: bold; }
.style27 {color: #FFFFFF}
--> 


