@charset "utf-8";
/* CSS Document */
/* Sandstone */
/*
Colors
000			black				text
f8f4e7		off white			background
296496		dk blue				horizontal rules, menu text
b2c8cd		lt blue				sidebar background
7ac2d1		turquoise			mouseover
8f7d5a		dk brown			heading, title
c4a976		lt brown			menu background
*/


body {
	padding:0;
	margin:0;
	font-family:arial, helvetica, sans-serif;
	font-size:100%;
	text-align: center; 
	background: #fff;	
}

h1{
	font-size: 160%;
	font-weight: bold;
	color:#8f7d5a;
}

h2{
	font-size: 130%;
	font-weight: bold;
	color:#8f7d5a;
	text-align: left;
}

h3{
	font-size: 100%;
	font-weight: bold;
	color:#8f7d5a;
}

h3 a:{
	font-size: 90%;
	font-weight: bold;
	color:#0000bb;

}

h3 a:visited {
	font-size: 90%;
	font-weight: bold;
	color:#0000bb;

}

h3 a:hover {
	font-size: 90%;
	font-weight: bold;
	color:#8f7d5a;

}

h4{
	font-size: 75%;
	font-weight: bold;
	color:#8f7d5a;
}


h5{
	font-size: 160%;
	font-weight: bold;
	color:#296496;
	text-align: center;
}

h6{
	font-size: 120%;
	color:#296496;
	text-align: center;
}

h7{
	font-size: 75%;
	font-weight: bold;
	color:#296496;
}

.homeText{
	font-size: 90%;
	font-weight:bold;
	color:#8f7d5a;
}


#container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f8f4e7;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {  
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
	background: #b2c8cd;
}

#sidebar p {
	font-size: 70%;
}

#sidebar a {
	color:#296496;

	font-weight:bold;
	font-size: 70%;
}

#sidebar a:hover {
	color:#8f7d5a;

	font-weight:bold;
	font-size: 70%;
}

#sidebar h3{
	font-size: 95%;
}

#sidebar h4{
	font-size: 85%;
	color: #1e6c00;
	padding-top: 0px;
	margin-top: 0px;
}

#special {
	font-size: 80%;
	color:#0000bb;
	font-weight:bold;
	text-align:center;
}

#special p {
	font-size: 70%;
}

#special a {
	color:#0000bb;

	font-weight:bold;
	font-size: 120%;
}

#special a:hover {
	color:#8f7d5a;

	font-weight:bold;
	font-size: 120%;
}

#mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: 250px 100px;
	text-align: justify; 
} 

#mainContent li { 
	padding-bottom: 10px;
	text-align: justify;
	
}

#mainContent dt { 
	font-size: 100%;
	font-weight: bold;
	color:#8f7d5a;	
}

#mainContent dd { 
	font-size: 100%;
	font-weight: bold;
	color:#000000;
	text-align: justify;	
}

#mainContent2 { 
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: 475px 130px;
	text-align: justify;
} 

#mainContent2 h4 { 
	text-align: center;
	
}

#mainContent2 li { 
	padding-bottom: 10px;
	text-align: justify;
	
}

#mainContent2 img { 
	padding-top: 30px;
	text-align: center;
	
}

#mainContent2 dt { 
	font-size: 100%;
	font-weight: bold;
	color:#8f7d5a;	
}

#mainContent2 dd { 
	font-size: 100%;
	font-weight: bold;
	color:#000000;
	text-align: justify;	
}

.imageRight {
	padding: 10px;
}

.borderTop {
	width: 770px;
	height: 15px;
	padding: 0px;
	margin: 0px;
}

.borderBottom {
	width: 770px;
	height: 15px;
	padding: 0px;
	margin: 0px;
}

.menu {
	position:relative;	
	background-image: url(../images/menu-middle.jpg);
	background-repeat: repeat;
	background-color: #c4a976; 
	width: 770px;
	height: auto;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	font-size: 75%;
	color: #296496;
	font-weight: bold;
	text-align: center;
}

.menu a
{
	color:#296496;
	text-decoration:none;
	font-weight:bold;
}

.menu a:hover
{
	color:#7ac2d1;
	text-decoration:none;
	font-weight:bold;
}

.menu_current
{
	color:#7ac2d1;
	text-decoration:none;
	font-weight:bold;
}

.link a {
	text-align: center;
	font-weight: bold;
	font-size: 75%;
	color: #0000bb;
}

.link a:hover {
	color:#8f7d5a;
	font-weight:bold;
}

.link2 a {
	text-align: center;
	font-weight: bold;
	font-size: 90%;

	color: #0000bb;
}

.link2 a:hover {
	color:#8f7d5a;

	font-weight:bold;
}

.formstyle-r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: right;
	color: #000000;
	text-decoration: none;
}

.formstyle-l {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #000000;
	text-decoration: none;
}

#festival { 
	text-align: center; 
} 

#festival p { 
	font-size: 100%;
	color:#296496;
	text-align: center;} 

#footer { 
	padding: 7px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/sand.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 93px;
	font-size: 11px;
	font-weight: bold;
	text-align: center; 
} 


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.centered {
	text-align: center;
	font-size: 120%;
	padding-bottom: 10px;
	color:#8f7d5a;
}

.centered2 {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.centered h2 {
text-align: center;
}

