/* CSS Document */

.background { background-color:#a2a2a2; margin:0px; }

#container { background-color:#FFF; width:775px; }

#header { width:775px; height:100px; background:url(images/header.jpg) no-repeat center; background-color:#FFF; }

#menu { border:#000 dashed; border-width:2px 0px 2px 0px; margin-top:7px; padding:2px; width:541px; background-color:#FFF; text-align:center; }

#leftcolumn { width:550px; float:left; background-color:#d4deea;  }
	#headerofcolumn {  padding:5px 0px 5px 5px; background:url(images/swash.gif) no-repeat left top; }
	#content { padding:5px 10px 5px 10px; }


#rightcolumn { width:225px; float:right; margin-top:-90px; }

#footer { background-color:#779dd2; width:755px; color:#FFF; padding:5px 10px 5px 10px; text-align:center; }

a.menuitem:link { color:#000; text-decoration:underline; font-weight:bold; }
a.menuitem:visited { color:#000; text-decoration:underline; font-weight:bold; }
a.menuitem:hover { color:#000; text-decoration:none; font-weight:bold; }
a.menuitem:active { color:#039; text-decoration:none; font-weight:bold; }

a.bmenuitem:link { color:#FFF; text-decoration:underline; font-weight:bold; }
a.bmenuitem:visited { color:#FFF; text-decoration:underline; font-weight:bold; }
a.bmenuitem:hover { color:#FFF; text-decoration:none; font-weight:bold; }
a.bmenuitem:active { color:#FF6; text-decoration:none; font-weight:bold; }


