/*text definitions*/

body{
	margin:0em;
	font:13px/16px Trebuchet, sans-serif;
	color:#333;
	background-color:#ccc;
}
a {
	color:#2078a2;
}
a:hover{
	text-decoration:none;
	color:#ccc;
}
a img {
	font:inherit;
	border:none;
}

#wrapper{
	margin:auto;
	width:800px;
	padding:0px 25px 25px 25px;
	background-color:white;
}

#nav{
	height:26px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin-bottom:25px;
}

#intro{
	margin:auto;
	width:800px;
	height:137px;
	padding:0 25px 25px 25px;
	background-color:#fff;
}
p#introtext{
	position:absolute;
	width:350px;
}

.qlink{
	float:right;
	border:1px solid #ccc;
	margin:3px;
}
a:hover img.qlink{
	border:1px solid #2078a2;
}

#copyright{
	margin:auto;
	width:850px;
	padding-top:6px;
	font-size:0.8em;
	color:#666;
	
}

.headers{
	font-family:inherit;
	font-weight:bold;
	font-size:18px;
	color:#2078a2;
}
.subheaders{
	font-family:inherit;
	font-size:14px;
	padding-top:1.05em;
	color:#2078a2;
}
#leftcolumn{
	float:left;
	font:inherit;
}
