* { padding: 0; margin: 0; }

body {
	background-color: #808080;
	margin: 5px auto;
	text-align: center;
}
   
a, a:visited, a:link {
	color: white;
	text-decoration: none;
}


#outerpage {
	//margin: 0 auto;
	width: 860px;
}


#page {
	//background-color: #e0e0e0;
	background-color: #f0f0f0;
        //color: #101010;
        color: #000000;
	font-size: 12pt;
	font-family: tahoma,arial,helvetica;
	padding: 0;
	border: 1px solid black;
	text-align: left;
	float: left;
}


#header {
	background-color: #804040;
	margin: 5px 5px 10px 5px;
	position: relative;
}


#header h1 {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	color: #f0f0f0;
	margin: 0;
	padding: 5px;
	}


#menu {
	width: 122px;
	margin: 0 10px 10px 5px;
	float: left;
}


#menu ul {
	list-style: none;
}


#menu li {
	margin: 0 0 5px 0;
	border: 1px solid black;
	}

#menu li a.highlight {
	color: black;
	background-color: #a08080;
	width: 120px;
	line-height: 36px;
}

#menu li a {
		line-height: 36px;
		text-indent: 10px;
		background-color: #000000;
		color: white;
		margin: 0;
		display: block;
		width: 120px;
		font-weight: bold;
	}

#menu li a:hover {
	color: black;
	background-color: #a0a0a0;
	width: 120px;
	line-height: 36px;
}


#middle {
	margin: 0 5px 10px 5px;
	float: left;
	width: 700px;
	}


#middle img {
	border: 1px solid black;
	float: right;
	margin: 0 5px 10px 10px;
	padding: 0;
	}

#middle p {
	text-align: justify;
	font-family: helvetiva,verdana,arial;
	margin-top: 0.5em;
	}
	

#middle ul {
	list-style-type: disc;
        margin: 0 0 0 1.5em;
        list-style-position: outside;
	font-family: helvetiva,verdana,arial;
}

#middle p + p {
	margin-top: 1em;
	}


#middle ul + h1 {
	margin-top: 1em;
	}

#middle p + h1 {
	margin-top: 1em;
	}

#middle h1 {
	border-bottom: 1px solid #606060;
	font-size: 14pt;
	font-weight: bold;
	color: #202020;
	background-color: #e0e0c0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#middle h2 {
	text-decoration: underline;
	xborder-bottom: 1px solid #606060;
	font-size: 12pt;
	font-weight: bold;
	color: #202020;
	xbackground-color: #e0e0c0;
	//display: inline;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

//#middle h4, #middle a:link, #middle h4 a:visited {
        //	text-decoration: underline;
	//xborder-bottom: 1px solid #606060;
//	 font-size: 12pt;
	//font-weight: bold;
	//color: blue;
	//text-align: center;
        //xbackground-color: #e0e0c0;
	//display: inline;
	//margin-top: 2.5em;
	//background-color: #e0e0c0;
	//margin-bottom: 1em;}

#middle h4 {
        text-align: center;
        margin-top: 2.5em;
        margin-bottom: 2.5em;
        font-size: 12pt;
	font-weight: bold;

}

//#middle h4 a:hover {
	//color: red;
//}


#middle ul {
	list-style-type: disc;
        margin: 0 0 0 1.5em;
        list-style-position: outside;
	font-family: helvetiva,verdana,arial;
}

#middle ol {
        margin: 0 0 0 2em;
        list-style-position: outside;
	font-family: helvetiva,verdana,arial,helvetica;
}

#middle a, #middle a:link, #middle a:visited {
	color: #0000FF; 
        //color: #204040;
	//font-weight: bold;
	//border-bottom: 1px dotted #806060;
}

#middle a:hover {
	border-bottom: 1px solid red;
	xfont-style: italic;
	color: red;
}
