.navigation {
	font-family : sans-serif;
	font-weight : bold;
	letter-spacing : normal;
	text-align : center;
}

body {
	background : White;
	font-family : sans-serif;
	font-weight : normal;
	letter-spacing : normal;
	text-align : center;
	text-decoration:none;
}

/* :::::::::::::::::::_ PAGE CENTERED BOX WITH LEFT ALIGNED TEXT _:::::::::::::::::::_*/
.boxFullPageCenteredLeft {
	text-align: left;
	border: 1px solid #000;
	color: #000;
	background-color: white;
	line-height: 150%;
	padding: 15px;
	margin: 5px auto 5px auto;
	width: 70%;
	height: 475px;
}
.boxFullPageCenteredCentered {
	text-align: center;
	border: 1px solid #000;
	color: #000;
	background-color: white;
	line-height: 150%;
	padding: 15px;
	margin: 5px auto 5px auto;
	width: 70%;
}
a:link {
	color : #3838FF;
	font-family : sans-serif;
    text-decoration:none;
    border:none;
} 

a:hover {
	background-color : Silver;
	text-decoration:none;
}

a:visited {
    text-decoration:none;
}

div {
	font-family : sans-serif;
	letter-spacing : normal;
}



.footer {
	padding-top : 0p%;
	font-size : 10pt;
	color : Gray;
	text-align : center;
}

h1 {
	background-color : #3838FF;
	border : thin solid Black;
	font-family : sans-serif;
	font-size : 14pt;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	text-align : center;
}

/*::::column3:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  ::Defines the column3 class.  This class is used when there is a need ::
  ::for three columns.                                                  ::       
  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.column3 
  {
  text-align: center;
  width: 33%;
  float: left;
  }

.column4 
  {
  text-align: center;
  width: 25%;
  float: left;
  }

.column2 
  {
  text-align: center;
  width: 50%;
  float: left;
  }
  
.photocaption 
  {
  margin-right: auto;
  margin-left: auto;
  width: 180px;
  margin-bottom: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  }
.photocaption2 
  {
  margin-right: auto;
  margin-left: auto;
  width: 360px;
  margin-bottom: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  }
  
img 
  {
  border: none;
}

