@charset "utf-8";
/* CSS Document */

/*  Header section for all pages */
body{
	background-image:url(images/background.jpg)

}

table.header{
	  
	  border:none;
	  width:806px;
	  height:186px;
}

table.menubar{
	border:none;
	width:806px;
	height:66px;
	
}


/*  page content  */

table.content{
	border:solid;
	border:3px;
	border-color:#810304;
	width:806px;
	height:600px;
	background-color:#FCE5BC
}

table.innercontent{
	border:solid;
	border:1px;
	border-color:#FF0000;
	border-spacing:0px;
	width:100%;
	height:600px;
	border-collapse:collapse;
	
	
}

table.innercontent td{
	border:solid;
	border:1px;
	border-color:#FF0000;
	padding:0px;
		
}
a#menuitem:link { color:#0099CC; text-decoration: none; }
a#menuitem:visited { color:#CC0000; text-decoration: none; } 
a#menuitem:hover { color:#FF9933}

font.menutitlefont{
	font-family:"MS Sans Serif";
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;	
	color:#810304;
}

font.menuitemtext{
	font-family:"Arial, Helvetica, sans-serif";
	font-style:italic;
	font-weight:normal;
	font-size:14px;
	
}

