/*shadow*/
.blur{
  background: #000;/*shadow color*/
  color: inherit;
  margin-left: 4px;
  margin-top: 4px;
}
.shadow, .content{
  position: relative;
  bottom: 2px;
  right: 2px;
}
.shadow{
  background: #000;/*shadow color*/
  color: inherit;
}
/*center*/
.center{
  width:850px;
  margin:0px auto;/* Right and left margin widths set to "auto" */
  text-align:left;/* Counteract to IE5/Win Hack */
  padding:15px;
}
body{
  margin:5px 0px;
  padding:0px;/* Need to set body margin and padding to get consistency between browsers. */
  text-align:center;/* Hack for IE5/Win */
  background:#657383;
  font:normal 75% Arial,Helvetica,sans-serif;
}
/*content*/
.wrapper{
  background:#ffffff;
  color:#000000;
  min-height:350px;
  height:auto !important;
}
/*links*/
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
  	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline overline;
}
a.hidden {
  color: #000000;
}
a.hidden:visited {
  color: #000000;
}
a.hidden:hover {
	color: #0000CC;
}
a.hidden:active {
  color: #000000;
}
/*boxes*/
.header{
  /*border-bottom:1px solid #657383;*/
  padding:10px;
  height:90px;
}
.leftnav{
  background:#ffffff;
  width:180px;
  margin-right:10px;
  min-height:350px;
  /*border-right:1px solid #000000;*/
  height:auto !important;
  padding:10px 20px;
  float:left;
}
.rightnav{
  background:#ffffff;
  width:180px;
  min-height:350px;
  /*border-left:1px solid #000000;*/
  height:auto !important;
  padding:10px 20px;
  float:left;
}
.centercontent{
  background:#ffffff;
  width:365px;
  padding:10px 10px 10px 10px;
  float:left;
}
.footer{
  clear:both;
  height:30px;
  padding:5px 5px 5px 15px;
  /*border:1px solid #000000;*/
}