/* CSS Document */
body { 
  margin: 0px; 
  padding: 0px;
  font-size: small; 
  font-family: Georgia,Verdana,Arial,sans-serif;
  background-color: #ffffff;
  color: #333;
  border-right: 3px solid #99CCFF;
	border-left: 3px solid #99CCFF;
	}


/* start header*/
.header {
  background: #addb63;
  width: 100%;
  border: 0px;
  height:75px;
  text-align:center;
}

.sitename {
  font-size: 4em;
  font-family: Georgia, "MS Serif", "New York", serif;
  font-weight: normal;
  color: #8BACD7;
  padding: 0px 0px 0px 25px;
  
}
/* end header*/

/* start navigation menu*/
#navcontainer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
}

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: url(image/but123.gif);
  color: #ff9;
  float: left;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding: 0.2em 1em;
  color: #ff9;
  text-decoration: none;
  float: left;
  border-right: 2px solid #E3DFBF;
}

#navcontainer ul li a:hover {
  background-color: #FBF9E6;
  color: #0099FF;
}

#navcontainer ul li a.selected {
  background-color: #FBF9E6;
  color: #0099FF;
}
/* end navigation menu*/

td.ccol {
  width: 100%;
  background-color: #FBF9E6;
  vertical-align:top;
  padding: 20px;
  margin:0px;
  line-height: 150%;
}
td.ccol img{
     
	  float:left;
	  margin:0px 20px 15px 0px;	   
	
}

td.ccol h1 {font-size:16px;
font-weigh:normal;}

td.ccol h2 {font-size:14px;
font-weigh:normal;}

td.ccol h3 {font-size:12px;
font-weigh:normal;}

td.rcol {
  vertical-align: top;
  width: 160px;
  background:#eefffe;
  border-left: 3px solid #99CCFF;
  padding: 20px;
  margin:0px;
  }

/******** Begin Sidebar ********/
#sidebar {
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  
  color: #888888;
  background:#eefffe; 
}
#sidebar h3 	{
	text-transform: uppercase;
	text-align: center;
	color: #FBF9E6;
	padding: 2px 2px 3px 2px;
	text-shadow: 2px 3px 3px #896;
	font-size: small;
	}
#sidebar h3 a {
  display:block;
  background: url(image/but123.gif);
  border-top:2px solid #d5d5d5;
  border-left:2px solid #d5d5d5;
  border-bottom:2px solid #006699;
  border-right: 2px solid #006699;
  padding: 2px;
  color: #ff9;
  text-decoration: none;
  width: 180px;
  voice-family:"\"}\"";
  voice-family:inherit;
  width: 165px;
}
#sidebar h3 a:hover {
border-top: 2px solid #006699;
border-left: 2px solid #006699;
border-bottom:2px solid #d5d5d5;
border-right:2px solid #d5d5d5;
color: #FBF9E6;
background: #99CCFF;
}
h4 {
	font-family:inherit;
	font-size:14px;
	font-weight: bold;
	font-style: normal;
		
}
/********* End Sidebar *********/


.footer {
  padding: 0;
  margin: 0 auto;
 
	border: 0;
	border-top: 10px solid #addb63;
	border-bottom: 10px solid #addb63;
	background: #8BACD7;
	color: #663;
	text-align: center;
	font-size:12px;
}

a {
  color: #42769F;
  text-decoration: none;
}

a:hover {
  color: #1A426A;
}






