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


/*BODY {background: #ffffff url(background.jpg) no-repeat center center fixed; 
			background-size: cover;} */
			
@font-face {     font-family: "Copperplate Gothic Light";     src: url("CopperplateGothicLight.ttf"); }

A:link {color:#e5611b; text-decoration:underline;}
A:visited {color:#e5611b; text-decoration:underline;}
A:hover {color:#801738; text-decoration:underline;}
A:active {color:#801738; text-decoration:underline;}

A.top:link {color:#000000; text-decoration:none;}
A.top:visited {color:#000000; text-decoration:none;}
A.top:hover {color:#990033; text-decoration:underline;}
A.top:active {color:#990033; text-decoration:underline;}

A.nav:link { color:#ffffff; text-decoration:none; font-family: "Copperplate Gothic Light", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bolder; text-shadow: 2px 2px #000000; }
A.nav:visited { color:#ffffff; text-decoration:none; font-family: "Copperplate Gothic Light", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bolder; text-shadow: 2px 2px #000000; }
A.nav:hover { color:#FFE823; text-decoration:underline; font-family: "Copperplate Gothic Light", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 19px; font-weight: bolder; text-shadow: 2px 2px #000000; }
A.nav:active { color:#FFE823; text-decoration:none; font-family: "Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 18px; text-shadow: 2px 2px #000000; }

A.foot:link { color:#000000; text-decoration:none;}
A.foot:visited { color:#000000; text-decoration:none;}
A.foot:hover { color:#660c2c; text-decoration:underline;}
A.foot:active { color:#660c2c; text-decoration:none;}

.frame1
{
padding: 0px;
border: 2px solid #ffffff;
box-shadow:1px 1px 2px #000000;
border-radius:2px;
}

.frame2
{
padding: 0px;
border: 3px solid #801738;
box-shadow:1px 1px 2px #000000;
border-radius:6px;
}

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

.iframe
{
padding: 0px;
border: 0px solid #CCC;
box-shadow: 0px 0px 0px #ccc;
border-radius: 8px;
max-width: 100%;
height: 400px;
}

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

.mainText2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #0c4351;
	text-decoration: none;
}

.mainText3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #0c4351;
	text-decoration: none;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #801738;
	text-decoration: none;
	text-shadow: 2px 2px #e5e5e5;
}

.footerText {
	font-family: "Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}

.bibliography {
	text-indent: -40px;
	text-align: justify;

}
	
	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 19px/120%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #FDD705,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #FDD705;
	}

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;
}


/* a few font sets
"Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif
"Trebuchet MS", Arial, Helvetica, sans-serif
Georgia, Times New Roman, Times, serif
*/