@charset "UTF-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
body {
background-color:#8850E4;
}
body {
	background-color: #753BD3;
}
a {
	font-size: 14px;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #5B2A96;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Lucida Console, Monaco, monospace;
}
h3 {
	color: #5B2A96;
	font-size: large;
	text-align: left;
	font-weight: bold;
}
h4 {
	color: #060;
	font-size: large;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
td h3 {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td h4 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 800px;
}
#main_content {
	clear: both;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #B887ED;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#main_content a:link {
	color: #5B2A96;
}
#main_content a:visited {
	color: #5B2A96;
}
#main_content a:hover {
	color: #060;
}
#main_content p {
	text-align: left;
	height: 125%;
}
#main_content blockquote {
	font-family: "Lucida Console", Monaco, monospace;
	font-style: italic;
	text-align: right;
	font-size: 12px;
	line-height: 1.75;
}
#main_content ol li {
	text-align: left;
}
#main_content h3 {
	margin: 0px;
	padding: 0px;
}
#main2 {
	clear: both;
}

#gallery {
font-size:32px;
text-align:center;
color:#FFFFFF;
padding-bottom:15px;
padding-top:15px;
}

#contact1 {
	font-size:medium;
	margin-left:25px;
	margin-top:0px;
	float:left;
	padding: 0px;
	line-height: 150%;
	width: 275px;
	text-align: center;
}

#contact2 {
	margin-top:25px;
	margin-right: 25px;
	margin-left: 325px;
	margin-bottom: 0px;
	width: 400px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#call_to_action {
}
#call_to_action p {
	text-align: center;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
}
#footer {
	clear: both;
	text-align: center;
	width: 760px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #3A1A5E;
}
.emphasis_green {
	color: #060;
	font-size: medium;
}
/* CSS Document */

#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(/images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 20px;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
	text-decoration: none;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
	background-image: url(/images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#navcontainer li a:hover
{
	color: #BA8BE6;
}
#wrapper #main_content p.adbox {
	background-color: #DBCDED;
	border: thin solid #342B30;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 20%;
	float: right;
}

