body {
	width: 100%;
	margin: auto;
	font-size: small;
	font-family: arial, sans-serif;
	color: #000;
	background: #663212 url("images/pageBg.jpg");
}

.wrapper {
	margin: 0px;
	padding: 0px;
	clear:both;
	background: url("images/leftBg.jpg") repeat-y top left;
}


.topLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #deb666;
	text-decoration: none;
	}
.topLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #deb666;
	text-decoration: none;
}
.topLinks a:link {
	text-decoration: none;
}
.topLinks a:visited {
	text-decoration: none;
}
.topLinks a:hover {
	text-decoration: underline;
}
.topLinks a:active {
	text-decoration: none;
}
	
.Welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.writeup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.writeup a {
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}
.writeup a:link {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}
.writeup a:visited {
	text-decoration: none;
}
.writeup a:hover {
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}
.writeup a:active {
	text-decoration: none;
}
.welcome_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.writeup_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.menu a:link {
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	display: block;
	margin: 0px;
	padding:0px;
	height: 18px;
	color: #cc4d00;
	font-weight: bold;
	text-decoration: none;
	background: url("images/menuHighlight.jpg") no-repeat top right;
	width: 145px;
}
.menu a:active {
	text-decoration: none;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.bottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.bottom a:link {
	text-decoration: none;
	color: #000066;
}
.bottom a:visited {
	text-decoration: none;
}
.bottom a:hover {
	text-decoration: underline;
}
.bottom a:active {
	text-decoration: none;
}
h1 {
      font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
      color: #660033;
      align: left
}
h2 {
      font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
      color: #800880;
      align: left
}
h3 {
      font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
      color: #800880;
      align: left
}
#      color: #003366
h4 {
      font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
      color: #008300;
      align: left
}

	#articles {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		width: 357px;
		background: url("images/articleBg.jpg") no-repeat bottom left;
	}
	#articles h2 {
		margin: 0px;
		padding: 3px 0px 6px 6px;
		color: #cc3300;
		font-size: 14px;
		background: url("images/articleHeader.jpg") no-repeat top left;
	}
	#articles ul{
		float: none;
		margin: 0px;
		padding: 6px;
	}
