/* CSS Document */


html, body, div, span, applet, object, iframe, {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background-color: #fff;
  color: #333;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}

h1 {
  color: #660000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
 
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
 
a,  a:link {
  color: #660000;
  font-weight: bold;
  text-decoration: none;
}
 
a:visited {
  color: #660000;
  font-weight: bold;
  text-decoration: none;
}
 
a:hover {
color: #330000;
  text-decoration: underline;
}

 
a:active {
  color: #660000;
}
 
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;  
  text-align: left;  
  width: 780px;
}
#outerWrapper #header {
  background-color: #fff;
  border-bottom: solid 1px #666;  
  padding: 10px 10px 10px 10px;  
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #fff;
  border-right: solid 0px #666;  
  float: left;
  padding: 10px 10px 10px 10px;  
  width: 220px;
}
 
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 240px;  
  padding: 10px 10px 10px 10px;  
}
 
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #fff;
  border-top: solid 1px #666;  
  padding: 10px 10px 10px 10px;  
}
-->

.wireframemenu{
	border: 0px;
	background-color: #fff;
	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 Helvetica, Verdana, Arial, 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;
}
img.content{
margin-bottom:14px;
margin-right:14px;
}

