@charset "utf-8";
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, blockquote { 
margin: 0; 
padding: 0; 
border: 0; 
}
body  {
	font-family:Verdana, Geneva, sans-serif;
	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: #000;
	font-size:12px;
	background-color: #C2CDC5;
}
h1, h2, h3	{
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3	{
	color:#006892;
}
blockquote	{
	margin:0 30px;
}
#container { 
	width: 768px; 
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(/CLP/images/bkgdright.gif);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#dee1bd;
} 
#leftborder	{
	background-image:url(/CLP/images/bkgdleft.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#header { 
	background-image:url(/CLP/images/bkgdtop.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:130px;
	clear:both;
	width:768px;
	float:left;
} 
#header h1 {
	padding: 0 0 10px 10px; 
	color:#006892;
	margin:10px;
	font-size:32px;
	font-family:Arial, Helvetica, sans-serif;	
}
#header h2 {
	padding: 30px 0 0 10px; 
	color:#006892;
	margin:10px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;	
	text-transform:uppercase;
}
#myslidemenu	{
	width:750px;
	float:left;
	background-color:#566c11;
	margin-left:2px;
}
#mainContent	{
	background-color:#fff;
	border:1px solid #566c11;
	float:left;
	margin:10px 0 5px 10px;
}
#mainContent h1, h2, h3	{
	padding:7px 0;
}
#mainContent h1	{
	font-size:24px;
}
#mainContent h2	{
	font-size:14px;
}
#mainContent p	{
	line-height:136%;
	padding:10px 0 10px 5px;
}
#mainContent li, td	{
	line-height:136%;
	padding:2px 0;
}
#mainContent li	{
	margin-left:30px;
}
#mainContent ul, table	{
	padding-bottom:10px;
}
#mainContent a	{
	color:#566c11;
}
#footer {
	padding: 0 20px 0 10px;
	height:100px;
	color:#566c11;
	background-image:url(/CLP/images/bkgdbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
} 
#footer p	{
	padding-top:25px;
}
#footer a	{
	color:#566c11;
}
#footer a:hover	{
	text-decoration:none;
}
.floatright { 
	float: right;
	margin-left: 8px;
}
.floatleft { 
	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;
}
#sidebar1	{
	padding-bottom:10px;
	margin-top:10px;
}
#sidebar1 a	{
	color:#006892;
}
#sidebar1 ul	{
	margin:10px 5px 10px 20px;
	line-height:130%;
	font-size:11px;
}.red {
	color: #F00;
}

