body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;	
	background-color:#FFFFFF;
	color: #333333;
}
#pagewrapper {
	margin: 5px;
}

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

a:hover {
	color:#003333
	text-decoration:underline
	color: #003333;
	text-decoration: underline;
	color: #003333;
}
		
a:visited {
	color:#006666;
	text-decoration: none;
}

h1 {
	color: #330033;
	font-size: 0.75em;
	font-weight: normal;
	margin: 0 0 3px 1%;
}
h2, h3, h4 {
	margin: 0;
	line-height: normal;
	color: #330033;
}
h2 {
	font-size: 1.35em;
	padding-top: 5px;
}
h3 {
	font-size: 1.2em;
	text-align: center;
}
h4 {
	font-size: 1.1em;
}
/* removes deep indent of lists */
ul {
	list-style: square outside;
	margin: 0;
	padding:0 0 0 15px;
}
/* ID Styles */
#border{
	border: 1px solid #330033;
}
#footer {
	border: 1px solid #666666;
	font-size: 0.em;
	padding: 12px;
	color: #330033;
	background-color: #D7E1E1;
	text-align: right;
	font-size: .9em;
}

#maincolumn {
	padding: 10px;
}

/*Class Styles */
.smallText {
	font:11px/14px arial;
	color:#330033;
}
.pageHeader {
	font-size: 16px;
	line-height: 20px;
	color: 330033;
	letter-spacing: 0.08em;
	text-align: center;
}
.subheadinline {
	font_weight: bold;
	color: #330033
}
.quoteText {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #062914;
}

