/* ---------- components ---------- */
*	{
	margin:0;
	padding:0;
	}
a:link { color: #0F26D2; text-decoration:none;}
a:visited {color: #7C8082; text-decoration:none;}
a:active { color: #7C8082; text-decoration:none;}
a:hover { color: #576AF4; text-decoration: underline;}

body {
background-image:url(images/bg_repeat-x.jpg);
color: #000000;
font: 12px/1.4em Arial, Tahoma, Verdana, sans-serif;
}
 
h1	{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #52700f;
}

h2	{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #52700f;
}

h3	{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
margin: 0;
}

h4	{ 
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
color:#CCCCCC;
margin: 0;
}



/* ---------- divs ---------- */

#container {
width: 780px;
margin: 0 auto;
position: relative;
background:url(images/bg_repeat2.jpg) repeat-y;
background-position: top center;
}

#header	{
width: 780px;
height: 150px;
background: #FFF url(images/header.jpg);
padding-bottom:0;
}

#footer	{
width: 780px;
height: 20px;
background: #FFF url(images/footer.jpg);
padding-left: 0px;
clear: both;
}

#leftcol	{
 width:160px; 
 float:left; 
 position:relative; 
 padding-top: 5px;
 padding-left: 3px;
 margin-top: 3px;
 margin-left:3px;
 margin-bottom: 3px;
 background-color:#76bb14;
 border-style:solid;
 border-color:#8ba414;
 border-width:medium;
}
 
 #content	{
 width:575px; 
 float:left; 
 position:relative; 
 padding-left: 9px;
 padding-top: 3px;
 margin-top: 10px;
 margin-left:5px;
 margin-bottom: 3px;
}
 
#rightcol	{
 width:108px;  
 float:right; 
 position:relative; 
 padding-right: 7px;
 padding-top: 7px;
} 

#table1	{
	width: 460px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	left: -1px;
}

#lefttable {
 width:265px;  
 float:left;  
 padding-right: 7px;
} 

#righttable {
 width:295px;  
 float:right;  
 padding-right: 7px;
} 


/* ---------- nav ---------- */

.menu {
list-style-type: none;
margin: 0;
padding: 0;
}

.menu a {
  display: block;
  width: 100px;
  height: 19px;
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  text-align: left;
  padding-left: 10px;
  padding-top: 2px;
  color: #FFF;
  margin-top: -3px;
  text-decoration: none;
  border-top: 1px solid #147fcf;
  border-bottom: 1px solid #2894e4;
  background-color: #2497ed;
  
}
.menu a:link, .menu a:visited {
 text-decoration: none;
}
.menu a:hover {
 background-color: #64bbfc;
 text-decoration: underline;
}

li.head	{
 display: block;
 width: 108px;
 height: 25px;
 border-top: 1px solid #66747D;
 border-bottom: 1px solid #3a4c59;
 }
 
