body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background: url("images/crayonbg.jpg") repeat;
}

div.site {
	width: 100%;
	min-width: 900px;
	padding: 0px;
}

div.header {
	width: 100%;
	border: #598CE8 3px solid;
	background-color: #ffffff;
}

div.middle {
	width: 100%;
}

div.footer {
	width: 100%;
}

div.error {
	text-align: center;
}

div.block {
	width: 100%;
	border: #598CE8 3px solid;
	background-color: #ffffff;
}

div.blocktitle {
	height: 20px;
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
}

div.blocktitletext {
	top: 2;
	left: 4;
	position: relative;
	font-weight: bold;
}


div.blocktitleshowhide {
	position: absolute;
	right: 1px;
	top:2px;
}

div.blockcontent {
	background-color: #FFFFFF;
	width: 100%;
}

div.blockcontenttext {
	position: relative;
	left: 2;
}

div.sections {
	width: 100%;
	min-width: 500;
}

div.sectionheader {
	text-align: center;
	height : 28px;
	width: 100%;
}

div.sectionheadertext {
	position: relative;
	top: 2;
}

div.section {
	border: 3px solid #598CE8;
	background-color: #FFFFFF;
	padding: 5px;
}

/* Specific add to match DIV.SECTION so editor shows same background */
.mceContentBody {
	background-color: #FFFFFF;
}

div.sectiontext{
}

div.index_content {
	background-color: #FFFFFF;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	padding: 5px;
}

div.breadcrumbs {
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
}

span.breadcrumbs {
}

span {
	font-size: 14px;
}

span.error {
	font-size: 14px;
	font-weight: bold;
}

span.header{
}

span.middle{
}

span.footer {
	font-size: 12px;
}

span.sitename {
	font-size: 28px;
	font-weight: bold;
}

span.blocktitle {
	font-size: 13px;
	font-weight: bold;
}

span.blockcontent {
	font-size: 12px;
}

span.sectionheader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
}

span.section {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}

span.debugmessage {
	font-size: 14px;
}

table.site {
	border: 0px;
	width: 100%;
}

td.leftblocks {
	width: 150px;
}

td.rightblocks {
	width: 150px;
}

td.sections {
}

table.section {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}

table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:active {
	color: #0000FF;
}

a:hover {
	color: #0000FF;
}

p {
	margin: 0px; 
	padding: 0px;
}
