@charset "utf-8";
body  {
	
	background: #ffffff;
	background-image:url(images/bg.jpg);
    background-position:top;
    background-repeat:no-repeat;
	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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#container { 
	width: 924px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

img {
border:none;
}

 #header { 
	background-image:url(images/sub-images/sub-header.jpg);
	height:116px;
	overflow:hidden;
	
} 

#middle {

height:262px;
background-repeat:no-repeat;
float:left;
width:924px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/sub-images/left-bg.jpg);
	width:203px;
	
}
#mainContent { 
    width:686px;
	float:right;
	padding-left:15px;
	padding-right:20px;
	
}

#mainContent2 { 
    width:844px;
	float:right;
	padding-left:40px;
	padding-right:40px;
	
}



#footer { 
	
	background-image:url(images/footer-bg.jpg);
	height:57px;
} 

.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;
}

#navigation {
padding-left:425px;
padding-top: 76px;

}

#sidebar1 ul {
list-style-type:none;
padding-left:20px;
margin-left:0px;
padding-right:25px;
}

#sidebar1 li {
list-style-type:none;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-image:url(images/sub-images/arrow.jpg);
background-repeat:no-repeat;
background-position:0 12px;
color:#336799;
padding-left:20px;
padding-top:10px;

}



a.sidenav:link {
text-decoration:none;
color:#336799;
}

a.sidenav:visited {
text-decoration:none;
color:#336799;}

a.sidenav:hover {
text-decoration:underline;
color:#666666;}

a.sidenav:active {
text-decoration:none;
color:#336799;
}




a:link {
text-decoration:underline;
color:#336799;
size:12px;
}

a:visited {
text-decoration:underline;
color:#666666
size:12px;}

a:hover {
text-decoration:underline;
color:#666666;
size:12px;}

a:active {
text-decoration:underline;
color:#336799;
size:12px;
}

h1 {
color:#006699;
font-weight:bold;
font-size:24px;

font-family:Arial, Helvetica, sans-serif;

}

h2 {
color:#666666;
font-weight:bold;
font-size:20px;

font-family:Arial, Helvetica, sans-serif;

}

#footer p {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:30px;
padding-left:350px;
}

#footer a:link {
text-decoration:underline;
color:#FFFFFF;
}

#footer a:visited {
text-decoration:underline;
color:#FFFFFF;
}

#footer a:hover {
text-decoration:underline;
color:#cccccc;
}

#footer a:active {
text-decoration:underline;
color:#FFFFFF;
}

.style1 {
	color: #336799;
	font-weight: bold;
	font-size:16px;
}

.img {
float:left;
padding-right:10px;
}

.style4 {
	font-size: 14px;
	color: #006699;
}
.style6 {font-size: 14px; color: #006699; }
