/* CSS Document */

img {
	border: 0px;
}

body {
	background-image:url(images/backdrop_green.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
	background-color: #000000;
	margin: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

h1 {
	font-size: 150%;
	line-height: 200%;
	border-bottom: 1px #000000 dashed;
}
h2 {
	font-size: 125%;
	font-weight: normal;
	line-height: 200%;
	border-bottom: 1px #333333 dashed;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	line-height: 200%;
	border-bottom: 1px #666666 dashed;
}

/* Link Styles */

a {
	color: #FFFFFF;
}

a: hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Custom Styles */

.masthead {
	width: 780px;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding: 10px;
	float:left;
}
.footing {
	width: 780px;
	background-color:#000000;
	border-top: 1px #FFFFFF solid;
	padding: 10px;
	float:left;
}
.footing a {
	color: #FFFFFF;
	text-decoration: underline;
}
.container {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	float:inherit;
}

.content {
	width: 530px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	float: left;
	background-color: #FFFFFF;
	color: #333333;
	border-top: 1px #000000 solid;
	border-right: 10px #FFFFFF solid;
}
	.content a {
		color: #000000;
	}
.subnav {
	position:relative;
	width: 220px;
	padding:10px;
	float: left;
	background-color:#000000;
	color: #FFFFFF;
	border-top: 1px #000000 solid;
	border-left: 0px #FFFFFF solid;
	border-bottom: 10px #FFFFFF solid;
	border-right: 10px #FFFFFF solid;
	background-image:url(images/backdrop_black.jpg);
	line-height: 150%;
}
	.subnav a {
		text-decoration: underline;
	}
	
	.subnav ul {
		list-style-position: inside;
		padding-left: 0px;
		margin-left: 0px;
	}
	.subnav li {
		padding-left: 0px;
		margin-left: 0px;
	}
	.subnav h2 {
		border-bottom: 1px #FFFFFF dashed;
	}
	.subnav h3 {
		border-bottom: 1px #FFFFFF dashed;
	}
	
.nav {
	width: 520px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	height: 35px;
	line-height: 35px;
	padding: 10px;
	padding-top: 0px;
	border-right: 1px #FFFFFF solid;
}
.nav a {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}
.brandnav {
	position:inherit;
	width: 239px;
	background-color:#FFFFFF;
	height: 35px;
	line-height: 35px;
	padding: 10px;
	padding-top: 0px;
	float: left;
}
.brandnav a {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}
.img {
	border: 2px;
	border-color: #FFFFFF;
	padding: 10px;
}

#.footing img {
	vertical-align: middle;
}
.columns {
	background-color: #FFFFFF;
	width: 150px;
	float: left;
	padding: 10px;
	border-bottom: 10px #FFFFFF solid;
	border-left: 10px #FFFFFF solid;
	height: 300px;
	position:relative;
}
	.columns ul {
		list-style-position: outside;
		padding-left: 10px;
		margin-left: 5px;
	}