/* page & general setup */
html, body {
	margin: 0 0 1px 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.headline {
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}

.bodycopy {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.bold {
	color: #660000;
	font-weight: bold;
}

.small {
	font-size: 12px;
}

/* navigation begin */
#navigation {
	list-style-type:none;
	color:#660000;
	margin:0; 
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}

#navigation li {
	float:left;
	padding:0 10px 0 0;
	padding-left:17px;
	background: transparent url(images/bullet.gif) no-repeat scroll left center;
}

#navigation li.first-item {
	list-style-type:none;
	background:transparent none repeat scroll 0 0;
	padding-left:0;
}

#navigation li a {
	display: block;
	text-align: center;
	color:#660000;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a.current {
	text-decoration: none;
	color:#ffffff;
}
/* navigation end */

#twitter_div
{
	font-size: 12px;
}

.checklist {
	list-style-type:none;
	list-style-image:url(images/checkmark.gif);
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.maroon {
	color:#660000;
}