

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

/* @font-face {     font-family: "Copperplate Gothic Light";     src: url("CopperplateGothicLight.ttf"); } */

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

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

A.nav:link { color:#ffffff; text-decoration:none; font-family: Georgia, Times New Roman, Times, serif; font-size: 20px;}
A.nav:visited { color:#ffffff; text-decoration:none; font-family: Georgia, Times New Roman, Times, serif; font-size: 20px;}
A.nav:hover { color:#5B96EF; text-decoration:underline; font-family: Georgia, Times New Roman, Times, serif; font-size: 22px;}
A.nav:active { color:#5B96EF; text-decoration:none; font-family: Georgia, Times New Roman, Times, serif; font-size: 22px;}

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

.mainText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}

.mainText2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	color: #90CCFF;
	text-decoration: none;
}

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

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
	color: #5B99F3;
	text-decoration: none;
}

.header2Text {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	line-height: 18px;
	font-weight: normal;
	color: #9933FF;
	text-decoration: none;
}

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

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

}

.frame
{
padding: 0px;
max-width: 100%;
height: auto;
}

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

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

/* 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
*/