a:hover {
	color:maroon;
	font-family:trebuchet ms, arial, sans-serif;
}
a:link {
	color: lightyellow;
	font-family:trebuchet ms, arial, sans-serif;
}
a:visited {
	color: orange;
	font-family:trebuchet ms, arial, sans-serif;
}
a:active {
	color: white;
	font-family:trebuchet ms, arial, sans-serif;
}

h1 {font-size: 14pt;}
h2 {font-size: 12pt;}
h3 {font-size: 9pt;}

div.row {
  clear: both;
  width: 900;
}

#picture {
	float:left;
	width: 104px;
	background-image: url("content/bkg_tile.gif");
	padding: 5px 5px 5px 5px;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
}

#slideshow {
float: left;
	background-image: url("content/bkg_tile.gif");
	padding: 5px 5px 5px 5px;
	margin-bottom: 25px;
	margin-top: 12px;
}

#article {
float: left;
width: 325;
padding: 7px 7px 7px 7px;
margin-left: 12px;
margin-top: 5px
}

#topbanner {
position: absolute;
	left: 130px;
	top: 11px;
	z-index: 10;
}

div.sitemap {
	float: left;
	width: 100px;
	height: 300;
	font-family: trebuchet ms;
	font-size: 13px;
	margin-top: 11px;
	margin-left: 1px;
	padding-left: 2px;
	padding-top: 140px;
}

div.sitemap p {padding-bottom: 12;}

div.page {
	width: 754px;
	float: left;
}

#navbar {
position: absolute;
	background-image: url("content/layout_tile_bkg.jpg");
	font-size:13pt;
	top: 144px;
	left: 130px;
	width: 754px;
	height: 38px;	
	z-index: 6;
}

#content {
position: absolute;
	background-image: url("content/layout_tile_bkg.jpg");
	width: 754px;
	top: 182px;
	left: 130px;
	z-index: 5;
}

#bottombanner {
position: relative;
	background-image: url("content/layout_tile_bkg_transitional.jpg");
	font-size:11pt;
	clear: both;	
	width: 754px;
	height: 40px;
	z-index: 4;
}

#footroom {
position: relative;
	background-image: url("content/bkg_tile.gif");
	padding-top: 12px;
	width: 754px;
	height: 20px;
	z-index: 1;
}

#dropmenudiv {
position:absolute;
border:1px solid black;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

li {
	padding-bottom: 5px;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-size:10pt;
}

#dropmenudiv a:hover { /*hover background color*/
background-color: lightyellow;
color: maroon;
}

#homenews {
	background-image: url("content/bkg_tile.gif");
	padding: 5px 5px 5px 5px;
}

#homenews p {
background-color: white; 
border: 3px double;
color: darkslategray;
padding: 5px;
}


