@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:10px 0px;
	font:tahoma;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#336633;
	background:url(../img/bodybg.png) repeat-x fixed;
	background-color:#FFFFFF;
}

.text1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #339933;
	text-align:justify;
}

.h1{
   background-color:#E4E4E4;
   font-size:18px; 
   padding:0 .5ex 1px .5ex;
   border-top:1px solid #ccc;
   border-left:1px solid #ccc;
   border-right:2px solid #999;
   border-bottom:2px solid #999;
   text-align:left;
   font-weight:bold;
   }

.h2{
   background-color:#E4E4E4;
   font-size:16px; 
   padding:0 .5ex 1px .5ex;
   border-top:1px solid #ccc;
   border-left:1px solid #ccc;
   border-right:2px solid #999;
   border-bottom:2px solid #999;
   margin:1ex .5ex .5ex 0;
   float:left;
   text-align:left;
   font-weight:bold;
   }
   
.h3{
   background-color:#E4E4E4;
   font-size:14px; 
   padding:0 .5ex 1px .5ex;
   border-top:1px solid #ccc;
   border-left:1px solid #ccc;
   border-right:2px solid #999;
   border-bottom:2px solid #999;
   margin:1ex .5ex .5ex 0;
   float:left;
   text-align:left;
   font-weight:bold;
   }

.h4{
   font-size:14px; 
   float:left;
   text-align:left;
   font-weight:bold;
   }
   
#container{
width:800px;
margin:0 auto;
background:url(../images1/topback.gif) no-repeat;
background-color:#FFFFFF;
}

.container2 {
	margin:5px 0px 0px 5px;
	float:left;
	width:220px;

}
#header {
	width:800px;
	height:155px;
	float:left;
}
#block {
background-color:#CCCCCC;
width:800px;
height:5px;
float:left;
}

#block1 {
background-color:#006633;
width:800px;
height:5px;
float:left;
}
#middleblock {
float:left;
width:800px;
height:auto;
background:#FFFFFF;

}


#sidebar {
float:left;
width: 250px;
height: 500px;
}
#navcontainer ul  {
margin: 0;
padding: 0;
list-style-type: none;
}
#navcontainer li { margin: 0; }

#navcontainer a { 
display: block;
color: #FFF;
background-color: #336633;
width: 200px;
padding: 3px 12px 3px 8px;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border-bottom: 1px solid #fff;
font-weight: bold;}

#navcontainer a:hover
{
background-color: #A4CF66;
color: #FFF;
}
#navcontainer li li a
{
display: block;
color: #FFF;
background-color: #499E4E;
width: 200px;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
}


#blueblock{
	float:left;
	width: 220px;
	padding: 0px;
	margin-top:15px;
	margin-left:15px;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	color: #333;
	text-align:left;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

#textblock1 {
	float:left;
	width:520px;
	height:auto;
	background-color:#FFFFFF;
	padding: 10px;
	text-align:justify;

}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #33FF00;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#rightbar {
	width: 200px;
	float: left;
	height: auto;
	background-color:#FFFFFF;
	vertical-align: top;
}

.container1 {
	background:#ccc;
	color:#000000;
	margin:0 15px;
	float:left;
	width:220px;
	font-weight:bold;
}

.rtop, .rbottom{
display:block;
background:#fff;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#ccc;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

#leftbar {
	width:230px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
}

#textblock {
	float:left;
	width:550px;
	height:auto;
	background-color:#FFFFFF;
	padding: 10px;
	text-align:justify;

}
#prefooter {
	width:800px;
	height:60px;
	float:left;
	background:#FFFFFF;
	text-align: center;
}


#footer {
width:800px;
height:97px;
float:left;
background:url(../images1/bottomgreen.jpg) no-repeat;
}


.right { float: left; clear:left; margin:10px 0 }

.right1 {float: right; clear:right; margin:5px}
