body {
	background-color:#333333;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#333333;
	font-weight: normal;
}

#page {
width:900px;
background-image:url(images/page.png);
margin:auto;
padding:auto;
}

#header {
clear:both;
width:850px;
height:93px;
background-image:url(images/header.png);
padding-top:55px;
padding-left:50px;
}

#menulinks {
clear:both;
width:875px;
height:64px;
padding-left:25px;
background-image:url(images/menulinks.png);
margin-top:-1px;
}

* 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:11px;
	height:42px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:3px;
	margin-left:3px;
  }

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

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

.menuline {
	display:block;
	float:left;
	width:2px;
	height:42px;
	background-image:url(images/menuline.png);
}

#mainarea {
    width: 860px;
    clear: both;
    padding-left: 40px;
    height: 6800px;
    min-width: 0px;
}

#contentarea {
	width:525px;
	padding-right:30px;
	float:left;
	line-height:normal;
	padding-bottom:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#sidebar {
float:left;
width:255px;
line-height:14pt;
}

#footer {
    width: 900px;
    clear: both;
    height: 69px;
    padding-top: 1px;
    text-align: center;
    line-height: 13pt;
    background-image: url(images/footer.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    margin-left: 283px;
}

#footer a {
    color: #FFFFFF;
    text-decoration: underline;
}
#mainarea #contentarea p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 12pt;
    line-height: 14pt;
}

h1 {
    font-size: 20pt;
    color: #000000;
    margin: 0;
    text-shadow: 0px 0px #000000;
}


h1 a {
color:#FFFFFF;
}

h2 {
font-size:12pt;
color:#333333;
padding-top:6px;
}

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

a {
color:#555555;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}
