body 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper
{
	width: 1000px;
	vertical-align:top;
	margin-left: auto;
	margin-right: auto;
    background-color: #fff;
    color: #333333;
}
#logo
{
	float: left;
	width: 104px;
	height: 600px;
	padding-right: 5px;
	background-color: #DCFCEE;

}

#navbar
{
	text-align: center;
	width: 75%;
	float: left;

}

#navbar a
{
	font-size: 0.8em;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px;
	height: 20px;
}

#navbar a:hover
{
	font-size: 0.8em;
	color: #408080;
	text-decoration: none;
	padding: 0px 10px;

}

#contentmain
{
	float:left;
	color: inherit;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	width: 50%;
	vertical-align:top;	
	margin-top: 20px;
	font-size: 0.9em;
	height: 475px;

}

#contentmain a
{
	color: #408080;
	font-size: 0.8em;
	text-decoration: none;

}

#contentmain a:hover
{
	color: #999999;
	font-size: 0.8em;
	text-decoration: none;
}

#contentright
{
	float: left;
	width: 20%;
	vertical-align: top;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	color:#333333;
	font-size: 0.9em;
	background-color: #AAECCB;
	height: 475px;
	

}

#contentright a
{
	color: #006633;
	font-size: 0.8em;
	text-decoration: none;

}

#contentright a:hover
{
	color: #999999;
	font-size: 0.8em;
	text-decoration: none;
}

#footer
{

	text-align: center;
	font-size: 0.8em;

}

#footer p
{
	font-family: Helvetica, sans-serif;
	font-size: 0.6em;
	padding-bottom: 20px;
	line-height: 20px;
}

#footer a
{
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#footer a:hover
{
	color: #999;
	background-color: inherit;
}

#quote {
	background-color:#E6FFE6;
}

#line
{
	float: left;
	width: 80%;
}
.line
{
	width: 90%;
	height:2px;
}
.hrline
{
    width: 1px;
	height: 25px;
}
.menubground
{
	background-color:#AAECCB;
	width: 125px;
	
}
.emphasis
{
	color:#333333;
}
.logobox
{
	width: 104px;
	height: 630px;
	text-align:left;
}

.style1 {
	font-size: smaller;
	font-style: italic;
}
.style2 {
	font-size: smaller;
}
.style3 {
	font-size: x-small;
}
.style4 {
	font-size: x-small;
	font-style: italic;
}
.style6 {font-size: 11px }
.style7 {font-size: 9px }
.style8 {font-size: 7px }  used to reduce line height size between paragraphs
