body {
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	background-position:top center;
	font-family:Calibri;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:0;
}

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

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

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

#contentarea {
	width:525px;
	padding-right:30px;
	padding-bottom:20px;
	float:left;
	line-height:normal;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

.widget {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

#footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:900px;
	height:100px;
	clear:both;
	padding-top:0px;
	text-align:center;
	line-height:normal;
}

h1 {
	font-family:Calibri;
	font-size:30px;
	color:#000099;
	margin:0;
}

h2 {
	text-align:center;
	font-size:26px;
	color:#0000FF;
	padding-top:6px;
	font-weight:bold;
}

h3 {
	text-align:center;
	font-size:22px;
	color:#0000FF;
	padding-top:6px;
	font-weight:bold;
}

.description {
	font-size:22px;
	color:#000000;
	margin:0;
}

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

a:hover {
	text-decoration:underline;
	color:#006600;
	font-size:16px;
}

.style9 {
	color:#0000FF;
}

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

#sidebarnav a {
	width:250px;
	display:block;
	clear:both;
	padding-left:12px;
	padding-top:6px;
	height:25px;
	border-right:3px solid #ffffff;
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	margin-top:3px;
}
  
#sidebarnav a:hover, #sidebarnav a.active {
	text-decoration:none;
	background-color:#0000CC;
	border-right:3px solid #FFFFFF;
	color:#FFFFFF;
	border:thin;
}
 
#menuBar {
	background-color:#333333;
	background-repeat:no-repeat;
	width:900px;
	padding:2px 0px 2px 0px;
}

#menuButton a {
	color:#FFFFFF;
	width:900px;
	display:inline;
	font-family:Calibri;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:10px;
	padding-right:10px;
	position:static;
}

#menuButton a:hover, #menuButton a.active{
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
}

