/* CSS Document */


* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font-size: 1em;
	color:#000; 
	background-color:#545583;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}

h1 {
	font-size: .9em;
	text-align: left;
	line-height: 1.3em;
		color:#545583;
	margin-bottom: 9px;
	text-align: center;
	text-transform:uppercase;
	padding-top:18px;}
	
h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	color:#ea5f0b;
	margin-bottom:9px;
	padding-top:12px;
	text-transform:uppercase;}

h3 {
	font-size: .9em;
	text-align: left;
	line-height: 1.3em;
		color:#545583;
	margin-bottom: 9px;
	text-transform:uppercase;
	padding-top:6px;}



p {
	font-size: 80%;
padding-bottom:12px;
line-height:1.5em;
	}
	

td.table {
	font-size:80%;
	padding-bottom:3px;}
	
#container {
width: 850px;
margin: 0px auto 0px auto;
position:relative;
}
	
#ad {position:relative;
height:50px;
border-bottom:#000 thin solid;
padding: 3px 0px 10px 0px;
width:800px;
left: 25px;}
	

#backgroundhome {
background-repeat: repeat-y;
background-position:top;
background-image:url(images/gvfhrabackground.jpg);
position:relative;
}



#nav {
	position: absolute;
	left: 283px;
	top: 74px;
	text-align:right;
	font-size:80%;
	width: 523px;
	color:#ea5f0b;
	padding-bottom:12px;
	padding-top:3px;
	font-weight:bold;
	text-transform:uppercase;	
	}
	
	

#nav ul {
	text-align: right;	
	}


#navbar li {
	display:inline;
	}

	
#navbar a {
	color: #ea5f0b;
	text-decoration: none;
}
		
#navbar a:link, #navbar a:visited {
	color: #ea5f0b;
	}

#navbar a:hover {
	color: #545583;
		}
	
#navbar a:active,
.home #navbar #home a,
	.register #navbar #register a,
	.agenda #navbar #agenda a,
	.sponsorships #navbar #sponsorships a{
	color: #545583;
		}
	

#middle{
font-size:95%;
padding: 56px 40px 12px 280px;
}


#middle a {
	color: #ea5f0b;
	text-decoration: underline;
	font-weight:bold;
}
		
#middle a:link, #middle a:visited {
	color: #ea5f0b;
	}

#middle a:hover {
	color: #545583;
		}


#sidebar {
	position: absolute;
	left: 40px;
	top: 72px;
	text-align:center;
	color:#000;
	font-size:85%;
	line-height:1.4em;
	font-style:italic;
	width:223px;
	}

#sidebar a {
	color: #ea5f0b;
	text-decoration: underline;
	font-weight:bold;
}
		
#sidebar a:link, #sidebar a:visited {
	color: #ea5f0b;
	}

#sidebar a:hover {
	color: #545583;
		}



#anniversary {position:relative;
width:530px;
height:234px;}

#anniversary a {
	color: #fff;
	text-decoration: underline;
	font-weight:bold;
}

#anniversary a:link, #anniversary a:visited {
	color: #fff;
	}

#anniversary a:hover {
	color: #fff;
		}


#anntext {
	position:absolute;
	top:180px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	left: 21px;
	width: 479px;
	height: 36px;
	font-weight:bold;
	font-size:75%;
	line-height:1.6em;
}


#footer{
position:relative;
}


		
#contact a {
	color: #6600CC;
	text-decoration:none;

}
		
#contact a:link, #contact a:visited {
	color: #6600CC;
	}

#contact a:hover {
	color: #000;}
	


#bottom {
position:relative;
background-repeat: no-repeat;
background-position:top;
background-image:url(images/gvfhrabackgroundbottom.jpg);
height:50px;
}

p.bottom {padding-top:20px;
font-size:75%;
text-align:center;
color:#fff;
}

#bottom a {
text-decoration:none;
color: #fff;
}

