.menu
	{
	text-align:left;
	background-image:url('../images/spacer3.jpg');
	text-decoration:none;
	color:white;
	font-family:tahoma,verdana;
	font-weight:bold;
	padding:2px;
	}
	
.submenu
	{
	background-color:blue;
	text-align:left;
	font-size:12px;
		}
	
.menudiv
	{
	float:left;
	width:150px;
	font-size:12pt;
	background-color:#ffdead;
	background-image:url('../images/spacer3.jpg');
	height:504px;
	border:none;
	}
	
.mainbody 
	{
	background-color:#ffffff;
	background-image:url('../images/back3.jpg');
	background-attachment:scroll !important;
	background-attachment:fixed;
	background-position:bottom right;
	background-repeat:no-repeat;
	font-size:12pt;
	height:504px;
	color:black;
	word-wrap:break-word;
	overflow:auto;
	text-align:left;
	}
	
	
.banner 
	{
	height:50px;
	width:100%;
	}

body
	{
	text-align:center;
	margin:auto;
	width:800px;
	font-family:tahoma,'century gothic',verdana;
	}
	
.menudiv a:visited{text-decoration:none;color:white;}
.menudiv a:link{text-decoration:none;color:white;}
.menudiv a:active{color:#bb0000;}
.menudiv a:hover{color:#bb0000;}
	
	
.none a:visited{text-decoration:none;color:white;}
.none a:link{text-decoration:none;color:white;}
.none {
	font-family:tahoma,verdana;
	}

 a.submenu
 	{
 	border-left:0px solid white;
     	border-right:0px ;
     	border-top:0px solid white;
     	border-bottom:0px solid white;
     	padding:4px;
     	padding-left:10px;
	display:block;
        text-decoration:none;
     	color: white;
     	font-family: verdana;
     	font-weight: none;
	vertical-align:text-top;
        background-image:url('../images/spacer3.jpg');
	}
