@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(images/wallpaper.jpg);
	background-repeat: repeat;
	list-style-image: url(images/purple_bullet.jpg);
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16pt;
	color: #823293;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #823293;
	text-align: center;
	padding-bottom: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #00ABAD;
	text-align: left;
}
.purpleText {
	color: #823293;
	text-align: center;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
	padding-right: 8px;
	padding-left: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
a:link {
	color: #813792;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8C3F99;
}
a:hover {
	text-decoration: underline;
	color: #EE1F24;
}
a:active {
	text-decoration: none;
}
#mainText {
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar {
	font-size: 9pt;
	color:#FFF;
	padding-right: 4px;
	padding-left: 4px;;
	background-position: 100%;
}
#sidebar a:link {
	color:#FF0;
}
.small {
	font-size: 7pt;
	text-indent: 10px;
	font-weight: normal;
}
.reverse {
	font-weight: bold;
	color: #FFF;
	font-size: 8pt;
}
.reverse a:link{
	font-weight: bold;
	color: #00ABAD;
}
.reverse a:visited{
	font-weight: bold;
	color: #6CC;
}
.reverse a:hover{
	font-weight: bold;
	color: #FF0;
}
.reverse a:active{
	text-decoration: none;
}
.question {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #00ABAD;
	font-style: italic;
}
.answer {
	margin-right: 30px;
	margin-left: 30px;
}
#mainText h4{
	font-size: 12px;
	color: #EE1F24;
	text-align: center;
	padding-top: 10px;
}
#mainText h4 a:link{
	color: #EE1F24;
	text-decoration: none;	
}
#mainText h4 a:visited{
	color: #EE1F24;	
}
#mainText h4 a:hover{
	color: #00ABAD;
	text-decoration: underline;	
}
#mainText h4 a:active{
	color: #EE1F24;	
}
.sideLink {
	font-weight: bold;
	color: #FFF;
	font-size: 9pt;
}
.sideLink a:link{
	font-weight: bold;
	color: #8C3F99;
}
.sideLink a:visited{
	font-weight: bold;
	color: #8C3F99;
}
.sideLink a:hover{
	font-weight: bold;
	color: #FF0;
}
.sideLink a:active{
	font-weight: bold;
	color: #8C3F99;
}
