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

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

A.nav:link { color:#103C8E; text-decoration:none;}
A.nav:visited { color:#103C8E; text-decoration:none;}
A.nav:hover { color:#000000; text-decoration:underline;}
A.nav:active { color:#000000; text-decoration:none;}

A.foot:link { color:#ffffff; text-decoration:none;}
A.foot:visited { color:#ffffff; text-decoration:none;}
A.foot:hover { color:#dddddd; text-decoration:underline;}
A.foot:active { color:#dddddd; text-decoration:none;}

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

.headerText {
	font-size: 20px;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}

h1 {
	font-size: 20px;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}

.footerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: normal;
	color: #4078BD;
	text-decoration: none;
	letter-spacing: 1px;
}

.box
{
padding: 4px;
border: 2px solid #FF0027;
box-shadow: 1px 1px 2px #ccc;
border-radius: 12px;
width: 60%;
font-size: 14px;
line-height: 17px;
}

.frame
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 1px;
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: 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: #C7723A;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 4px;
	font: bold 19px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:1px;
	box-shadow:
		3px 3px 4px #cdcdcd,
		0px 0px 3px #cdcdcd,
		inset 0px 5px 12px #C7723A,
		inset 0px 15px 2px #C7723A,
		inset 0px 25px 25px #C7723A;
	}
	
	.anchor{
  display: block;
  height: 200px; /*same height as header*/
  margin-top: -200px; /*same height as header*/
  visibility: hidden;
}
	
	
.floatBox {
  display: inline-block;
  position: relative;
  width: 280px;
  margin: 4px;
  vertical-align:top;
}