@charset "UTF-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
a:link {
	color: #2288bb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2288bb;
}
a:hover {
	text-decoration: underline;
	color: #33aaff;
}
a:active {
	text-decoration: none;
	text-align: left;
	color: #2288bb;
}
/* CSS Document */

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.boxes {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
.headerboxes {
	background-color: #F4F8F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2288bb;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEDEDE;
	font-weight: bold;
}
.greentitles {
	color: #2288bb;
}
.mainbox {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #F2F2F2;
	padding: 10px;
}
.linkboxes {
	background-color: #A680BF;
	border: 1px solid #72588C;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.navigationframe {
	height: 500px;
	width: 100%;
}
.bottomboxes {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
	padding: 5px;
}
.leftmainbox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
.underlinetext {
	padding-bottom: 2px;
	font-weight: bolder;
}

input.btn_purple{
	background-color: #AD7BBF;
	border: 1px solid #806386;
	background-image: url(Graphics/buttonshape.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	color: #EEEEEE;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
 
}

  input.btn_purple:hover{
	background-color: #C591FF;
}
.smallerfont {
	font-size: 10px;
	color: #666;
}
.linebreaker {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}

.pictures {
	border: 10px solid #FFF;
}
.archiveframe {
	height: 150px;
	width: 600px;
	background-color: #FFF;
}
div.figure {
  float: left;
  width: 20%;
  margin: 0.2em;
  padding: 0.2em;
}
div.figure p {
  text-align: center;
  font-size: 10px;
  text-indent: 0;
}

