body {
		padding: 0px;
		background-color: #fffffd;
		background-image: url(../images/greengradiant.jpg);
		background-repeat: repeat-x;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight: 200;
		font-size: 12px;
		color:#333333;
		margin:auto;
		}

#container{
	width: 900px;
	margin: 10px auto;
	background-color: #ffffff;
	color: #333333;
	border: 1px solid gray;
	line-height: 140%;
}

#top{
	border-bottom: 1px solid gray;
	height:125px;
	margin:0px auto;
}


#topnav{
 	border-bottom: 1px solid gray;
	text-align:left;
  	margin:0px auto;
  	background-color: #000000;
  	padding:4px 0;
}


#content1{
	float: left;
	margin: 0;
	padding: 1em;
	margin-left: 10px;
	width: 480px;
	font-size: 13px;

}

#content{
	float: left;
	margin: 0;
	padding: 1em;
	margin-left: 10px;
	width: 870px;
}

#rightside{
	margin-left: 530px;
	margin-top: 15px;
	background-color:#fae8f4;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1em;
	font-size:12px
	font-weight: bold;
}

#footer{
	clear:both;
	margin: 0;
	padding: .2em .5em;
	color: #666666;
	background-color: #CCCCCC;
	border-top: 1px solid gray;
	font-size:10px;
}

#underfooter{
	clear:both;
	margin: 0;
	padding: .5em;
	color: #666666;
	background-color: #ffffff;
	border-top: 1px solid gray;
	font-size:10px;
}

#leftunderfooter{
	float: left;
	width: 600px;
	margin: 0;
	padding:  0 1em;
}

#rightunderfooter{
	margin-left: 640px;
	padding: 0 1em;
	font-style:oblique;
	text-align:right;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	padding-bottom: 15px;
	padding-top: 12px;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 18px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0 0 .5em 0;
	padding: 2px;
}

#content p { margin: 0 0 1em 0; }

a:link {color: #CC00CC; font-weight:600; text-decoration: none;}
a:visited {color:#CC00CC; font-weight:600; text-decoration: none;}
a:active {color:#CC00CC0; font-weight:600; text-decoration: none;}
a:hover { text-decoration: underline; font-weight:600; color: #649E00;}

/* create a button look for links */
a.nav:link, a.nav:visited{   
	background-color: #000000;
    border-top: #d5f396 solid 1px;
	border-right: #d5f396 solid 2px;
	border-bottom: #003300 solid 1px;
    color: white;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
	text-decoration: none;
    width: 16em;
}

a.nav:hover{   
	background-color: #efc5db;
	color:#000000;}

/* depress effect on click */
a.nav:active, a.nav:focus {   
	border-top: #000000 solid 1px;
	border-right: #99ccff solid 1px;
	border-bottom: #99ccff solid 1px;
	border-left: #000000 solid 2px;
     letter-spacing: 1px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #335100;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 3px;
	margin: 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #335100;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
td {
font-size:12px;
font-weight:800;}



.reference {font-size: 10px; font-style:oblique;}

.smaller {font-size: 10px;}

.larger {font-size: 13px; font-weight: bold;}

.highlight {
font-size: 12px; font-weight: bold;
border: 2px solid #006600;
background: #ffffff;
padding: 0 5px 0 10px;}

.highlight p {
margin-top: 0px;
margin-bottom: 5px;
}


