#col_left a:link {
	 text-decoration:none;
	 color:#684516;
	 display: block;
	 width:125px;
	 border-bottom:1px dotted #684516;
	 
}

#col_left a:visited {
	text-decoration:none;
	 color:#684516;
	 display: block;
	 width:125px;
	 border-bottom:1px dotted #684516;
}

#col_left a:hover {
	background-color:#B6DBF2;
}		

#col_right a:link {
	 text-decoration:none;
	 color:#684516;
}	 

#col_right a:visited {
	text-decoration:none;
	 color:#684516;
}

#col_right a:hover {
	background-color:#B6DBF2;
}	

body {
  text-align: center;
  margin:0px;
  font-family:Helvetica, Arial, sans-serif;
}

img {
	border:0;
}	

#container {
  width: 1000px;  
  margin: auto;
  text-align: left;

}

#header {
	float:left;
	width:980px;
	height:65px;
	padding:0px 10px 15px 10px;
}	
  
#col_left {
  float:left;
  padding: 0px 10px 0px 10px;
  width: 140px;
  font-size: 14px;
  color:#684516;
  margin-left:5px;
}

#col_middle {
  float:left;
  width:500px;
  padding: 0px 9px 10px 10px;
  border-right:1px dotted #808080;
  font-family:Helvetica, Arial, sans-serif;
  color:#333333;
  font-size:12px;
  font-weight:bold;
  line-height:25px;
  min-height:500px;
}

#col_right {
  float: left;
  padding: 0px 10px 10px 10px;
  width: 290px;
  font-family:Helvetica, Arial, sans-serif;
  color:#777777;
  font-size:14px;
}

#footer {
  padding-top: 10px;
  text-align: right;
  clear: both;
  border-top:1px dotted #808080;
}

.heading_blue {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#035B87;
}	 

.heading_blue_left {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#035B87;
	margin-left:-5px;
}	 

.heading_brown {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#684516;
}	 

.heading_menu {
	font-weight:bold;
	color:#035B87;
	display: block;
	padding-top:5px;
}	 
