* {
	padding: 0;
	margin: 0;
}
a:link {
	color: black;
	text-decoration: none
}
a:active {
	color: red;
	text-decoration: none
}
a:visited {
	color: black;
	text-decoration: none
}
a:hover {
	color: #CC3300;
	text-decoration: underline
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	margin: 0 auto;
	width: 825px;
}
#header {
	color: #333;
	width: 800px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	height: 65px;
	margin: 10px 0px 5px 0px;
	background: #FFFFFF;
	font-weight: 200;
}
#navigation {
	float: left;
	width: 800px;
	color: #FFFFFF;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	background: #660000;
}
#leftcolumn {
	color: #333333;
	border: 1px solid #ccc;
	background: #E7DBD5;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	width: 175px;
	float: left;
	height: 600px;
}
#rightcolumn {
	float: left;
	color: #333;
	border: 1px solid #ccc;
	background: #F2F2E6;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	width: 597px;
	display: inline;
}
#footer {
	width: 800px;
	clear: both;
	color: #CCCCCC;
	border: 1px solid #ccc;
	background: #660000;
	margin: 0px 0px 5px 0px;
	padding: 10px;
}
.logo {
	font:18px Verdana;
	color: #000000;
	letter-spacing:0.3em;
	font-weight:bold;
	line-height:22px;
}
.tagline {
	font:9px arial;
	color: #CCCCCC;
	letter-spacing:0.2em;
}
.smallText {
	font:14px times new roman;
	color: #CC3300;
	line-height:18px;
}
.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
}
.bodyText {
	font:12px verdana;
	color:#333333;
	line-height:18px;
}
.bodyText2 {
	font:10px arial;
	color:#333333;
	line-height:18px;
}
.pageName {
	font:20px georgia;
	color: #330000;
	letter-spacing:.05em;
	line-height:20px;
}
h1 {
	color: #330000;
	letter-spacing:0.05em;
	font-size: 17pt;
}
h2 {
	color: #330000;
	letter-spacing:0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
.subHeader {
	font:bold 14px/20px "times new roman";
	color: #CC0000;
	letter-spacing:0.1em;
}
.navText {
	font:14px Verdana;
 font-weight:
 color: #FFFFFF;
	letter-spacing:0.1em;
}
.navText2 {
	font:12px Verdana;
 font-weight:
 color: #FFFFFF;
	letter-spacing:0.1em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
