body {
	background-color: white;
	font-family: helvetica, arial, sans serif;
	font-size: 11pt;
	line-height: 1.25em;
	}
a {
	text-decoration: none;
	border-style: none;
	color: #FF9900;
	}

img {
	border-style: none;
	}

a:visited {
	color: #FFBB44;
	}
a:hover {
	text-decoration: underline;
	}
a.navmain:visited {
	color:#FF9900;
	}

#topleft, #leftcontent {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 215px;
	text-align: right;
	}
#leftcontent {
	top: 80px;
	}
#topmain, #maincontent {
	position: absolute;
	left: 260px;
	width: 475px;
	}
	
#topmain {
	top: 30px;
	}

#maincontent {
	top: 80px;
	}

#rightcontent {
	position: absolute;
	top: 80px;
	left: 765px;
	width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	}

.raccoontitle {
	color: #006699;
	border-color: #006699;
	font-size: 18pt;
	font-weight: bold;
	/*
	//border-style:dashed;
	//border-width:0px 0px 1px 0px;
	*/
	}

.headernospace {
	color: #555555;
	font-size: 18pt;
	font-weight: bold;

	}
.sectionname, .subsectionname {
	color: #888888;
	font-size: 18pt;
	font-weight: bold;
	}
.subsectionname {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

.navcategory, .navmain, .navlink, .navform {
	display: block;
	text-align: right;
	font-weight: bold;
	}

.navcategory{
	color: #888888;
	padding: 0px 0px 10px 0px;
	}

.navmain {
	font-size: 13pt
	}

.navform {
	margin: 5px 0px 0px 0px;
	}

form {
	margin: 0px;
	padding: 0px;
}

.blogentry, .bodyentry {
	margin: 0px;
	padding: 0px;
	border: none;
	}
	
/*
these two used to be included below but aren't anymore .blogentry, .bodyentry
*/

.recent_entry {
	border-style: dashed;
	border-color:#999;
	border-width: 1px 1px 1px 1px;
	padding: 5px 20px 5px 20px;
	margin-top: 2px;
	}

#maincontent p {
	color: #555555;
	line-height: 14pt;
	margin-top: 0px;
}

.dropcap {
	float: left;
	font-size: 30pt;
	line-height: 28pt;
	width: auto;
	padding-right: 3px;
	font-weight: normal;
	font-family: georgia, times, serif;
	text-transform: uppercase;
	color: #006699;
}

p.error {
	color: red;
}

table {
	font-size: 11pt;
}
table .element_headers {
	vertical-align: top;
}
.zomment {
	font-size: 9pt;
}
.date, .recent_box_header, .title {
	color: #006699;
	font-size: 11pt;
	font-weight: bold;
	}
	
.date, .title {
	margin-bottom: 1em;
	}
.recent_box_header {
	margin: 0px 20px 0px 20px;	
	}
.title {
	font-size: 12pt;
	}
.recent_box_text {
	color: #555555;
	font-size: 9pt;
	}
.headline, .resume_headline  {
	color: #888888;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10px;
	}
.resume_headline {
	font-size: 14pt;
	}



