@import url('main.css');

* {font-family:verdana, arial, sans-serif;}

body { 
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color: rgb(239,239,239);
	font-size:100%;
	}

#head {	border-bottom:1px solid black;	background-color:Silver;	}

#head h1{margin:0;padding:0;font-size:250%}

#head h1 a{
	padding-left:.5em;
	display:block;
	width:97%;
	text-decoration:none;
	color:DarkBlue;
	}

#menu {
	margin-bottom:1em;
	width:10em;
	float:left;
	border-right:1px solid black;
	border-bottom:1px solid black;
	}
#menu ul,#manu li{margin:0;padding:0}
#menu h2 {
	margin:0;
	padding:1px 0 1px 0;
	font-size:90%;
	font-weight:bold;
	background-color:Gainsboro;
	text-align:center;
	border-bottom:1px solid black;
	}

#menu li.level_2 a{
	margin:0;
	width:100%;
	text-align:center;
	text-decoration: none;
	padding:1px 0 1px 0;
	display:block;
	font-size:85%;
	font-weight:normal;
	background-color:GhostWhite;
	border-bottom:1px solid black;
	}

#menu a:hover,#menu li.level_2 a:hover{background-color:gold}

#menu form{text-align:center;}

hr {width:90%;height:1px;border:1px solid DarkBlue;}

.clear {clear:both}

#foot {	padding-bottom:2px;}

#foot p {
	letter-spacing:.05em;
	margin:.3em 1em 0 1em;
	font-size:90%;
	line-height:1em;
	}
#foot p.foot {text-align:right;}
#foot .foot img{border:none;vertical-align:middle}