body {
    font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 100%;
}
p {
   margin-top: 0; 
   margin-bottom: 0; 
   font-size: 1em;  
   text-indent: 3em;
} 

.noindent {
	text-indent: 0;
}

.nameaddress {
 font-style: italic; 
}

p + p {
    margin-top: 1em; 
}

h2 {
font-size: 1.4em; 
}

h3 {
font-size: 1.1em; 
}

h4 {
margin-top: 1em;
margin-bottom: 1em;
font-size: 1em; 
}

a.menu {
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
}

.mainLeftContent {
	width: 80%;
	float: left;
	margin-left: 0;
}

.mainRightContent {
 
	float: left;
}

.footer {
	clear: both;
	text-align: center;
}

div {
    margin-left:20px;
}

.narrow1{
 margin-top: 0; 
 margin-left: 2em;
 margin-right: 2em;
  margin-bottom: 0; 
}

.vcolor {
	color: #800080;
	font-weight: bold;
	font-style: italic;
}

.redcolor {
	color: #CC3333;
	font-weight: bold;
	font-style: italic;
}

.bluecolor {
	color: #3333CC;
	font-weight: bold;
	font-style: italic;
}

.greencolor {
	color: 	#33CC33;
	font-weight: bold;
	font-style: italic;
}

.darkgreencolor {
	color: 	#009900;
	font-weight: bold;
	font-style: italic;
}

.browncolor {
	color: #F4A460;
	font-weight: bold;
	font-style: italic;
}

.yellowcolor {
	color: #EAA000;
	font-weight: bold;
	font-style: italic;
}

.greycolor {
	color: #808080;
	font-weight: bold;
	font-style: italic;
}

.blackcolor {
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.indent0{
 margin-left: 0;
}

.indent1{
 margin-left: 1em;
}
.indent2{
 margin-left: 2em;
}
.indent3{
 margin-left: 3em;
}
.indent4{
 margin-left: 4em;
}
.indent5{
 margin-left: 5em;
}