/***** Main *****/

body, p, tr, td, ul, blockquote, div {
	font: 11px arial; 
	color: #003333 /* superdark cyan blue */
	}

dt {
        font: 11px arial
}

tr {
	vertical-align:top
}


li {
	vertical-align:middle;
	list-style-type: circle
}

table {
	border: 0px;
}

.bordered {
	border-width: 3px;
	border-color: #669966;
}
.heading {
	font: bold 12px arial; 
	color: #FFFFFF;  
	background: #669966;	/* very muted green */
}

.subheading {
	font-family: verdana, helvetica, arial;
	font: bold 12px; 
	color: #669966;  
	background: #B0F1A2;  /* winter green */
}

.footer {
	/* font: 0.8em arial; */
	position: relative;
	left: 320px; top: 15px;
	font: 9px arial
	color: #003333;
	text-align: center;
}	

.caption {
	font: italic 9px arial;
	color: #669966;
	text-align: justify;
}

.submenu {
	font: bold 10px arial;
	color: #669966;
	text-align: center;
}

a:link {
	color: #339966;  /* muter shade than grass green*/
	text-decoration: underline}

a:active {
	color: #B0F1A2;  /* winter green */
	text-decoration: underline}

a:visited {
	color: #669966;  /* very muted green */
	text-decoration: underline}

a:hover {
	color: #FFFFFF;
	background: #22A666;  /* grass green */
}	


/***** divisions *****/
#footer {
	position:relative;
	top:-10px;left:0px;
	text-align: center;
	font: 10px arial; 
	color: #669966 /* very muted green */	
}



#mainblock { 
  	position:absolute;
	top: 0px; left: 0px;
	background-image: url("../images/bkgdMain.gif");
	background-repeat: no-repeat;
	background-attachment:fixed;
	width: 595px; height: 465px;
}

#maintext { 
  	position:absolute;
	top: 0px; left: 30px;
	width: 100%;
}
