
BODY {
	background: #ffffff 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:#3E7EC5; text-decoration:underline;}
A:visited {color:#3E7EC5; text-decoration:underline;}
A:hover {color:#EC4A47; text-decoration:underline;}
A:active {color:#EC4A47; 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:#ffffff; text-decoration:none;}
A.foot:visited { color:#ffffff; text-decoration:none;}
A.foot:hover { color:#cdcdcd; text-decoration:underline;}
A.foot:active { color:#cdcdcd; text-decoration:none;}

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

.frame2
{
padding: 0px;
border: 3px solid #3f7ec5;
box-shadow: 1px 1px 2px #000000;
border-radius: 2px;
max-width: 100%;
height: auto;
}

.mainText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19px;
	line-height: 22px;
	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;
	letter-spacing: 1px;
}

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

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #ed3237;
	text-decoration: none;
	text-shadow: 1px 1px #000000;
	letter-spacing: 1px;
	font-variant: small-caps;
}

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

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

textarea {
	box-sizing: border-box;
	width: 100%;
}	


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


.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: #8c1102;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	font: bold 19px/120%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #cdcdcd,
		0px 0px 3px #cdcdcd,
		inset 0px 5px 12px #812824,
		inset 0px 15px 2px #EC4A47,
		inset 0px 25px 25px #812824;
	}


.container2Column {
  clear: both;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
 }
 
.profile2_1 {
  background-color: #;
}
.profile2_2 {
  background-color: #;
}

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


.container3Column {
  clear: both;
  padding: 0px;
  margin: 0px;
  overflow:hidden;
 }
.profile3_1 {
  background-color: #;
 }
.profile3_2 {
  background-color: #;
}
.profile3_3 {
  background-color: #;
}

@media only screen and (min-width: 700px) {
 .span3 {
  width: 32.2%;
}
.col3 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col3:first-child {
 margin-left: 0;
}
}

.container4Column {
  clear: both;
  padding: 0px;
  margin: 0px;
  overflow:hidden;
 }
.profile4_1 {
  background-color: #;
 }
.profile4_2 {
  background-color: #;
}
.profile4_3 {
  background-color: #;
}
.profile4_4 {
  background-color: #;
}

@media only screen and (min-width: 700px) {
 .span4 {
  width: 23.7%;
}
.col4 {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col4:first-child {
 margin-left: 0;
}
}

.container5Column {
  clear: both;
  padding: 0px;
  margin: 0px;
  overflow:hidden;
 }
.profile5_1 {
  background-color: #;
 }
.profile5_2 {
  background-color: #;
}
.profile5_3 {
  background-color: #;
}
.profile5_4 {
  background-color: #;
}
.profile5_5 {
  background-color: #;
}

@media only screen and (min-width: 700px) {
 .span5 {
  width: 17.8%;
}
.col5 {
  display: block;
  float: left;
  margin: 2% 0 0 2.6%;
}
.col5:first-child {
 margin-left: 0;
}
}

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 {
  width: ;
  padding: 6px 6px;
  margin: 8px 0;
  font-size: 18px;
  box-sizing: border-box;
}

form {
    display: inline-block; //Or display: inline; 
}

.no-wrap-text {
    overflow: hidden;
  }

li {
  list-style-position: outside;
  margin-left: 35px;
}

.iconDivs {
   height: 50px;
   top: 50%;
   left: 50%;
   display: flex;
   align-items: center;
}
.iconDivs > img {
   margin-right: 10px;
}

b {
  color: #ed3237;
  font-size: 21px;
}

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