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

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

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

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

.mainText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #990033;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
	
h1 {
	font-family: Georgia, Times New Roman, Times, serif, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #FFBB00;
	text-decoration: none;
	letter-spacing: 1px;
	}

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

.frame
{
padding: 0px;
border: 1px solid #CCC;
box-shadow:1px 1px 2px #ccc;
border-radius:12px;
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;
}

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

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

input[type=text] {
  width: ;
  padding: 6px 6px;
  margin: 8px 0;
  font-size: 18px;
  box-sizing: border-box;
}
input[type=submit] {
  width: ;
  padding: 6px 6px;
  margin: 8px 0;
  font-size: 18px;
  box-sizing: border-box;
}
select {
   font-size: 18px;
}

