#bg_image {
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../graphics/bodybg.png',sizingMethod='scale');
}
body {
    background: url(../graphics/bodybg.png);
	background-color: #f3f3f3;
	background-position: top;
	background-repeat: repeat;
	margin: 0;
	font: 20%/.09em "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #222222;
	text-decoration: none;
	letter-spacing:.04em;
	text-align: left;	
}
.navhead {
/*	font: 100%/.1em "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;*/
	font: 100% "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	letter-spacing:.09em;
	text-transform:lowercase;
	margin:5px 5px 0;
	background:url(../graphics/nav2.jpg);
	text-align: center;	
}
.navhead:active {
	color: #ffffff;
	text-decoration: none;
}
.navhead:visited {
	color: #ffffff;
	text-decoration: none;
}
.navhead:hover {
	color: #ffffff;
	text-decoration: underline;
}
.mnavhead {
/*	font: 87%/.1em "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;*/
	font: 87% "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	letter-spacing:.09em;
	text-transform:lowercase;
	margin:5px 5px 0;
	background:url(../graphics/nav2.jpg);
	text-align: center;	
}
.mnavhead:active {
	color: #ffffff;
	text-decoration: none;
}
.mnavhead:visited {
	color: #ffffff;
	text-decoration: none;
}
.mnavhead:hover {
	color: #ffffff;
	text-decoration: underline;
}
.borderleft {
	background-image: url(../graphics/borderleft.png);
	background-color: none;
}
.borderright {
	background-image: url(../graphics/borderright.png);
	background-color: none;
}
.visit {
	font: 6pt "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #111111;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
}
.visit:active {
	color: #111111;
	text-decoration: none;
}
.visit:visited {
	color: #111111;
	text-decoration: none;
}
.visit:hover {
	color: #111111;
	text-decoration: underline;
}
.title {
	font: 120% "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #E72000;
	text-decoration: none;
	letter-spacing:.05em;
}
p.title {
	margin: 0px 0px 3px auto
}
.sidebar {
	font: 80% "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #222222;
	text-decoration: none;
	letter-spacing:.05em;
}
.sidebar:active {
	color: #e72000;
	text-decoration: none;
}
.sidebar:visited {
	color: #e72000;
	text-decoration: none;
}
.sidebar:hover {
	color: #e72000;
	text-decoration: underline;
}
.small {
	font: 66% "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #222222;
	text-decoration: none;
	letter-spacing:.05em;
}
.small:active {
	color: #e72000;
	text-decoration: none;
}
.small:visited {
	color: #222222;
	text-decoration: none;
}
.small:hover {
	color: #e72000;
	text-decoration: underline;
}
.new {
	font: 66% "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	letter-spacing:.05em;
}
.enter {
	font: 15px "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:.05em;
	text-transform:uppercase;
}
.enter:active {
	color: #ffff00;
	text-decoration: none;
}
.enter:visited {
	color: #ffffff;
	text-decoration: none;
}
.enter:hover {
	color: #ffffff;
	text-decoration: underline;
}

.date {
	font: 70% "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #111111;
	text-decoration: none;
	letter-spacing:.05em;
	text-transform:uppercase;
}
p.date {
	margin: 0px 0px 1px auto
}
.calltoaction {
	font: 160% "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #E72000;
	text-decoration: none;
	letter-spacing:.05em;
	text-align: center;	
}
.calltoaction:hover {
	color: #E72000;
	text-decoration: underline;
}
p.calltoaction {
	margin: 20px 0px 3px auto
}
.image {
	margin-left:0;
	margin-right:12;
	margin-top:0;
}
.inputbox {
    font: 100%/.09em "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	color: #000000;
    border: 1px solid #cccccc;
	background-color: #dddddd;
}

#main {
  width:460px;
  padding: 5px;
  float:left;
  margin: 0 0 0 30;
  }
#sidebar {
  width:160px;
  float:right;
  margin: 0 44 0 0;
  }
#content {
  width:676px;
  padding: 5px;
  float:left;
  margin: 0 0 0 30;
  }

