/* CSS Document */
body {
	background-image: url(media/cedar_siding_lap_100x72b.jpg);
}
/* NAV color for box header areas */

.nav {
	color: #003333;
	font-size: 12px;
	font-weight: bold;
	}

.navWhite {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	}	

.navBlack {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	}	

.navLightGray {
	color: #CCCCCC;
	font-size: 12px;
	}	

.nav:link {
	color: #003333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	}

.nav:visited {
	color: #003333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	}

.nav:hover {
	color: #00FF00;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	}


/* Heading Tags */

h1 {
	font-size: 24px;
	margin: 0px;
}
h2 {
	font-size: 18px;
	margin: 0px;
}

/* Common Links */

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}

a:active {
	text-decoration: underline;
	color: #0000FF;
}

/* Text Colors and Sizes */

.white {color: #FFFFFF}

.gray {color: #CCCCCC}

.whiteBold {
	color: #FFFFFF;
	font-weight: bold;
}

.whiteBoldLarge {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
}

.whiteBoldxLarge {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
}

/* White Link */

.white:link {
	color: #FFFFFF;
	text-decoration: underline;
	}

.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}

.white:hover {
	color: #00CCFF;
	text-decoration: underline;
	}

/* Gray Link */

.gray:link {
	color: #CCCCCC;
	text-decoration: underline;
	}

.gray:visited {
	color: #CCCCCC;
	text-decoration: underline;
	}

.gray:hover {
	color: #00CCFF;
	text-decoration: underline;
	}
