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

A:link {color:#cc7906; text-decoration:underline;}
A:visited {color:#cc7906; text-decoration:underline;}
A:hover {color:#cdcdcd; text-decoration:underline;}
A:active {color:#cdcdcd; text-decoration:underline;}

A.nav:link { color:#ffffff; text-decoration:none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 22px;}
A.nav:visited { color:#ffffff; text-decoration:none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 22px;}
A.nav:hover { color:#cc7906; text-decoration:underline; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 24px;}
A.nav:active { color:#cc7906; text-decoration:none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 22px;}

.mainText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	letter-spacing: 1px;
}

.alternateText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footerText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #eec162;
	text-decoration: none;
	letter-spacing: 1px;
}

.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: #581B39;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	font: bold 19px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
		inset 0px 25px 25px #7A003B;/* Firefox */
	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;
	}

.container2Column {
  clear: both;
  padding: 10px;
  margin: 0px;
  overflow:hidden;
 }
 
.profile2_1 {
  background-color: #;
}
.profile2_2 {
  background-color: #;
}

@media only screen and (min-width: 480px) {
.span2 {
  width: 48.4%;
}
.col2 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col2:first-child {
  margin-left: 0;
}
}


.container3Column {
  clear: both;
  padding: 0px;
  margin: 0px;
  overflow:hidden;
 }
.profile3_1 {
  background-color: #;
 }
.profile3_2 {
  background-color: #;
}
.profile3_3 {
  background-color: #;
}

@media only screen and (min-width: 480px) {
 .span3 {
  width: 32.2%;
}
.col3 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col3:first-child {
 margin-left: 0;
}
}
	