
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin: 0;
	padding: 0;
	font: italic 197% "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h2 {
	font-size: 107%;
	color: #FFFFFF;
}

h3 {
	margin-bottom: 1em;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 120%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660941;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 125%;
	font-size: 107%;
}

blockquote {
	padding: 15px 0 0 20px;
	background: url(images/img11.gif) no-repeat;
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;
}

ol {
	list-style-position: inside;
}



a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #660941;
}

/* Logo */

#logo {
	width: 865px;
	height: 80px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background-color: #ffffff;
}


/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	
}

/* Content */

#content {
	float: left;
	width: 850px;
	padding: 0 0 0 110px;
	background: url(images/img04.gif) no-repeat;
}

#content .title {
	padding: 10px 10px 10px 50px;
	
}

#content .content {
	padding: 20px 20px 1px 20px;
	
}





#hp {
	float: left;
	width: 850px;
	padding: 0 0 0 110px;
	background: url(images/img04.gif) no-repeat;
}

#hp .title {
	padding: 10px 10px 10px 50px;
	
}

#hp .content {
	padding: 1px 20px 1px 20px;
	
}








#welcome {
	padding-bottom: 5px;
	margin-bottom: 5px;
	
}

.floating-box {
	float: left;
	width: 160px;
	margin: 0 20px;
	font-size: 85%;
}

.floating-box .heading {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: url(images/img08.gif) repeat-x left bottom;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}



/* Footer */

#footer {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img06.gif) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#footer p {
	margin: 0;
	font-size: 95%;
}

#footer .links {
	float: left;
	padding: 15px 0 0 97px;
	color: #660941;
}

#footer .legal {
	float: right;
	padding: 15px 90px 0 0;
	color: #660941;
}

#footer a {
	color: #660941;
}




/* Top NAV*/
#navcontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	white-space: nowrap;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
padding: 0;
position: relative;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 6px;
}

#navcontainer li a
{
padding: 5px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #660941;
border: 1px solid #d1b5c6;
background-color: #efe6ec;
}

#navcontainer li a#current
{
color: #660941;
border: 1px solid #d1b5c6;
background-color: #efe6ec;
}




/* internalNav */

#internal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#internal li { margin: 0 0 13px 0; }

#internal a
{
	display: block;
	padding: 2px 2px 2px 35px;
	width: 245px;
	height: 30px;
	background-color: #ffffff;
	background-image: url(images/over11.gif);
	line-height: 32px;
	color: #000;
}

#internal a:link, #navlist2 a:visited
{
color: #000;
text-decoration: none;
}

#internal a:hover
{
background-color: #d1b5c6;
background-image: url(images/over10.gif);
color: #fff;
}

#active2 a:link, #active2 a:visited, #active2 a:hover
{
background-color: #d1b5c6;
background-image: url(images/over10.gif);
color: #fff;
}

.eventTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660941;
}

.eventTableLeft{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660941;
}




/* OtherNav */

#other ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	
	
}

#other li {
	margin: 0 0 13px 0;
	display: block;
	padding: 2px 2px 2px 35px;
	width: 245px;
	height: 30px;
	line-height: 32px;
	background-image: url(images/otherLI.gif);
	color: #660941;
}

#other a
{
	display: block;
	padding: 2px 2px 2px 35px;
	width: 245px;
	height: 30px;
	background-color: #ffffff;
	background-image: url(images/over11.gif);
	line-height: 32px;
	color: #000;
}

#other a:link, #navlist3 a:visited
{
color: #000;
text-decoration: none;
}

#other a:hover
{
background-color: #d1b5c6;
background-image: url(images/over10.gif);
color: #fff;
}

#active3 a:link, #active3 a:visited, #active3 a:hover
{
background-color: #d1b5c6;
background-image: url(images/over10.gif);
color: #fff;
}