/* ----- defines appearance of title ----- */
.top_title {
	text-align:center; 
	font-family:Lucida Sans Unicode,arial,helvetica,sans-serif;
	font-size:36px;
	color:rgb(0,0,128);
}
.sub_header {
	text-align:left;
	font-family:arial,helvetica,sans-serif;
	font-size:24px;
	color:rgb(96,0,81);
	font-weight:bold
}
.position_header {
	text-align:left;
	font-family:arial,helvetica,sans-serif;
	font-size:28px;
	color:rgb(96,0,81);
	font-weight:bold
}
.content {
	text-align:left;
	font-family:arial,helvetica,sans-serif;
	font-size:20px;
	color:rgb(0,0,128);
}
.tablecontent {
	text-align:left;
	font-family:arial,helvetica,sans-serif;
	font-size:18px;
	color:rgb(0,0,0);
}
.photo_content {
	text-align:center;
	font-family:arial,helvetica,sans-serif;
	font-size:17px;
	color:rgb(1,50,12);
}
/* ----- defines appearance of links ----- */
.contentlink {
color: rgb(79, 121, 66);
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
background: transparent;
text-decoration: none;
}
.contentlink:hover {
color: rgb(0, 128, 128);
text-decoration: underline
}

/* ----- defines appearance of navbar ----- */
.navbar {
width: 100%;
height: 36px;
margin-left: auto;
margin-right: auto;
text-align: center;
border-top-style: solid;
border-top-color: rgb(172, 168, 153);
border-top-width: 6px;
border-bottom-style: solid;
border-bottom-color: rgb(172, 168, 153);
border-bottom-width: 6px;
}

/* ----- defines horizontal menu ----- */
.navul
{
float: left;
width: 100%;
padding: 0px;
margin: 0px;
background: transparent;
list-style-type: none;
}
.navli {
display: inline;
width: 16%;
height: 16px;
}
/* ----- defines appearance of navbar links ----- */
.navlink {
float: left;
width: 16%;
height: 20px;
line-height: 18px;
position: relative; top: 1px;
color:rgb(96,0,81);
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
background: transparent;
text-decoration: none;
}
.ednavli {
display: inline;
width: 5%;
height: 20px;
}
/* ----- defines appearance of navbar links ----- */
.ednavlink {
float: left;
width: 32%;
height: 20px;
line-height: 18px;
position: relative; top: 1px;
color:rgb(96,0,81);
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
background: transparent;
text-decoration: none;
}
.navlink:hover {
color:rgb(96,0,81);
text-decoration: underline;
}
.ednavlink:hover {
color:rgb(96,0,81);
text-decoration: underline;
}