/*

*/

{
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #FF381A;
}

a:hover {
	text-decoration: none;
}

body {
	line-height: 1.75em;
	background: #E6E4D8;
	font-size: 11.5pt;
	color: #5A6466;
}

body,input {
	font-family: Kreon, serif;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
	font-weight: normal;
}


h2 {
	font-size: 1.5em;
}

h2,h3,h4{
	font-family: "Open Sans", sans-serif;
	color: #330059;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.25em;
	font-weight:bold;
}

h4 {
	font-size: 1em;
	padding: 15px;
	margin-top: -1em;
	margin-bottom: -1.5em;
}

dd ul li {
	padding: 10px 10px 10px 10px;
	margin: 8 8px 0 8px;
	margin-top: 20px;
	margin-left:30px;
	margin-bottom: -15px;
}

img.alignleft {
	float: left;
	margin: 5px 30px 20px 0;
}

img.alignright {
	float: left;
	margin: 55px 30px 20px 0;
	position: absolute;
	top: -90px;
	left: 650px;
}


img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

a {
	color: #330059;
}

.box {
	margin: 0 0 50px 0;
}

#content {
	padding: 0;
	width: 615px;
	margin: 0 0 0 285px;
}

#footer {
	padding: 10px 0 10px 0;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
	color: #587477;
	font-size: 12px;
	width: 800px;
	margin-left: 80px;
	border-top: solid 1px #BFB5A4;

}

#footer a {
	color: #587477;
}

#footer2 {
	color:white;
	text-align:center;
	font-size: 12px;
	width:100;
	height: 30px;
	background-color: #39275B;
}
	
.gold{
	color:#C79900;
}

#header {
	background-color: #39275B;
	height: 130px;
	padding: 40px;
	position: relative;
}

#logo {
	position: absolute;
	top: 50px;
	left: 0px;
	height: 130px;
	line-height: 130px;
}



#menu {
	line-height: 57px;
	position: absolute;
	right: 10px;
	top: 155px;
	height: 57px;
	font-family: "Open Sans", sans-serif;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-size: 1.15em;
}

#menu ul {
	padding: 0 20px 0 20px;
	list-style: none;
}

#menu ul li {
	display: inline;
	padding: 10px 10px 10px 10px;
	margin: 8 8px 0 8px;


}

#menu ul li.active {
	background: #F2EBDE;
	border: solid 1px #BFB5A4;
	box-shadow: inset 0px 0px 0px 1px #fff;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.9);
}

#menu ul li.active a {
	color: #330059;
}

.purple{
    color: #330059;
}

#page {
	margin: 0;
	position: relative;
	width: 900px;
	padding: 20px 40px 0 40px;
}

#page .section-list {
	padding-left: 0;
	list-style: none;
}

#page .section-list li {
	padding: 25px 0 25px 0;
	clear: both;
}

#page ul {
	list-style: none;
	
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#sidebar {
	position: relative;
	left: -20px;
	top: -20px;
	float: left;
	width: 240px;
	background: #E6E4D8;
	padding: 20px;
	border: solid 1px #D6E0E2;
	margin: 0 10px 0 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px #fff;
}

#wrapper {
	width: 978px;
	position: relative;
	background: #FFF;
	margin: 0 auto 0 auto;
	box-shadow: 0px 0px 150px 0px rgba(0,0,0,0.15);
	border: solid 1px #82A7AD;
}