@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width: 940px;
}
#masthead {
	background-image: url(images/masthead.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	width:940px;
	height: 332px;
}
#tnav {
	margin:10px auto;
	padding: 7px;
	width: 920px;
}
#columnwrapper {
	margin: 0 auto;
	width: 940px;
	background-image: url(images/2col940.jpg);
	background-repeat: repeat-y;
	color: #000000;	
}
#columns-top {
	background-image: url(images/2col940Top.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
#c1 {
	float:left;
	width: 240px;
	margin-right: 20px;
}
#c2 {
	float:left;
	margin-right: 0px;
	width: 680px;
}
#columns-bottom {
	background-image: url(images/2col940Bottom.jpg);
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
#footer {
	width: 940px;
	margin: 0px auto;
	font-size: .7em;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-size: 1em;
	color:#F60;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


