BODY {
	background: #000000 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:#660000; text-decoration:underline;}
A:visited {color:#660000; text-decoration:underline;}
A:hover {color:#000000; text-decoration:underline;}
A:active {color:#000000; text-decoration:underline;}

A.nav:link { color:#333333; text-decoration:none; font-family:"Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 20px;}
A.nav:visited { color:#333333; text-decoration:none;}
A.nav:hover { color:#000000; text-decoration:underline;}
A.nav:active { color:#000000; text-decoration:none;}

.mainText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
	letter-spacing: 3px;
}

.mainText2 {
	font-family: "Calisto MT", Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
	letter-spacing: 3px;
   text-shadow: 1px 1px #000000;
}

h1 {
	font-family: "Copperplate Gothic Light", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #002037;
	text-decoration: none;
}

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

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

.frame
{
padding: 0px;
border: 1px solid #00360d;
box-shadow: 1px 1px 2px #ccc;
border-radius: 2px;
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: 0px;
max-width: 100%;
height: auto;
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #cdcdcd;
	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:1px;
	box-shadow:
		3px 3px 12px #cdcdcd,
		0px 0px 3px #cdcdcd,
		inset 0px 5px 12px #cdcdcd,
		inset 0px 15px 2px #cdcdcd,
		inset 0px 25px 25px #cdcdcd;
	}
	
	.container2Column {
  clear: both;
  padding: 10px;
  margin: 0px;
  overflow:hidden;
 }
 
.profile2_1 {
  background-color: #;
}
.profile2_2 {
  background-color: #;
}

@media only screen and (min-width: 480px) {
.span2 {
  width: 48.4%;
}
.col2 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col2:first-child {
  margin-left: 0;
}
}