@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

.twoColElsLtHdr #container {
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #99CC33;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
} 
.twoColElsLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 19em;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 24em;
	height: auto;
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; 
	background:#DDDDDD;
} 
.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}


.fltrt { 
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #99CC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99CC00;
}
a:hover {
	text-decoration: none;
	color: #FF00F5;
}
a:active {
	text-decoration: none;
	color: #FF00F5;
}
h1 {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	background-color: #666666;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	border: 1px solid #99CC33;
}
.style13 {font-size: 10px}
.style6 {color: #FFFFFF}
.style8 {color: #F204EA; font-size: 14px;}
.style10 {	font-size: 16px;
	font-weight: bold;
}
.style11 {font-size: 18px}
.style12 {font-size: 16px}
.style1 {	color: #F204EA;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.style17 {font-size: 12px; color: #000000;}
a:link {
	color: #999933;
}
a:visited {
	color: #999933;
}
a:hover {
	color: #99CC33;
}
a:active {
	color: #99CC33;
}
a {
	font-weight: bold;
}
