body {
	background-color: #333333;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

img {
border: none;
}

/* ### POSITIONING ### */
#wrapper {
	background-color: #F1EAF4;
	position: relative;
	width: 800px;
	margin: 0px auto 0px -400px;
	left: 50%;
	background-image:url(images/main_bg.gif);
	background-repeat:no-repeat;
}

#header {
	background-color: #D6CFD9;
	height: 137px;
	width: 800px;
}

#header-right {
	width: 240px;
	margin: 0;
	padding: 26px 15px 0 0;
}

#topnav {
	height: 24px;
	width: 766px;
	background-color: #7B4F94;
	border: 1px solid #6D4990;
	margin-top: 8px;
	margin-left: 16px;
}

#content {
	width: 800px;
	font-size: 1.1em;
}

.left {
	float: left;
	width: 510px;
	margin-left: 16px;
	padding-left: 16px;
	line-height: 1.6em;
	color: #333333;
}

.right {
	width: 205px;
	margin-left: 565px;
	
}

.wide {
	width: 740px;
	margin-left: 16px;
	padding-left: 16px;
	line-height: 1.6em;
	color: #333333;
}

.column1 {
	float: left;
	width: 200px;
	margin-left: 16px;
	padding-left: 16px;
}

.column2 {
	float: left;
	width: 200px;
	margin-left: 70px;
}

.column3 {
	width: 200px;
	margin-left: 570px;
}

.floatRight {
	float: right;
}

/* ### STYLING ### */
/* Headers  */
h1 {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	margin: 0;
	text-indent: -3000px;
	height: 90px;
	width: 335px;
}

h2 {
	background-color: #C4A1D1;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-variant: small-caps;
	font-weight: normal;
	color: #FFFFFF;
	margin: 1px 16px 0 16px;
	padding: 4px 0 5px 16px;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #450F7C;
	margin: 16px 0 16px 16px;
	padding-left: 16px;
}

h4 {
	background-color: #C4A1D1;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-variant: small-caps;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #B794C3;
	padding: 4px 0 5px 0;
}

h4 a {
	color: #FFFFFF;
	text-decoration: none;
}

h4 a:hover {
	color: #7B0F45;
	text-decoration: none;
}

/* general */
a {
	color: #7B0F45;
	text-decoration: none;
}

a:hover {
	color: #7B0F45;
	text-decoration: underline;
}

.spacer10 {
 height: 10px;
 clear: both;
}

.spacer20 {
 height: 20px;
 clear: both;
}

.dotline {
	height: 1px;
	border-top: 1px dotted #999;
	margin: 16px 32px;
	clear: both;
}

a.blogLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #D4CAD8;
	text-align: center;
	display: block;
	width: 111px;
	padding: 18px 0;
	background: #7B4F94;
}

a:hover.blogLink {
	color: #fff;
	text-decoration: none;
}

/* top nav */
ul#navlist {
	margin: 0;
	padding-top: 5px;
	padding-left: 10px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#navlist li {
	float:left;
	display: inline;
	list-style-type: none;	
	padding: 0 56px 0 0;
}

#navlist li.last {	
	float: right;
	padding-right: 10px;
}

#navlist li.lastactive {	
	float: right;
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
}

#navlist li.active {
	color: #fff;
	text-decoration: none;
}

#navlist a:link, #navlist a:visited {
	color: #D4CAD8;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	text-decoration: none;
}

ul.description {
	list-style-type: none;
	color: #333333;
	margin: 0 0 16px 20px;
}

.description li {
	line-height: 1.6em;
}

.indexnumber {
	font-size: 1.1em;
	color: #FFFFFF;
	text-align: center;
	background-color: #78529C;
	width: 14px;
	padding: 3px;
	margin-top: 4px;
}

.back a {
	float: right;
	width: 128px;
	height: 22px;
	background-image:url(images/btn_back.gif);
	background-repeat:no-repeat;
	padding: 4px 0 4px 16px;
	margin-top: 8px;
	margin-right: 10px;
	color: #D4CAD8;
}

.back a:hover {
	background-image:url(images/btn_back_o.gif);
	background-repeat:no-repeat;
	color: #fff;
	text-decoration: none;
}

.AccordionPanelContent img {
	margin-right: 20px;
	margin-bottom: 10px;
}

table {
	margin-top: 26px;
}

td {
	padding-top: 10px;
}

td.label {
	font-weight: bold;
}

.clearer {
	clear: both;
}
#footer {
	/*margin: 0 auto;*/
	width: 800px;
	height: 20px;
	padding: 10px 0;
	background-color: #333333;
	color: #999;
}
.copyright {
	float: left;
	padding-left: 32px;
}
.credit {
	float: right;
	padding-right: 32px;
}

.credit a, .credit a:hover {
	color: #999900;
}

blockquote {
	line-height: 16px;
	margin-left: 60px;
	margin-bottom: 20px;
}
