body {
background-color:#333333;
font-size:10.5pt;
font-family:Arial;
text-align:justify;
margin:0;
padding:0;
color:#FFFFFF;
}

#page {
width:900px;
background-color:#333333;
background-image:url(images/page.png);
margin:auto;
padding:auto;
}

#header {
clear:both;
width:840px;
height:129px;
background-image:url(images/headeranime.gif);
background-color:#333333;
background-repeat:no-repeat;
padding-top:40px;
padding-left:60px;
}
  
#sidebarnav a {
	width:200px;
	display:block;
	clear:both;
	padding-left:12px;
	padding-top:6px;
	height:25px;
	border-bottom:2px solid #9ba99b;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background-color:#a3aea3;
  }
  
  
#sidebarnav a:hover, #sidebarnav a.active {
	background-color:#9ba99b;
	text-decoration:none;
	color:#FFFFFF;
}

#mainarea {
width:860px;
clear:both;
padding-left:50px;
}

#contentarea {
width:560px;
padding-right:30px;
padding-bottom:20px;
float:left;
line-height:14pt;
}

#sidebar {
float:left;
width:215px;
padding:10px;
background-image:url(images/sidebartop.png);
background-repeat:no-repeat;
line-height:14pt;
}

#footer {
width:900px;
clear:both;
height:35px;
padding-top:40px;
text-align:center;
line-height:14pt;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
}

h1 {
font-size:25pt;
color:#FFFFFF;
margin:0;
}

h2 {
font-size:15pt;
color:#FFFFFF;
padding-top:6px;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

p
{ 
line-height: 1.4;
text-indent: 30pt;
}

.description {
font-size:14pt;
color:#FFFFFF;
margin:0;
}

a {
color:#FFFFCC;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}