html {
	/* forces scrollbar so no shifting occurs from page to page */
	min-height:100%;
	margin-bottom:1px
}

#content p, li, dt, dd {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 14px;
	color: #FFF;	
	line-height: 1.5em;
	}

#content h1 {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 20px;
	color: #fff;
	padding-top: 16px;
	}

#content h2 {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 16px;
	color: #fff;
	}

#content dt {font-weight: 700; padding-bottom: 5px;}

#content dd {margin-bottom: 12px;}
	
#content ul {list-style: url("images/bullet.png") square;}

#content blockquote {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 16px;
	color: #FFF;
	margin-top: 40px;
	padding: 10px 20px 10px 60px;
	background: url("images/quote.png") no-repeat;
	}
	
#content .leftcolumn {
	float: left; 
	width: 45%; 
	padding-right: 5px;
	vertical-align: top;
	}
	
#content .rightcolumn {
	float: right; 
	width: 45%; 
	padding-left: 35px; 
	border-left: 1px dashed #96BED3; 
	vertical-align :top;
	}
	
#content a:link {color: #fff; text-decoration: underline;} 
#content a:visited {color: #fff; text-decoration: underline;} 
#content a:hover {color: #fff; text-decoration: none;}

#element-text {
	max-width: 199px;
	padding: 10px;
	margin-bottom: 20px;
	}

#element-text p {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: .75em;
	color: #ccc;
	}
	
#element-text h4 {
	text-align: center;
	letter-spacing: .3em;
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: .85em;
	color: #ccc;
	padding: 0;
	margin: -5px 0 -5px 0;
	}
 
.nav {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 20px;
	color: #ffffff;
	padding-top: 16px;
	margin-left: 0;
	margin-bottom: 3px;
}
.nav A:link{ color: #ffffff; text-decoration: none; } 
.nav A:visited { color: #ffffff; text-decoration: none; } 
.nav A:hover { color: #c77b41; text-decoration: none; } 
.slogan {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 15px;
	color: #ffffff;
	padding-top: 0px;
	margin-left: 36px;
	margin-bottom: 0px;
	font-weight: bold;
}
.slogan A:link{ color: #ffffff; text-decoration: none; } 
.slogan A:visited { color: #ffffff; text-decoration: none; } 
.slogan A:hover { color: #ffffff; text-decoration: none; } 
.copyright {
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 1px;
}
.copyright A:link{ color: #ffffff; text-decoration: none; } 
.copyright A:visited { color: #ffffff; text-decoration: none; } 
.copyright A:hover { color: #7ea4b6; text-decoration: none; } 