/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFF00;
	color: #0000FF;
	}
	
	
img {
	border: 0px;
	}	


h1 {
	text-align: center;
	}
	

#header {
	text-align: center;
	}
	
#header a {
	text-decoration: none;
	color: #0000FF;
	}
	
#header a:visited {
	color: #0000FF;
	}
	


#navmenu {
	font-size: 14px;
	text-align: center;	
	width: 285px;
	margin-left: auto;
	margin-right: auto;
		}

#navmenu a {
	color: #0000FF;
	float: left;
	text-decoration: none;
	width: 6em;
	background-color: #999999;
	padding: 5px;
	border-right: 1px solid white;
	}
	
#navmenu a:hover {
	background-color:#CCCCCC;
	}

#navmenu a:visited {
	color: #0000FF;
	}
	
#navmenu li {
	display: inline;
	}
	
#navmenu ul {
	list-style-type: none;
	width:100%;
	padding:0;
	margin:0;
	}	
	

	
#content {
	margin-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	}
	
#content a {
	color: #0000FF;
	}
	
#content a:visited {
	color: #666666;
	}


#footer {
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
		}

p.justify {
	text-align: justify;
		}

.backtotop {
	font-size: 12px;
	text-align: center;
	font-style: italic;	
	}

.backtotop a {	
	color:#0000FF;
	}

.backtotop a:visited {
	color:#0000FF;
	}

.clear {
	clear: both;
		}

