a {
	color: #ffdd00;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
p {
	margin-bottom: 1em;
	line-height: 1.3em;
}

li {
	line-height: 1.3em;
}

body {
	background: url(../images/furn/bg1.gif) repeat #40525d;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#masthead {
	background: #40525d;
}

	#vaLogo {
		background-image: url(../images/va_logo.gif);
		width: 101px;
		height: 58px;
		float: left;
		display: inline; /* IE6 fix for double margin bug */
		margin-top: 16px;
		margin-left: -13px;
	}

	#logo {
		width: 100px;
		margin-left: 678px;
		margin-bottom: 9px;
		padding-top: 16px;
	}

		#logo h2 {
			background-image: url(../images/logo.gif);
			width: 97px;
			height: 69px;
			padding-bottom: 8px;
			border-bottom: 1px solid #a7b0b5;
			margin-bottom: 8px;
		}
	
		#logo .dates {
			color: #fff;
			margin-right: 2px; /* Forces the end date onto a new line with normal text size */
		}

	#breadcrumb {
		margin-top: -2em;
		margin-bottom: 6px;
		margin-left: 9px;
	}
	
		#breadcrumb a {
			color: #fff;
		}
	
	#nav {
		background: #ffdd00;
		width: 766px;
		padding: 5px 0 5px 9px;
	}
	
		#nav li {
			float: left;
			font-size: 12px;
			margin-right: 20px;
		}
		
			#nav a {
				color: #000;
			}

#page {
	background: no-repeat top left;
	padding-left: 247px;
	padding-top: 40px;
}

	h3 {
		font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 48px;
		color: #ffdd00;
		margin-bottom: 6px;
		margin-left: 8px;
	}

	h4 {
		font-size: 18px;
		font-weight: normal;
		color: #ffdd00;
		margin-top: 15px;
		padding-top: 15px;
		margin-bottom: 5px;
		border-top: 1px solid #7b888f;
	}

		h4.first {
			margin-top: 0;
			padding-top: 0;
			border-top: none;
		}

	.col {
		width: 237px;
		padding: 14px 12px;
		background: #40525d;
		float: left;
		margin-right: 6px;
		min-height: 500px;
	}
	
	.singleCol {
		width: 500px;
		padding: 14px 12px;
		background: #40525d;
	}
