
/*BODY {background: #ffffff url("spacer.gif") no-repeat}*/

BODY {
	background: #ffffff url("background.jpg") no-repeat center center fixed;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background-image.jpg', sizingMethod='scale')";
	background-size: cover;
	}

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

A.nav:link { color:#C42D26; text-decoration:none; font-size: 18px; font-family: Arial, Helvetica, sans-serif;}
A.nav:visited { color:#C42D26; text-decoration:none; font-size: 18px; font-family: Arial, Helvetica, sans-serif;}
A.nav:hover { color:#000000; text-decoration:underline; font-size: 20px; font-family: Arial, Helvetica, sans-serif;}
A.nav:active { color:#000000; text-decoration:none; font-size: 20px; font-family: Arial, Helvetica, sans-serif;}

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.mainText {
	font-family: Times, 'Times New Roman', Georgia, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
	
	
.headerText {
	font-family: 'Century Gothic',Futura,'URW Gothic L', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #7a003b;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.headerText2 {
	font-family: 'Century Gothic',Futura,'URW Gothic L', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 23px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
	
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #1A5121;
	text-decoration: none;
	}
	
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}	


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

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

.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: #7A003B;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	font: bold 16px/120%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-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;
	-moz-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;/* 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;
	}
	