@CHARSET "UTF-8";

html,body {
	height: 95%;
}

#container {
	background-color: white; /* #F5DA81; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	min-width: 600px;
	max-width: 1400px;	
	min-height: 100%;
	width: 90%;
	border-width: 1px;
	/*border-style: solid;*/
	border-color: grey;
	/*padding:2em;*/
	text-align: justify;
	position: relative;
	font-family: monospace;
}

#header {
	background-color: white;
	height: 50px;
	text-align: center;
	/*vertical-align: middle;*/
	top: 10px;
	/*position:fixed; */
	width: 100%;
	/*font-family: monospace; /*"Courier New", Courier, monospace;*/
	/*display: table-cell;
    vertical-align: middle;
    horizontal-align: center*/
	line-height: 25px;
}

#header a:link{
	text-decoration: none;	
	color: black;
}

#header a:hover{
	text-decoration: underline;	
	color: red;
}

#navigation {
	background-color: white;
	width: 100%;
	height: 30px;
	line-height: 20px;	
	/*border-width: 1px;*/
	border-top: 1px solid grey;
	/*border-bottom: 1px solid grey;*/
	position: absolute;
	horizontal-align: center;
	vertical-align: middle;	
	/*left:20px;*/
}

#navigation ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#navigation li.topmenu {
	float: left;
}

.topmenu a {
	float: left;
	width: 110px;
	text-align: left;
}

.topmenu ul {
	display: none;
}

.topmenu a { /* border-top:    1px solid  grey;*/
	/*border-bottom: 1px solid  red;*/
	/*border-collapse:collapse;*/
	color: black;
	text-decoration: none;
	background-color: white;
	margin: 0;
}

.submenu a { /*padding:1px 5px;*/
	/*border:1px solid grey;*/
	border-top:    1px solid  grey;
	/*border-bottom: 1px solid grey;*/
	/*border-collapse:collapse;*/
	color: black;
	text-decoration: none;
	background-color: white;
	margin: 0;
}

.submenu a {
	font-size: 12px;
	width: 110px;
	position: relative;
	overflow: visible;
	clear: both; /* special IE6 */
}

#navigation a:hover,.topmenu.on a {
	color: red	;
	background-color: white  !important;
}

.topmenu:hover ul {
	display: block;
	z-index: 500;
	text-decoration: underline;	
}

#navigation a:active{
	color: red;	
}


#content {
	background-color: red;
	margin-top: 50px;
	margin-bottom: 25px;
	/*height: 10%;*/
	/*width: 60%;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	/*min-height: 300px;*/
	
}



#footer {
	background-color: white;
	border-top: 1px solid grey;
	text-align: right;
	height: 25px;
	line-height: 25px;
	/*position:fixed; */
	/* bottom:10px; */
	color: black;
	width: 100%;
	position: absolute;
	bottom: -25px;
}

#footer a:link{
	text-decoration: none;	
	color: black;
}

#footer a:hover{
	text-decoration: underline;	
	color: red;
}

#footerimagecenter {
 	display: block;
 	margin-left: auto;
  	margin-right: auto;
  	width: 50%;

}
