body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #715691;
	font-family: "Perpetua","Bell MT","Times New Roman","Didot", serif;
	font-size: 17px;
	background-image: url('../images/fade.png');
	background-repeat: repeat-x;
}

img {
	border: 0;
}

div#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
	background-color: white;
	color: black;
}

div#banner {
	float: right;
	background: url('../images/banner.jpg');
	background-color: #2f075d;
	width: 760px;
	height: 100px;
}

div#content {
	width: 759px;
	min-height: 400px;
	overflow: hidden;
}

div#text ul {
	margin: 0;
	padding-left: 65px;
	padding-bottom: 15px;
	list-style-type: square;
}

div#text a:link {
	color: #2f075d;
}

div#text a:visited {
	color: #2f075d;
}

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

div#text ul.faqs_categories {
	float: left;
	margin: 0px;
	padding-left: 30px;
	padding-bottom: 15px;
	list-style-type: none !important;
}

div#text h1 {
	color: #2f075d;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 24px;
	margin: 0;
}

div#text h2 {
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	font-size: 19px;
	color: #AC9C41;
}

div#text h3 {
	margin: 0;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #AC9C41;
}

div#text h4 {
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 20px;
	color: #2f075d;
	font-style: bold;
}

div#text p.creed {
	color: #AC9C41;
	text-align: center;
	width: 360px;
	margin-left: 70px;
	font-size: 19px;
}

div#texts p.officer {
	color: #AC9C41;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 17px;
}

div.button {
	float: left;
	width: 225px;
	margin-left: 50px;
	margin-bottom: 25px;
}

div.feed {
	float: left;
	border: 1px solid #2f075d;
	width: 225px;
	margin-left: 50px;
	margin-bottom: 30px;
}

div.feed p {
	margin: 0;
	padding-left: 10px !important;
}

.highlight {
	font-weight: bold;
	color: #2f075d;
}

div#menu {
	width: 160px;
	float: left;
}

div#text {
	float: left;
	width: 598px;
}

div#text img.pic {
	margin-left: 50px;
	margin-bottom: 20px;
	border:1px solid #AC9C41;
	padding: 2px;
	float: left;
}

div#text p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 40px;
}

div.crest {
	margin: 0px;
	text-align: center;
	padding-left: 35px;
	padding-bottom: 20px;
	width: 145px;
	float: left;
}

.crest p {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 10px !important;
}

.crest a {
	color: #2f075d;
	text-decoration: none;
}

.crest a:hover {
	color: #AC9C41;
}


div#text ul.blog {
	margin: 0;
	padding-left: 40px;
}

#copyright {
	font-size: 14px;
	text-align: center;
	color: white;
}

#copyright p {
	padding-top: 1px;
}

#sitemap {
	padding-top: 1px;
}

#sitemap p {
	text-align: center;
	color: white;
}

#sitemap a:link {
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#sitemap a:visited {
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#sitemap a:hover {
	font-size: 14px;
	color: #AC9C41;
	text-decoration: none;
}

/*Navigation*/

#menu {
width: 10em;
background: #eee;
}

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

#menu ul a {
font: bold 12px/16px;
display: block;
border-width: 1px;
border-style: solid;
border-color: white #2f075d #2f075d white;
margin: 0;
padding: 2px 3px;
color: #2f075d;
background: white;
text-decoration: none;
}

#menu ul ul a {
	border-width: 1px;
	border-style: solid;
	border-color: white white #2f075d white;
}

#menu a:hover {
color: white;
background: #2f075d;
border-color: #2f075d #2f075d #2f075d #2f075d;
}

#menu li {position: relative;}

#menu ul ul {
border-width: 1px;
border-style: solid;
border-color: #2f075d #2f075d white #2f075d;
position: absolute;
top: 0;
left: 100%;
width: 100%;
display: none;
}

div#menu ul li:hover ul 
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a {
font: 17px "Perpetua","Bell MT","Times New Roman","Didot", serif;
}
</style>
<![endif]-->