/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color: #ffffff;
	background-image:url(images/SiteBG.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-size: 1.8em;
	font-weight:bold;
	color:#000080;
}

#pageWrapper {
	text-align: left;
	width: 800px;
	background-color:#FFFFFF;
	border: 1px solid #000080;
}

#headerSpacer {
	background-color:#000080;
	height:10px;
	width:800px;
}

#header {
	width:800px;
	height:103px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	padding-top:15px;
}

#headerContent {
	font-weight:bold;
	font-size:2em;
	color:#32CB29;
	margin: -60px 0px 0px 230px;
}

#leftBar {
	width:145px;
	height:606px;
	background-image:url(images/leftBar.gif);
	background-repeat:no-repeat;
	float:left;
	padding:35px 10px 0px 10px;
	margin-right: 20px;
}

#leftBar a {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#leftBar a:link, #leftBar a:visited {
	text-decoration:underline;
}

#leftBar a:hover, #leftBar a:active {
	text-decoration:none
}

#content {
	margin: 0px 20px 20px 20px;
}

#footer {
	clear:both;
	text-align:right;
}

#mwLink {
	font-size:.8em;
	font-weight:bold;
	color:#32CB29;
}

#mwLink:link, #mwLink:visited {
	text-decoration:underline;
}

#mwLink:hover, #mwLink:active {
	text-decoration: none;
}
