body {
	background-color:#FFF;
	font-size:10pt;
	font-family:Arial;
	margin:0;
	padding:0;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	color:#FC6;
	font-weight: bold;
}

#page {
width:900px;
background-image:url(images/page.png);
margin:auto;
padding:auto;
}

#header {
	clear:both;
	width:850px;
	height:106px;
	background-image:url(images/header.png);
	padding-top:40px;
	padding-left:50px;
	text-align: left;
}

#sidebarnav {
	margin-left:-5px;
	margin-top:10px;
	text-align: center;
	color: #CCC;
}
  
#sidebarnav a {
	width:200px;
	display:block;
	clear:both;
	padding-left:12px;
	padding-top:6px;
	height:25px;
	border-bottom:2px solid #333333;
	color:#FC3;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background-color:#3b3b3b;
  }
  
  
#sidebarnav a:hover, #sidebarnav a.active {
	background-color:#3f3f3f;
	text-decoration:none;
	color:#0C3;
	font-weight: normal;
	text-align: center;
}

#mainarea {
width:870px;
clear:both;
padding-left:40px;
}

#contentarea {
	width:565px;
	padding-right:40px;
	padding-bottom:20px;
	float:left;
	line-height:14pt;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

#sidebar {
	float:left;
	width:215px;
	background-image:url(images/sidebartop.png);
	background-repeat:no-repeat;
	line-height:14pt;
	text-align: center;
}

#footer {
width:900px;
clear:both;
height:50px;
padding-top:45px;
text-align:center;
line-height:14pt;
background-image:url(images/footer.png);
background-repeat:no-repeat;
background-color:#FFFFFF;
}

h1, h1 a {
	font-size:38pt;
	color:#FFD700;
	margin:0;
}h2 {
font-size:15pt;
color:#FFFFFF;
padding-top:6px;
}

.description {
	font-size:x-small;
	color:#FF0;
	margin:0;
	font-weight: normal;
	text-align: left;
}

a {
	color:#0F3;
	text-decoration:none;
}

a:hover {
text-decoration:underline;
}
#page #mainarea #contentarea p {
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
.mm {
	font-style: italic;
}
.cc {
	color: #0FF;
}
.tt {
	color: #9FF;
}
#page #mainarea #contentarea p strong {
	font-weight: normal;
	color: #FFF;
}
.gg {
	color: #FFF;
}
#page #mainarea #contentarea p {
	color: #FFF;
	font-weight: normal;
	font-size: 9pt;
	text-align: center;
}
