
BODY {
	background: #E5C94C url(background.jpg) no-repeat center center fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	}


A:link {color:#660000; text-decoration:underline;}
A:visited {color:#660000; text-decoration:underline;}
A:hover {color:#000000; text-decoration:underline;}
A:active {color:#000000; text-decoration:underline;}

A.nav:link { color:#2D1805; text-decoration:none;}
A.nav:visited { color:#2D1805; text-decoration:none;}
A.nav:hover { color:#2D1805; text-decoration:underline;}
A.nav:active { color:#2D1805; text-decoration:none;}

.mainText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: none;
	letter-spacing: 1px;
}

.headerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 29px;
	font-weight: normal;
	color: #5C96B0;
	text-decoration: none;
	font-variant: small-caps
}

.headerText2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 21px;
	font-weight: normal;
	color: #92561E;
	text-decoration: none;
}
.footerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.navText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.frame {
padding: 0px;
border: 0px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 18px;
max-width: 100%;
height: auto;
}

.iframe {
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 18px;
max-width: 100%;
height: 350px;
}

.smallframe {
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 18px;
}

.resize {
max-width: 100%;
height: auto;
}


.block {
padding: 0px;
border: 1px solid #cccccc;
background: #FCB200;
padding: 5px;
box-shadow: 1px 1px 2px #ccc;
border-radius: 12px;
}

.shadow {
     text-shadow: 1px 1px #dbdbdb;
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;;
	background: #073131;
	border: 1px solid #E3C677;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	font: bold 20px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:7px;
	box-shadow:
		3px 3px 6px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #000000,
		inset 0px 15px 2px #000000,
		inset 0px 25px 25px #2E3144;
	}