/* CSS Document */

html, body { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px; 
	height: 100%;
	text-align: center;
}

#frame {
	text-align: center;
	width: 800px;
	height: 85%
}

#back {
	width: 700px;
	height: 100%;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#footer {
	text-align: center;
	font-size: xx-small;
	width: 700px;
	height: 25px;
}

#topbar {
	float: left;
	padding-top: 20px;
	width: 680px;
	text-align: left;
	left: 0px;
}

#menubar {
	position-relative;
	text-align: left;
	height: 60px;
	left: 0px;
	background-color: #254281;
}

#menuright {
	float:left;
	height: 60px;
	width: 95px;
	border-left: 1px solid #ffffff;
	border-bottom: thick solid #3468a0;
}

#menulogo {
	float: left;
	width: 200px;
	height: 60px;
	border-bottom: thick solid #3468a0;
}

#content {
	position: relative;
	width: 550px;
	height: 80%;
	text-align: left;
	padding-top: 30px;
	line-height: 150%;
}

a.headerselected {
	float: left;
	width: 100px;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	color: #ffffff;
	font-size: x-small;
	text-decoration: none;
	border-left: 1px solid #ffffff;
	background-color: #538cb7;
}

a.header {
	float: left;
	width: 100px;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	color: #ffffff;
	font-size: x-small;
	text-decoration: none;
	border-bottom: thick solid #3468a0;
	border-left: 1px solid #ffffff;
}

a.header:hover {
	background-color: #3468a0;
	border-bottom: thick solid #538cb7;
}

h1 {
	font-size: large;
	
}

a.footerlink {
	text-decoration: none;
	color: #000000;
}

a.footerlink:hover {
	text-decoration: underline;
}