body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:active {
	color: #0000FF;
}

a:hover {
	color: #0000FF;
}

span {
	font-size: 12px;
}

table {
	font-size: 12px;
}

p {
	margin: 0px; 
	padding: 0px;
}

/*
 * Standard Site
 */
.site {
	width: 100%;
	min-width: 900px;
	padding: 0px;
}

.header {
	width: 100%;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}

.middle {
	width: 100%;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}

.footer {
	width: 100%;
}

.error {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.cms_tag {
	font-size: 10px;
}

.footnote{
	font-size: 9px;
	width: 100%;
	text-align: right;
	padding: 0px;
}

/*
 * Section, The area where content is placed
 */
.sections {
	vertical-align: top;
	width: 100%;
}

div.section {
	background-color: #FFFFFF;
	padding: 5px;
}

span.section {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}

.section_separator {
	width: 100%;
	height: 10px;
}

/*
 * TinyMCE Editor background is a body but should contain all any color/font options found in div.section and span.section
 */
body.mceContentBody {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}

/* Blocks */
div.block {
}

div.block_separator {
	width: 150px;
	height: 5px;
}

.leftblocks {
	vertical-align: top;
	width: 150px;
	margin-right: 3px;
}

.rightblocks {
}

span.blocktitle {
	font-size: 14px;
	font-weight: bold;
}

div.blocktitle {
	margin-left: 5px;
}

span.blockcontent {
	font-size: 12px;
}

div.blockcontent {
	padding: 3px;
	border: 1px #339900 solid;
}

/*
 * Theme Specific
 */
.userinfo {
	font-size: 12px;
}

div.green_bar {
	width: 100%;
	height: 7px;
	background: #339900;
}
