body {
  
  background: #FFFFFF url(images/img01.jpg) repeat-x;
}
h1 	{color: #003300;
	font-family: verdana, arial;;
	line-height: 20pt
	margin-left: 5pt;}

h2 	{color: #003300;
	font-family: verdana, arial;
	margin-left: 5pt;
	}

h3	{color: #003300;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 12pt;
	margin-left: 5pt;}

p 	{color: #006600;
	font-family: verdana, arial;
	font-size: 10pt;
	line-height: 13pt;
	margin-left: 5pt;
	margin-right: 10pt;
	}
	
td	{color: #006600;
	font-family: verdana, arial;
	font-size: 10pt;
	line-height: 13pt;
	margin-left: 0pt;
	margin-right: 10pt;}

.p1 {color: #006600;
	font-family: verdana, arial;
	font-size: 10pt;
	line-height: 13pt;	
	}
	
	
a:link 	{color: #003300; font-size: 10pt; text-decoration: underline;}
a:visited 	{color: #003300; font-size: 10pt; text-decoration: underline;}
a:hover 	{color: #006600; font-size: 10pt; text-decoration: none;}
a:active 	{color: #339933; font-size: 10pt; text-decoration: none;}

.heading {
  text-align: center;
}

.container {
  width: 840px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;

}
  
.left {
  float: left;
  padding: 0px 0px 0px 0px;
  width: 170px;
}

.middle {
  top: 10px;
  background: #FFFFFF;
  margin-left: 170px;
  margin-right: 135px;
}

.right {
  float: right;
  background: #FFFFFF;
  padding: 0px 0px 0px 0px;
  width: 135px;
  border: 0px dashed #C0C0C0;
  border-left-width: 1px;
  
}


.footer {
  padding-top: 20px;
  text-align: center;
  clear: both;
  
}

#sidebar {background: #FFFFFF url(images/img01.jpg) repeat-x;
margin-top: 0px;
width: 170px;
float: left;
padding: 0px; 
border: 0px dashed #C0C0C0;
border-right-width: 1px;
}
	
.wireframemenu{
border: 0px dashed #C0C0C0;
background-color: #f7f7f7;
border-bottom-width: 1px;

width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings 

*/
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px dashed #C0C0C0;
}

.wireframemenu a:visited{
color: #003300;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #003300;
color: white;
}

div.contentbox{
background: #f7f7f7;
border: 1px dashed #ccc;
padding: 6px;
width: 157px;
}
img.dogear{
position: relative;
top: -7px;
right: -7px;
float: right;
}


form dt {color: #006600;
	font-family: verdana, arial;
	font-size: 10pt;
	line-height: 13pt;
margin:0 0 0 5em ;
}
form dd {
margin:0 0 0 5em ;

}
