body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	background-color:#e5e6e7;
	margin:0;
	color:#716558;
}

div#banner
{
	margin:0 auto;
	background-image:url(images/banner.jpg);
	height:186px;
	width:946px;
}

div#navigation
{
	width:946px;
	height:47px;
	margin:0 auto;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}

ul#menu
{
	list-style:none;
	margin:0 auto;
	padding:0;
}

ul#menu li
{
	height:47px;	
	background-image:url(images/menuupbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:0;
	margin:0 4px;
	float:left;
	padding-top:3px;
}

ul#menu li a
{
	background-image:url(images/menuupleft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:17px;
	color:#fff;
	text-decoration:none;
	height:47px;
	display:block;
	font-size:11px;
	cursor:pointer;
}

ul#menu li a span
{
	background-image:url(images/menuupright.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:17px;
	height:21px;
	display:block;
	position:relative;
	cursor:pointer;
}

ul#menu li:hover
{
	background-image:url(images/menubg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

ul#menu li:hover a
{
	color:#716558;
	background-image:url(images/menuoverleft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

ul#menu li:hover a span
{
	background-image:url(images/menuoverright.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

li#selected
{
	background-image:url(images/menubg.jpg) !important;
	background-position:top;
	background-repeat:repeat-x;
}

li#selected a
{
	color:#716558 !important;
	background-image:url(images/menuoverleft.jpg) !important;
	background-position:top left;
	background-repeat:no-repeat;
}

li#selected a span
{
	background-image:url(images/menuoverright.jpg) !important;
	background-position:top right;
	background-repeat:no-repeat;
}

table#tblmenu
{
	margin:0 auto;
	padding:0;	
}

div#topbar
{
	background-image:url(images/topbar.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:
	width:946px;
	margin:0 auto;
	height:26px;
}

div#topbar h1
{
	color:#716558;
	margin:0 93px;
	font-size:14pt;;
	font-weight:normal;
}

div#container
{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	width:946px;
}

div#content
{
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
	margin:4px auto;
	width:794px;
}

div#left
{
	float:left;
	width:520px;
	padding-left:19px;
	padding-right:13px;
}

div#right
{
	float:right;
	width:209px;
	padding-left:17px; 
	padding-right:16px;
}

h1, h2, h3, h4, h5, h6, p
{
	margin:18px 0;
}

h1
{
	font-weight:bold;
	font-size:12pt;
}

h2
{
	margin-bottom:-18px;
	font-size:10pt;
}

h3
{
	background-image:url(images/h3bg.jpg);
	background-repeat:repeat-x;
	height:2px;
	margin-left:-14px;
	margin-right:-12px;	
}

div#right h3
{
	background-image:url(images/h3bg.jpg);
	background-repeat:repeat-x;
	height:2px;
	margin-left:-12px;
	margin-right:-12px;	
}

p
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
}

div#bottombar
{
	background-image:url(images/bottombar.jpg);
	width:796px;
	height:48px;
	margin:0 auto;
}

div#bottom
{
	background-image:url(images/bottom.jpg);
	width:946px;
	height:63px;
	margin:0 auto;
}

div#bottombar p
{
	margin:0;
	font-size:8pt;
	padding-top:30px;
	text-align:center;
}

img
{
	border:none;
}

a
{
	color:#716557;	
}

a:visited
{
	color:#92d7e6;
}
