* {
	font-family: verdana, tahoma, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 0.9em;
}
#body {
	width: 750px;
	background: #207;
	margin-left: auto;
	margin-right: auto;
}
#header {
	padding-bottom: 20px;
}
#main {
	background-image: url("background content.gif");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: white;
}
#navigation {
	float: left;
	text-align: left;
	width: 150;
	background-image: url(bg_nav.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px 0px;
}
#navigation a {
	display: block;
	padding: 4px;
	padding-left: 10px;
	color: black;
	text-decoration: none;
	border: 0px;
}
#navigation a:hover {
	border-top: 2px solid silver;
	border-bottom: 2px solid silver;
	background-color: #777;
	padding: 2px;
	padding-left: 10px;	
	color: white;
}

#content {
	float: right;
	width: 590;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	text-align: left;
}
#footer {
	clear: both;
	height: 20px;
	color: white;
	font-size: 0.7em;
	padding: 7px;
	background: #207;
}
#rightnav {
	color: white;
	text-align: right;
	font-size: 0.9em;
	padding-right: 18px;
}

#content p {
	padding: 0em 2em .5em 3em;
	margin: 0px;
	line-height: 1.5;
}
h1 {
	margin: 0px;
	padding: 0em 2em 0em 1em;
	color: #207;
	width: 90%;
	margin-left: 1em;
	border-bottom: 1px solid #207;
	font-size: 1.5em;
	font-weight: normal;
	font-family: verdana, tahoma, sans-serif;
	text-align: left;
}
h2 {
	margin: 0px;
	padding: 10px 20px 0px 18px;
	color: black;
	margin-left: 12px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: verdana, tahoma, sans-serif;
	text-align: center;
}
ul {
	margin: 0px;
	padding: 0em 2em 1em 5em;
}
li {
	margin-bottom: .5em;
	list-style-position: inside;
}
#content a {
	color: #072;
}
#content a:hover {
	color: #0b3;
}
#rightnav a {
	text-decoration: none;
	color: white;
}
#rightnav a:hover {
	text-decoration: underline;
	color: white;
}
#rightnav a:visited {
	color: white;
}
.bottombutton {
	text-align: right;
	padding: 20px;
}
#content a.button {
	display: block;
	width: 160px;
	height: 40px;
	text-align: center;
	background-image: url(b_blank.jpg);
	background-repeat: no-repeat;
	margin: 10px 20px;
	padding-top: 10px;
	color: #444;
	text-decoration: none;
}
#content a.button:hover {
	color: black;
	text-decoration: none;
}
.message {
	font-weight:bold;
	font-size:larger;
	color:maroon;
}