﻿body {
	background-image:url('images/nabkgnd.jpg');
	background-position: center;
	background-repeat:repeat;
	font-size:small;
	max-width:760px;
}
#banner {
	height:60px;
	font-family: "Segoe UI";
	color:#003300;
	line-height: 60px;
	font-size: 1.8em;
	text-align: center;
	vertical-align:top;
	font-weight: bolder;
	background-image: url('images/anabnr2.gif');
	background-position:center;
	background-repeat: no-repeat;
}
#main {
	position: relative;
	left: 160px;
	font-family: Verdana;
	font-size: 1em;
	color:#009900;
	margin: 10px 10px 10px 10px;
}
#content {
	color:green;
	font-size: 1.0em;
	text-align:justify;
	vertical-align:top;
	margin: 10px 10px 10px 10px;
}
#inline {
	vertical-align:middle;
}
.image {
	margin: 5px 5px 5px 5px;
	text-align: center;
	display: block;
}

#footer {
	font-size:0.8em;
	color:#009900;
}

#fees {
	font-weight:bold;
}
#judges {
	font-weight: bold;
}

#show {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}

#boiler {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	vertical-align:top;
	font-weight:bold;
}

#plate {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: justify;
	vertical-align:top;
	margin:3px 6px 3px 6px;
}
#links {
	position: fixed;
	left: 20px;
}
/* verticle navigation styles */
#vnavigation {
	position: fixed;
	left: 0px;
	top: 100px;
	font-family: Verdana;
	font-size: 1.2em;
	display:block;
}

#vnavigation ul {
	display: block;
	font-size: 1.1em;
	list-style-type: none;
	font-weight:500;
}

#vnavigation li {
	position: relative;
	left: -20px;
}

#vnavigation a {
	position:relative;
	display:block;
	height: 60px;
	width: 140px;
	font-weight:500;
	line-height:70px;
	color:green;	
	text-align: center;
	background-position:left center;
	background-repeat:no-repeat;
	background-image: url('images/nahbs.gif');
}

#vnavigation a:hover {
	position:relative;
	display:block;
	height: 60px;
	width: 140px;
	font-weight:500;
	line-height: 70px;
	color: black;
	text-align:center;	
		
	background-position:left center;
	background-repeat:no-repeat;
	background-image: url('images/nahbh.gif');
}
/*
#vnavigation a:active {
	position:relative;
	display:inline-block;
	height: 60px;
	width: 140px;
	
	line-height:70px;

	color: black;
	text-align:center;	
		
	background-position:left center;
	background-repeat:no-repeat;
	background-image: url('../images/nahbp.gif');
}
*/

input {
	font-size:small;
	color: green;
}
select {
	font-size:small;
	color: green;
}





