body {
	background-image: url(images/background.jpg);
	FONT-SIZE: 14px; COLOR: #363636; FONT-FAMILY: "Trebuchet MS"
}

h2 {
	FONT-SIZE: 22px; COLOR: #163092; FONT-FAMILY: "Trebuchet MS"
}


a {
	FONT-SIZE: 14px; COLOR: #363636; FONT-FAMILY: "Trebuchet MS";
	text-decoration: underline;
}
a:hover {
	FONT-SIZE: 14px; COLOR: #00004a; FONT-FAMILY: "Trebuchet MS";
	text-decoration: underline;
}


#bodyPan{width:919px; background:url(images/tabletop.jpg) 0 0 no-repeat; position:relative; margin:0 auto; padding:0 0px;}
#bodyPan2{width:919px; background:url(images/tablemiddle.jpg) 0 0 repeat-y; position:relative; margin:0 auto; padding:0 0px;}
#bodybottomPan{width:919px; height:26px; background:url(images/tablebottom.jpg) 0 0 no-repeat; position:relative; margin:0 auto; clear:both;padding:0 0px;}

#bodybottom{width:919px; height:40px; background:#363636; position:relative; margin:0 auto; clear:both; FONT-SIZE: 14px; COLOR: #ffffff; FONT-FAMILY: "Trebuchet MS"; padding-top:10px;padding-bottom:10px; }
#bodybottom a{FONT-SIZE: 14px; COLOR: #ffffff; FONT-FAMILY: "Trebuchet MS";text-decoration: none;}
#bodybottom a:hover{FONT-SIZE: 14px; COLOR: #ffffff; FONT-FAMILY: "Trebuchet MS";text-decoration: underline;}

#menu {
	background: #363636;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #363636 url("/images/seperator.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #d3d3a0;
	color: #00004a;
	padding-bottom: 8px;
	
