/* CSS Document */

body {
	background: #f0e3d2 url('images/background.jpg') no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color :#7a5d38;
	font-size: 30px;
}

h2 {
	color :#7a5d38;
	font-size: 18px;
}

.content_area {
	position: absolute;
	width: 761px;
	margin: 225px 0px 0px 180px;
}

.nav {
	position: absolute;
	margin: 54px 0px 0px 0px;
	z-index:-1;
}

.govcon_header {
	color: #7b5a07;
	font-size: 48px;	
	font-weight:bold;
}

.govcon_start_date {
	color: #000000;
	font-size: 32px;
	font-weight: bold;
}

.govcon_date {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.marshall_link a {
	text-decoration: none;
	color: #000000;
}

.marshall_link a:visited {
	text-decoration: none;
	color: #000000;
}

.marshall_link a:hover {
	text-decoration: underline;
	color: #000000;
}

.marshall_link a:active {
	text-decoration: underline;
	color: #000000;
}

.footer_text {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* START NAV BAR CSS */

.rollover a {
display:block;
width: 190px;
height: 46px;
background: url('images/nav.jpg') no-repeat;
color: #ffffff;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: right;
}

.rollover a:hover { 
background: url('images/nav_hover.jpg') no-repeat;
text-decoration: none;
}

.home #home, .agenda #agenda, .workshops #workshops, .sponsorship #sponsorship, .exhibitors #exhibitors, .speaker_bios #speaker_bios, .lodging #lodging, .registration #registration {
display:block;
width: 190px;
height: 46px;
background: url('images/on_page.jpg') no-repeat;
color: #ffffff;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: right;
}

/* END NAV BAR CSS */