@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.body_purple_regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8B3780;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#left_column {
	margin: 0px;
	padding: 0px;
	clear: left;
}
#column_1 {
	width: 334px;
	padding: 0px;
	margin-top: 200px;
	margin-left: 15px;
}
#column_2 {
	width: 220px;
	margin-top: 200px;
	margin-left: 22px;
}
#secondary_wrapper {
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.dark_purple_box {
	background-color: #9d709c;
	width: 197px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-bottom: 12px;
	border: 1px solid #FFFFFF;
}
.subtitle {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}
.body_purple_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #8B3780;
}
.body_purple_callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #8B3780;
}
#boxed_text {
	display: block;
	border: 1px solid #8B3780;
}
.light_purple_box {
	background-color: #f4eff3;
	width: 197px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A3768;
	font-size: 0.9em;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-bottom: 12px;
	border: 1px solid #9D709C;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #633262;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A880A7;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #E05E00;
	margin-bottom: 2px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
}
.table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.table_header_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
a:link {
	color: #AA56A7;
	font-style: italic;
	font-weight: bold;
}

a:visited {
	color: #AA56A7;
	font-style: italic;
	font-weight: bold;
}

a:hover {
	color: #e4b6e2;
	font-style: italic;
	font-weight: bold;
}

a.whitelink:link {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

a.whitelink:visited {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

a.whitelink:hover {
	color: #e4b6e2;
	font-style: italic;
	font-weight: bold;
}


#left_column_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	padding-right: 15px;
	width: 161px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

