@charset "utf-8";
/* CSS Document */

body {
	background-color: #f6efff;
	margin: 0px;
	padding: 0px;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #230c40;
	line-height: 18px;
	}

a:hover {
	color:#000000;
	text-decoration:none;
	}

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

#container {
	margin: 0 auto;
	width: 822px;
	}
	
#header {
	background-image: url(../images/headerPurple.jpg);
	background-repeat: no-repeat;
	height: 123px;
	margin: 0px 0px 0px 0px;
	padding: 22px 23px 0px 36px;
	width: 743px;
}

#header h1 {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	width: 324px;
	height: 116px;
	float: left;
	}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 324px;
	padding: 116px 0px 0px 0px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	}
	

#header p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #230c40;
	margin: 0px 0px 7px 0px;
	line-height: 11px;
	}
	
.clearLeft {
	width: 0px;
	height: 0px;
	clear: left;
	}
	
#content {
	width: 732px;
	background-image:url(../images/backgroundPurple.gif);
	margin: 0px;
	padding: 20px 45px;
	}
	
#content h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #230c40;
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
#content h3 {
	background-color: #d2c7e2;
	border: 1px solid #7b529e;
	color: #230c40;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	width: 97%;
	}
	
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #230c40;
	line-height: 18px;
	}
	
.articleLeft {
	float:left;
	padding:0 15px 0 0;
	width:215px;
	}	
	
.articleLeft p {
	text-align:center;
	}
	
	
#footer {
	background-image:url(../images/footerPurple.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 822px;
	margin: 0px;
	padding: 22px 0px 12px 0px;
	text-align: center;
	}
	
.small {
	font-size: 10px;
	}
	
.smallCenter {
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	}

