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

body {
	background: #5e4a7c;
	margin: 0px;
}

#container {
	width: 900px;
	background: url(images/background.png);
	padding-left: 50px;
	padding-right: 50px;
	border-left: 1px solid #C9C;
	border-right: 1px solid #C9C;
}

#header {
	width: 900px;
	height: 160px;
	padding-top: 10px;
	background: url(images/header_bg.png) center no-repeat;
}

.clear_strip {
	clear: both;
	width: 900px;
	height: 20px;
}

#menu {
	float: left;
	width: 186px;
	height: 216px;
	padding-top: 4px;
	padding-right: 14px;
	overflow: hidden;
	background: url(images/menu_bg.png) top center no-repeat;
}

#main {
	float: right;
	width: 680px;
	padding-left: 18px;
}

#content_topborder {
	width: 680px;
	height: 20px;
	background: url(images/content_topbg.png) bottom center no-repeat;
}

#content {
	width: 578px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	background: #FFF;
	border-left: 1px solid #C9C;
	border-right: 1px solid #C9C;
}

#content_top {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#call_to_action {
	text-align: center;
	border: 1px solid #C9C;
}

#content_left {
	float: left;
	width: 270px;
	padding-right: 10px;
}

#content_right {
	float: right;
	width: 270px;
	padding-left: 10px;
}

#content_bottomborder {
	width: 680px;
	height: 20px;
	background: url(images/content_bottombg.png) bottom center no-repeat;
}

#footer {
	clear: both;
	width: 900px;
	height: 40px;
	padding-top: 20px;
	background: url(images/footer_bg.png) center no-repeat;
}

.h1 {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
}

a.h1:link {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

a.h1:visited {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

a.h1:hover {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	color: #6E2A8D;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

a.h1:active {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	color: #6E2A8D;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

.h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	color: #6E2A8D;
	font-size: 19px;
	font-weight: bold;
}

.h3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

a.h3:link {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.h3:visited {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.h3:hover {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #D4AFD1;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.h3:active {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #D4AFD1;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.h4 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	color: #D4AFD1;
	font-size: 19px;
	font-weight: bold;
}

.h5 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #D4AFD1;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

.p1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}

.p2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #5e4a7c;
	font-size: 14px;
}
