/* CSS Document */

body {
	margin:0;
	font-size:12px;
	}
.header, .bodytext {
	border-left:8px #fff solid;
	border-right:8px #fff solid;
	margin:0 auto;
	}
.header {
	width:484px;
	}
.bodytext {
	width:434px;
	padding:25px;
	min-height:360px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#353c36;
	text-align:justify;
	line-height:1.5em;
	}
.bodytext a {
	text-decoration:underline;
	}
.bodytext a:hover {
	text-decoration:none;
	}
.menu, .footer {
	width:auto;
	height:28px;
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
	}
.menu {
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.85em;
	}
.menu a {
	color:#fff;
	text-decoration:none;
	padding-right:9px;
	border-right:1px #aaa solid;
	}
.menu a:hover {
	color:#000;
	}
.menucenter {
	width:578px;
	margin-left:auto;
	margin-right:auto;
	}
.currentmenu {
	padding-right:9px;
	padding-left:9px;
	border-right:1px #aaa solid;
	text-decoration:underline;
	}
h1 {
	font-size:1.4em;
	
	}
h2 {
	font-size:1.2em;
	}