@charset "utf-8";
/* CSS Document */
















div#header {
  background:url("../cmsimages/headerbg.jpg") no-repeat;
  width:800px;
  height:189px;
}
















h1#pagetitle {
	font-size:1.5em;
	font-weight:bold;
	margin: 0 0.25em;
}














div#logo {
	position:absolute;
	left: 15px;
	top: 30px;
}
















div#photo1 {
	position:absolute;
	left:400px;
	width:106px;
}
div#photo2 {
	position:absolute;
	left:520px;
	width:106px;
















}
div#photo3 {
	position:absolute;
	left:640px;
	width:106px;
















}
















div#mainbody {
background:url(../cmsimages/mainbodybg.jpg) repeat-y;
width:800px;
}
































div#nav {
  background: url(../cmsimages/navbg.jpg) repeat-x;
  float:left;
  width:203px;
  height:350px;
} 

div#nav ul li {
	padding: 0.5em;
}

div#nav ul li a {
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}

div#nav ul li a:hover {
	color:#bfd0e2;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}


a#tv  {
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}




a#tv:hover {	
	color:#003466;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}









div#maincontent {
	background:url(../cmsimages/contentbg.jpg);
	float:left;
	width:597px;
}
















div#content {
margin:0.5em;
}
div#content p {
	margin-top:0.25em;
	margin-bottom:0.25em; 
















}
















div#content h2 {
	font-size:1.5em;
}
div#content table tr td {
	vertical-align:top;
}
















div#footer {
	background:url(../cmsimages/footerbg.jpg) no-repeat;
	padding-top:75px;
	width:800px;
	height:146px; 
	clear:both;
}
















div#footer h2 {
	text-align:right;
	padding:0.5em;
	font-size:0.8em;
	color:#FFF;
}
















div#content ul {
	list-style-image:none; 
	list-style-position:outside;
	list-style-type:disc;
	margin-left:18px;
}




































