body { 
    font-family: verdana, sans-serif;
    font-size: 76%;
    margin: 0;
    padding: 0;
}
em { font-style: italic; }
strong { font-weight: bold; }

#update {
	font-size: .9em;
	color: #306;
	width: 240px;
}

#phark {
    position: absolute;
    right: 16px;
    margin-top: 36px;
    width: 256px;
}

#header {
	background-color: #306;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	height: 142px;
}

#bannertop {
	position: fixed;
	top: 24px;
	left: 0px;
}
#container {
  
	font-family: verdana, sans-serif;
	color: #121212;
	margin-top: 30px;
	border: none;
}


#main {
	margin: 0 10px 10px 215px;
	padding: 5px 5px 5px 0;
	z-index: 1;
}
#main img {
	margin: 3px;
	padding: 3px;
}
h1 {
    color: #306;
    font-weight: bold;
    border-bottom: 1px solid #903;
    font-size: 1.5em;
}
h2 {
    color: green;
    font-weight: bold;
    font-size: 1.4em;
}
h3 {
    color: green;
    font-weight: bold;
    font-size: 1.2em;
}
#secondary {
	position: absolute; top: 420px; left: 0px;
	width: 170px;
	border: none;
	padding-left: 2%;
	
}
#secondary img {
	position: relative;
	border: none;
	right: 5%;
}
#secondary button {
	position: relative;
	border: 2px outset black;
	padding-left: none;
	text-decoration: none;
	width: 180px;
	
}


#search {
	font-size: .9em;
	text-align: center;
}


table {
    font-family: verdana, sans-serif;
    font-size: 90%;
    margin: 0;
    text-padding: 5;
    
  
}

td {
   padding: 5;


}

#navi {
	position: absolute; 
	top: 156px; 
	left: 16px;
	border: 2px outset #306;
}

#navi ul {
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	border-bottom: 1px solid #ccc;
}
#navi ul li  { 
	position: relative; }
#navi ul li a {
	display: block;
	color: white;
	text-decoration: none;
	background: #306;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 5px;
	width: 159px;
}
#navi ul ul li a {
	font-size: 8.5pt; 
}

* html #navi ul li { float: left; height: 1%; }
* html #navi ul li a { height: 1%; }

#navi ul li ul {
	position: absolute;
	left: 169px;
	top: 0;
	display: none;
	z-index: 5;
}
#navi ul li a:hover { color: white; background: green; }
#navi li:hover ul ul, #navi li.over ul ul { display: none; } 
#navi li:hover ul, #navi li li:hover ul, #navi li.over ul, #navi li.over ul { display: block; } 


#footer {
	margin: 20px 0 0;
	background-color: #306;
	color: #fff;

	overflow: hidden;
	width: 100%;
}

#footer p, #footer h4  {
	
	clear: right;
	float: right;
	font-size: 8.5pt;
	margin: 0 100px 0 0;
	padding: 0;
	width: 275px;
}

#footer p { margin-bottom: 20px; }
#footer h4 { margin-top: 20px; }
#footer h4 a { 
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted white;
}