/* Layout Formatting */

	body {
	text-align: center;
	min-width: 740px;
	background-image: url(../img/crown.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}

	#wrapper {
	margin:0 auto;
	width:740px;
	text-align: left;
	background: #3d3d3d;
	}
	
	#title {
	width: 740px;
	}
	
	.top_left {
	width: 105px;
	height: 120px;
	background-image: url(../img/header/purple_logo.gif);
	}
	
	.bottom_left {
	width: 105px;
	height: 38px;
	}
	
	.top_right {
	width: 605px;
	height: 120px;
	background-image: url(../img/header/purple_name.gif);
	}
	
	.bottom_right {
	width: 605px;
	height: 38px;
	background-image: url(../img/header/purple_sub.gif);
	}
	
	#centercontent {
	float: inherent;
	width: 550px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #E0E48D;
	}
	
	#centercontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	}
	
	#rightcontent {
	display: inline;
	float: right;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
	#rightcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	}
	
	.RTtop {
	width: 160px;
	height: 5px;
	background-image: url(../img/header/top_purple.gif);
	background-repeat: no-repeat;
	}
	
	.RTcenter {
	background: #CEADB8;
	}
	
	.RTbottom {
	width: 160px;
	height: 10px;
	background-image: url(../img/header/bottom_purple.gif);
	background-repeat: no-repeat;
	}

	.footer {
	float:inherent;
	clear:both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background: #AA6B90;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	}

/* Element formatting */

	.BodyHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	padding-right: 10px;
	}
	
	.ColumnHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	padding-right: 10px;
	}
		
	.headline {
	margin-left: 10px;
	}
	
	.hr {
	size:2; 
	noshade:noshade; 
	color:#904A7B;
	margin-top:7px; 
	margin-left: 10px;
	margin-right: 10px;
	}

	#centercontent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-top:0px;
	background-position: center;
	line-height: 15px;
	padding-top: 5px;
	}	
	 
	#centercontent ul li {
	list-style: none;
	background-image: url(../img/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: -29px;
	padding-left: 10px;
	vertical-align: top;
	padding-bottom: 4px;
	}

	#centercontent ul li li {
	list-style: none;
	background-image: url(../img/bullet_grey_sq.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
	vertical-align: top;
	padding-bottom: 4px;
	}
		
	#rightcontent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-top:-5px;
	margin-bottom: 5px;
	background-position: center;
	line-height: 15px;
	padding-top: 5px;
	}	
	 
	#rightcontent ul li {
	font-size: 11px;
	text-decoration: none;
	list-style: none;
	background-image: url(../img/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: -28px;
	margin-right:10px;
	padding-left: 10px;
	vertical-align: top;
	padding-bottom: 4px;
	}

	#rightcontent ul li li {
	list-style: none;
	background-image: url(../img/bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 3px;
	margin-left: -41px;
	margin-right: 10px;
	}
	
	.secondary_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	text-decoration: none;
	}
	
	a, visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	}
		
	a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #753C64;
	text-decoration: underline;
	}
		