
/*BODY {background:url(back_darkblue.jpg) repeat}*/

BODY {
	background: #000000 url(background.jpg) no-repeat center center fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	}
	
A:link {color:#72021F; text-decoration:underline;}
A:visited {color:#72021F; 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;}
A.nav:visited { color:#ffffff; text-decoration:none;}
A.nav:hover { color:#a6acb4; text-decoration:underline;}
A.nav:active { color:#a6acb4; text-decoration:none;}

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

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: small-caps;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	color: #72021F;
	text-decoration: none;
	letter-spacing: 1px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #CFE97B;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: small-caps;
   text-shadow: 1px 1px #000000;
	}
	
.headersmText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #1A5121;
	text-decoration: none;
	}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
.frameSmall
{
padding: 0px;
border: 1px solid #CCC;
box-shadow:1px 1px 2px #ccc;
border-radius:0px;
}

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

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

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #520C19;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	font: bold 17px/120%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #520C19,
		inset 0px 15px 2px #8D1423,
		inset 0px 25px 25px #520C19;
	}
	