* {		font-family: sans-serif;
		font-size: small;
		}
body {		background-color: #000000;
		background-image: url('standard/background.png');
		color: #660000;
		}
hr {		color: #660000;
		background-color: #660000;
		border-width: 0px;
		height: 2px;
	}
h1 {		color: #660000;
		background-color: #ffffff;
		text-align: center;
		font-size: x-large;
		font-weight: bold;
}
h2 {		color: #660000;
		background-color: #ffffff;
		text-align: center;
		font-size: large;
		font-weight: bold;
}
h3 {		color: #660000;
		background-color: #ffffff;
		font-size: large;
		font-weight: bold;
}
h4 {		color: #660000;
		background-color: #ffffff;
		font-size: large;
}
h5 {		color: #660000;
		background-color: #ffffff;
		font-size: medium;
		font-weight: bold;
}
h6 {		color: #660000;
		background-color: #ffffff;
		font-size: medium;
}
a:link {	color: #660000;
		background-color: #ffffff;
		text-decoration: none;
}
a:hover, a:active{	
		color: #660000;
		background-color: #ffffff;
		text-decoration: underline;
}
a:visited{	color: #330000;
		background-color: #ffffff;
		text-decoration: underline;
}
div.header {	position: absolute;
		top: 10px;
		background-image: url('standard/logo.jpg');
		width: 100%;
		height: 115px;
		background-repeat: no-repeat;
		background-position: center;
	}
div.menus{	position: relative;
		top: 135px;
		float: left;
		left: 0px;
		max-width: 10%;
		width: 10%;
}
div.menu{	border-style: solid;
		border-color: #000000;
		border-width: 2px;
		background: white;
		padding: 10px;
		text-align: center;
		margin-top: 10px;
		color: #000000;

}
div.search {	position: absolute;
		top: 118px;
		right: 10px;
		vertical-align: top;
}
div.body {	position: absolute;
		right: 0px;
		top: 170px;
		width: 90%;
		max-width: 90%;
}
div.content {	float: right;
		border-width: 2px;
		border-style: solid;
		border-color: #000000;
		color: #000000;
		background-color: #ffffff;
		margin-right: 1%;
		padding: 10px;
}
div.footer {	float: right;
		position: relative;
		text-align: center;
		right: 25%;
		border-width: 2px;
		border-style: solid;
		border-color: #000000;
		color: #000000;
		background-color: #ffffff;
		margin-right: 1%;
		margin-left: 1%;
		margin-top: 10px;
		padding: 1px;
		font-size: x-small;
}
div.menu_image {
		background-image: url('standard/shield.gif');
		height: 60px;
		width: 100%;
		position: relative;
		background-position: center;
		margin-top: 5px;
		background-repeat: no-repeat;
}
div.no_css {	display: none;
}
form.search { 	text-align: right;
}	
img.header { 	border-width: 2px;
		border-style: solid;
		border-color: #000000;
}

a.menu:link, a.menu:visited {	
		color: #000000;
		background-color: #ffffff;
		font-size: small;
		font-weight: bold;
		text-decoration: none;
	}
a.menu:hover, a.menu:active {
		color: #ffcc00;
		background-color: #ffffff;
		font-size: small;
		font-weight: bold;
		text-decoration: none;
	}

input.search { 	font-size: x-small;
		background-color: #ffffff;
		color: #000000;
		border-color: #000000;
		border-width: 2px;
		text-align: center;
		width: 300px;
		border-style: solid;
}
button.search { font-size: x-small;
		color: #660000;
		background-color: #ffffff;
		border-color: #000000;
		border-width: 2px;
		border-style: solid;
}
button.search_highlight { 
		font-size: x-small;
		color: #660000;
		background-color: #ffcc00;
		border-color: #000000;
		border-width: 2px;
		border-style: solid;
		}
