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

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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 */
	
}

#container{
	width:717px;
	
	margin: 0 auto;
	background-image:url(images/backnew.jpg); background-repeat:repeat-x;
	border-left-style:solid;
		border-left:1px;
	border-left-color:#666666;
	border-right-style:solid;
	border-right:1px;
	border-right-color:#666666;
	}

#header{

	width: 100%;
	height:102px;			
}

#headerpic {
	float:left;

	}
headerpic2 {
	float:right;

	}	

		
	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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:; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	text-align:left;
}
#mainContent {
	width:385px;
	min-height:600px;
	background-color:#ffffff;
	margin: 20px 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
} 

#mainContentlayer {
	position:absolute; top: 100px; left: 465px;
	z-index: 20;
	visibility:hidden;
	width:385px;
	min-height:700px;
	background-color:#ffffff;
	margin: 20px 0 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 


.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;
}



#navcontainer ul {
margin-top : 30px;
list-style-type : none;
font-size : 85%;

color : #666;
}

#navcontainer  li {
margin-top:15px;
}

#navcontainer ul li a {
padding : 15px 15px 15px 5px;
color : #8d8c8c;
text-align : left;
text-decoration : none;
}
#navcontainer ul li a:hover {
color : #006699;
}
#navcontainer ul li a#current {
color : #000;
}
#picbox {
padding-left: 15px;
margin-left: 25px;
}
#sidetext h1 {
font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e0cd74;
padding-left: 15px;
margin-top: 25px;
margin-left: 25px;
}
#sidetext h2 {
font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#303030;
padding-left: 15px;
margin-left: 25px;
}
#mainContent h1 {
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#56a6e1;
	}
	
#mainContent h2 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#303030;
	}
	
#mainContentlayer h1 {
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#56a6e1;
	}
	
#mainContentlayer h2 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#303030;
	}

#contentboxleft {
float:left;
margin-bottom: 10px;
margin-right:15px;
}
#contentboxright {
float:right;
margin-bottom: 10px;
margin-left:15px;
}

#mainContent p {
	font-size:10px;
	text-align:left;
	}
	
#mainContentlayer p {
	font-size:10px;
	text-align:left;
	}	
	
	#footer{
width:717px;
height:100px;
	margin: 0 auto;
	background-image:url(images/img032.jpg); background-position:center; background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#footbox{
font-size: 10px;
padding: 10px 10px 10px 10px;
margin:auto;
text-align:center;
} 
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
 #sidebar1 { width: 200px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
 #mainContent { zoom: 1;
 margin-right:70px;
 }
 
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->