/* CSS Document */
body {font-family: verdana, arial, sans-serif; font-size:75%; color: #000; }
* {margin:0; padding:0;} 
h1 {font-size: 16px; color:#86AA9A; font-weight:bold; }

img { margin: 0 0px 0px 0;  }


div#containermain {width: 756px; height: 771px; margin-left: 25px; margin-top: 25px; background-color:#FFFFFF;}

/* the horizontal menu starts here */
div#listmenu {
	width:756px;  	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:1px solid #86AA9A;
	border-bottom:1px solid #86AA9A;	 /* draws line on bottom edge of div */
	
	font-size:.9em; font-weight:bold;	/* SET FONT-SIZE HERE */
	margin: 5px 0 0 0
	
	}

	
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	
	
	}
div#listmenu li:last-child {margin: 0 0px 0 14px
	
	}
div#listmenu li:hover { 
	background-color:#86AA9A; /*sets the background of the menu items */
	}
div#listmenu a {
    padding:0 16px ; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#86AA9A;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#FFF;
	}
/* the horizontal menu ends here */
/* END OF LIST-BASED MENU */



div#ul{list-style: none; margin-left: 50px;}

div#horz{ margin: 0px 0 0 0; }

div#columnleft {width: 182px;height: 290px; margin-left: 25px;padding-right: 25px; padding-left: 25px; padding-top: 20px; padding-bottom: 0px;  float:left;border-top:1px solid #86AA9A }

div#columnmid {width: 182px;height: 290px; padding-right: 25px; padding-left: 25px; padding-top: 20px; padding-bottom: 0px;  float:left;border-top:1px solid #86AA9A }

div#columnright {width: 182px;height: 290px; padding-right: 25px; padding-left: 25px; padding-top: 20px; padding-bottom: 0px;   float:left;border-top:1px solid #86AA9A} 



div#bottom {width: 661px; margin-left: 25px;padding-right: 25px; padding-left: 25px; padding-top: 20px; padding-bottom: 20px;  float:left;border-top:1px solid #86AA9A }

div#footer {width: 755px; font-size:.8em; float: left; background-color:#86AA9A;   border-top:1px solid #86AA9A; border-bottom:1px solid #86AA9A;
}

div.clearfloats {clear:both;}

