body {
background-color:#666666;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
color:#FFFFFF;
}

#page {
width:960px;
background-color:#FFFFFF;
margin:auto;
padding:auto;
}

#picturelinks1 {
	position: relative;
	top: 319px;
	left: 390px;
	width: 330px;
	height: 50px;
}

#header {
clear:both;
width:920px;
height:380px;
background-image:url(siteimages/header5.jpg);
padding-top:30px;
padding-left:40px;
}

#menulinks {
clear:both;
width:935px;
height:39px;
padding-left:25px;
background-image:url(siteimages/menulinks.jpg);
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:14px;
	height:39px;
    background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
  }

#menulinks a span {
	padding-left:8px;
	padding-right:20px;
	padding-top:9px;
	height:25px;
	display:block;
    background-image:none;
	text-decoration:none;
	cursor:default;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(siteimages/menuhover.png);
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
}

#menulinks a:hover span, #menulinks a.active span {
   background: url(siteimages/menuhoverright.png) right top no-repeat;
	text-decoration:none;
}

#mainarea {
width:1000px;
clear:both;
padding-left:40px;
}

#contentarea {
width:600px;
padding-right:30px;
float:left;
line-height:14pt;
}

#sidebar {
float:left;
width:290px;
background-repeat:no-repeat;
background-image: url(siteimages/sidebarmisc.jpg);
background-position:bottom;
line-height:14pt;
}

#footer {
width:960px;
clear:both;
height:35px;
padding-top:5px;
text-align:center;
line-height:14pt;
background-image:url(siteimages/menulinks.jpg);
background-repeat:no-repeat;
background-color:#000000;
}

h1 {
font-size:25pt;
color: #333333;
font-family: Garamond, Geneva; 
margin:0;
}

h2 {
font-size:15pt;
color:#333333;
font-family: Garamond, Geneva; 
padding-top:6px;
}

.content {
	font-size:12pt;
	font-family: Garamond, Geneva;
	color:#660000;
	margin:0;
}

.smallcontent {
	font-size:10pt;
	font-family: Garamond, Geneva;
	color: #666666;
	margin:0;
}

.description {
font-size:14pt;
color:#333333;
margin:0;
}

a {
	color: #660000;
	text-decoration:none;
	font-size: 20px;
	font-family: Garamond, Geneva; 
}

a:hover {
text-decoration:underline;
}

