/* CSS Document */


html, body, div, span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background-color: #ccd596;
  background-image: url(images/bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  color: #4c5114;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}

h1 {
  color: #4c5114;
  font-size: 14px;
  font-weight: bold;
}
 
h2 {
  color: #4c5114;
  font-size: 12px;
  font-weight: bold;
}

h3 {
  color: #4c5114;
  font-size: 20px;
  font-weight: bold;
}
 
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
 
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
 
a:hover {
  color: #000;
  text-decoration: underline;
}
 
a:focus {
  color: #000;
}
 
a:active {
  color: #000;
}
 
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;  
  text-align: left;  
  width: 780px;
}
#outerWrapper #header {
  background-color: #fff;
  border-bottom: solid 1px #666;  
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;  
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #fff; 
  float: left;
  padding: 10px 10px 10px 10px;  
  width: 220px;
}
 
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 240px;  
  padding: 10px 50px 10px 10px;  
}
 
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #ffa;
  border-top: solid 1px #666;  
  padding: 10px 10px 10px 10px;  
}
-->

.wireframemenu{
	border: 0px;
	background-color: #ffffff;
	border-bottom-width: 0;
	width: 166px;
}

* html .wireframemenu{  
	width: 200px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0 0 0 40px;
	list-style-type: none;
}

.wireframemenu a{
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 8px 0px;
	display: block;
	width: 100%;  
	color: #660000;
	text-decoration: none;
	border-bottom: 0px;
}

.wireframemenu a:visited{
	color: #660000;
}

html>body .wireframemenu a{  
	width: auto;
}

.wireframemenu a:hover{
	color: #330000;
}

