html{height: 100%;}

body
{ background-color: #CFCAD2;
  color: #5F4F57;
  font-size:11px;
  text-decoration:none;
  font-family:verdana, arial, helvetica, sans-serif;
}

blockquote
{ background-color: #F4F2F3;
  color: #5F4F57;
  border-color: #DDD5D9;
}

#main
{ background: #FFFFFF url(back_1.jpg) repeat-y;
  color: #5F4F57;
  margin-left: 10%;
  margin-right: 10%;
}

#links, #footer
{ background: #CFCAD2 url(btn_1_invert.jpg);
  color: #5F4F57;
  border-color: #5F4F57;
  width: 740px;
}

#links a, #footer a
{ background-color: transparent;
  color: #5F4F57;
  font-size:11px;
  text-decoration:none;
  font-family:verdana, arial, helvetica, sans-serif;
}

#logo
{ background: #FFFFFF url(logo_1.jpg) no-repeat;
  color: #5F4F57;
}

#links a:hover, #footer a:hover, #logo h1
{ background-color: transparent;
  color: #FFFFFF;
  font-size:11px;
  text-decoration:none;
  font-family:verdana, arial, helvetica, sans-serif;
  
}  

#menu li a
{ background: #CFCAD2 url(btn_1.jpg);
  color: #5F4F57;
  border-color: #5F4F57;
  font-size:11px;
  text-decoration:none;
  font-family:verdana, arial, helvetica, sans-serif;
}

#menu li a:hover, #menu li a#selected
{ background: #CFCAD2 url(btn_1_invert.jpg);
  color: #FFFFFF;
  border-color: #5F4F57;
  font-size:11px;
  text-decoration:none;
  font-family:verdana, arial, helvetica, sans-serif;
} 

#content, #column1, #column2, #column2a,
.sidebaritem, .sidebaritem a, #column2 a, #column2a a,
.sidebaritem a:hover, #column2 a:hover, #column2a a:hover
{ background: #FFFFFF;
  color: #5F4F57;
  font-size:11px;
  text-decoration:none;
  font-family:verdana, arial, helvetica, sans-serif;
}

input, textarea
{ background-color: #FFFFFF;
  color: #5F4F57;
  border-color: #AAA2AE;
}

.stdCopy {
  font-size:11px;
  font-family:verdana, arial, helvetica, sans-serif;
}

.stdCopyW {
  color: #FFFFFF;
  font-size:11px;
  font-family:verdana, arial, helvetica, sans-serif;
}

a.wlink:link {color: #FFFFFF; font-size: 11px; }
a.wlink:visited {color: #FFFFFF; font-size: 11px; }
a.wlink:hover {text-decoration:  underline; background-color: #666666; }
a.wlink:active {color: #333333; } 

.h_mnu_01{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #C0C0C0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F4F57;
	border-right-color: #5F4F57;
	border-bottom-color: #5F4F57;
	border-left-color: #5F4F57
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #000000;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5F4F57;
}

.h_mnu_01 ul li a:visited{
color: #000000;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FFFFFF !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #999999;
}