﻿@import url("layout.css");
body {
	font-size:small;
}
#header {
	height:60px;
	font-family: "Arial Black";
	font-size: 1.7em;
	font-weight: bolder;
	background-image: url('images/banner.gif');
	background-position:center;
	background-repeat: no-repeat;
}
#main {
	font-family: Verdana;
	font-size: 1em;
	color:white;
/*	overflow:auto;*/
}
#content {
	color:white;
	font-size: 1.0em;
	line-height: 20px;
	text-align:justify;
	vertical-align:top;
}
#inline {
	vertical-align:middle;
}
.image {
	margin: 5px 5px 5px 5px;
	text-align: center;
	display: block;
}

#footer {
	font-size:0.8em;
}

#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;
}
/* verticle navigation styles */
#vnavigation {

}
.red {
	color: #FF0000;
	font-size:1.2em;
	font-weight:bold;
}
.blue {
	color:dodgerblue;
	font-size:1.2em;
	font-weight:bold;
}

.white {
	color: #FFFFFF;
	font-size:1.2em;
	font-weight:bold;
}
.fee {
	color:#FFFFFF;
	text-align:left;
}
.price {
	color:#FFFFFF;
	text-align:center;
	font-weight:500;
}
.free {
	color:red;
	text-align:center;
	font-weight:bold;
}
.discount {
	color:dodgerblue;
	text-align:center;
	font-weight:bold;
}

.judge {
	color:white;
	text-align:left;
}

a {
	color: red;
	font-weight:bold;
	font-style:italic;
}

a:hover {
	color: white;
}

#vnavigation ul {
	display: block;
	font-size: 1.0em;
	list-style-type: none;
	font-weight:bold;	text-align:center;
}
#vnavigation li {
	height:2px; padding:25px 0px 35px 34px;
	background-image: url('images/button.gif');
	background-position:right center;
	background-repeat:no-repeat;
}

#vnavigation a {
	color:black;	
}

#vnavigation a:hover {
	color: white;
	background-color:black;
}
/*
#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;
}












