a:link, a:visited, a:active{
	color:#666;
	text-decoration:underline;
}
a:hover{
	color:#666 ;
	text-decoration:none;
}
/*------------------------------------------------STYLES--*/
body, .text, p, ul, ol, li{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#666666;
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	background: #568D15;
	border:2px outset #cccccc;
	color: #fff;
	padding: 2px;
}
.button:hover{
	background: #416910;
	border:2px inset #cccccc;
}

.smalltext {
  font-size: 10px;
  color: #666666;
}
h1, .head1 {
  font-family:Arial, Helvetica, sans-serif; 
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
h2, .head2 {
  font-family:Arial, Helvetica, sans-serif; 
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
h3, .head3 {
  font-family:Arial, Helvetica, sans-serif; 
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
h4, h5, h6, .head4 {
  font-family:Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}
TEXTAREA {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
td.cell_light {background-color: #CDDDB9; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666}
td.cell_medium {background-color: #0061A5; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;}
td.cell_dark {background-color: #7F1B00; font-family: Arial, Helvetica, sans-serif; font-size: 11px;  color: #FFFFFF; font-weight: bold}
td.cell_white {background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px;  color: #666666}
td.cell_black {background-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px;  color: #FFFFFF; font-weight: bold}
/*------------------------------------------------LAYOUT--*/
#container{
	margin: auto;
	width: 778px;
	background: #EDEDED;
	padding-top:9px;
}
#header{
	margin:auto;
	width: 762px;
}
#menu{
	margin:auto;
	width: 758px;
	padding-left:4px;
	padding-bottom:10px;
	background: #fff;
}
#content{
	margin:auto;
	width: 762px;
	background:url(images/content_bg.jpg) repeat-x #EDEDED;
}
#cols{
	margin: auto;
	width: 750px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#666666;
	background:url(images/two_col_borders.jpg);
}
#left_col{
	width: 198px;
	min-height:300px;
	padding:15px;
	float: left;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	background:url(images/two_col_bg.jpg) repeat-x #fff;
}
#right_col{
	width: 483px;
	min-height:300px;
	padding:15px;
	float: right;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	background:url(images/two_col_bg.jpg) repeat-x #fff;
}
#address{
	width: 718px;
	height: 22px;
	padding:10px 15px;
	font-size:11px;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	background: url(images/one_col_bg.jpg)
}
#copyright{
	width: 718px;
	height: 22px;
	padding:10px 15px;
	font-size:11px;
	border-left: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	background:#CBCBCB
}
#copy_links{
	float: left;
	margin-top:5px;
	font-size:11px;
}
#copy_text{
	float: right;
	font-size:10px
}
#apy0gk{display: none !important}
/*------------------------------------------------MENUS--*/
.topMenu {
  background-color: #ffffff;
  border-width: 0;
  border-style: none;
  height: 30px;
}
.submenu {
  background-color: #FFFFFF;
  border-width: 1;
  border-style: solid;
  border-color: #269099;
}
.topItemNormal {
 background-color:#008590;
  font-family: Tahoma;
  height: 30px;
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
}
.topItemOver {
  background-color:#008590;
  font-family: Tahoma;
  height: 30px;
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
}
.itemNormal {
  font-family: Tahoma;
  font-size: 11px;
  color: #FFFFFF;
  height: 20px;
  cursor: pointer;
  background-color: #269099;
}
.itemOver {
  font-family: Tahoma;
  font-size: 11px;
  height: 24px;
  color: #ffffff;
  cursor: pointer;
  background-color:#28a0aa; /*#31a677;*/
}