body {
  background-image: url(Images/background.png);
  background-attachment: fixed;
}

a.link{
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

img.welcome {
	margin-top: 10px;
	box-shadow: 5px 5px 20px rgba(0,0,0,.9), -5px -5px 20px rgba(0,0,0,.9),
				10px 10px 20px rgba(0,0,0,.9), -10px -10px 20px rgba(0,0,0,.7);
}

#mainbox {
display: table;
margin: 0 auto;
max-width: 800px;
height: auto;

padding: 15px 15px;
box-shadow: 5px 5px 20px rgba(0,0,0,.9), -5px -5px 20px rgba(0,0,0,.9);
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
background: rgba(0,0,0, 0.5);
}

.headerbox {
  display: block;
  border: 5px solid #127b7c;
  border-radius : 12px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
}

.headerbox img {
	padding: 20px;
	max-width: 760px;
}

.contentbox {
    display: block;
	width: 800px;

	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: white;
	border-radius: 25px;
	border: 2px solid #127b7c;
	box-shadow: inset -2px -2px black, inset 2px 2px black;
}

.contentbox p{
    clear: both;
    font-weight: bold; 
	color: black;
	padding: 10px;
	font-size: 16px;
}

.group {
	display: block;
	float: left;
	width: 600px;
}

.contentbox table {
	float: left;
	margin: 5px 20px 5px 20px;
}

.contentbox fieldset {
	float: left;
	border: 2px solid #127b7c;
	margin: 20px;
}

.imageLinkList {
	float: left;
	height: 70px;
	margin: 0 20px 20px 20px;
	padding: 0;
}

.imageLinkList ul {
	display: block;
	margin: auto auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.imageLinkList ul li {
	padding: 0;
	margin: 0;
	display: block;
	width: 100px;
	height: 70px;
	float: left;
	vertical-align: middle;
}

.imageLinkList img{
	display: block;
	padding: 0;
    border: 0px solid black !important;
	width: 60px;
	height: 60px;
}
.imageLinkList img:hover{ 
	width: 70px;
	height: 70px;
}

.contentbox fieldset ul {
	list-style: none;
	padding: 0;
	display: block;
	font-size: 20px;
	margin: 10px 15px;
	float: left;
}

.contentbox fieldset ul:before{
    content:attr(title);
    font-size:20px;
    font-weight: bold;
	text-decoration: underline;
}

.contentbox fieldset li:before{
    content:attr(title);
	display: box;
    font-size:16px;
    font-weight:bold;
	margin: 5px;
}

.contentbox fieldset li {
	font-size: 16px;
}

.contentbox legend {
	font-weight: bold;
	font-size: 20px;
}

.contentbox h2{
	font-weight: bold; 
	color: #155253;
	margin: 0;
}

.smallcontentboxleft, .smallcontentboxright{
	display: block;
    /*font-weight: bold;*/ 
	width: 390px;
	margin-top: 10px;
	background-color: white;
	border-radius: 25px;
	border: 2px solid #127b7c;
	box-shadow: inset -2px -2px black, inset 2px 2px black;
}

.smallcontentboxleft {
	float: left;
}

.smallcontentboxright {
	float: right;
}

.smallcontentboxleft p , .smallcontentboxright p{
    font-weight: bold; 
	color: black;
	padding: 20px;
	font-size: 16px;
	margin: 0;
}

.smallcontentboxleft h2, .smallcontentboxright h2{
	padding-left: 20px;
	padding-top: 20px;
	color: #155253;
	margin: 0;
}

.contentbox img, .smallcontentboxleft img, .smallcontentboxright img {
	border: 4px solid #38a8a9;
	/*box-shadow: 2px 2px 10px rgba(0,0,0,.5),
				-2px -2px 10px rgba(0,0,0,.5);*/
	margin: 5px 20px;
}

#header {
    display: block;
	float: left;
	width: 800px;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-radius: 25px;
}

.box {
display: block;
float: left;
margin: 10px;
border: 2px solid #127b7c;
}

#bottom {
	float: left;
	height: 50px;
	width: 800px;
}