
BODY {
	background: #ffffff url(background.jpg) no-repeat center center fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	}

A:link {color:#898361; text-decoration:underline;}
A:visited {color:#898361; text-decoration:underline;}
A:hover {color:#a19b76; text-decoration:underline;}
A:active {color:#a19b76; text-decoration:underline;}

A.nav:link { color:#fffce1; text-decoration:none;}
A.nav:visited { color:#fffce1; text-decoration:none;}
A.nav:hover { color:#a19b76; text-decoration:underline;}
A.nav:active { color:#a19b76; text-decoration:none;}

A.foot:link { color:#fffce1; text-decoration:none;}
A.foot:visited { color:#fffce1; text-decoration:none;}
A.foot:hover { color:#000000; text-decoration:underline;}
A.foot:active { color:#000000; text-decoration:none;}

.mainText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	color: #171459;
	text-decoration: none;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	color: #1B3031;
	text-decoration: none;
}

.footerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.resize
{
padding: 0px;
max-width: 100%;
height: auto;
overflow: hidden;
display: inline;
}

.frame
{
padding: 0px;
border: 1px solid #000000;
box-shadow: 1px 1px 2px #ffffff;
border-radius: 6px;
max-width: 100%;
height: auto;
}

.frameHeight
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 1px;
height: 200px;
}

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

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

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

.floatBox {
  display: inline-block;
  position: relative;
  width: 360px;
  height: 220px;
  margin: 4px;
  vertical-align:top;
}

.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: #7A003B;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	font: bold 18px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #cdcdcd,
		0px 0px 3px #cdcdcd,
		inset 0px 5px 12px #7A003B,
		inset 0px 15px 2px #6D0035,
		inset 0px 25px 25px #7A003B;
	}