/* Body Styles */


.body {
	padding: 5px;
}

.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

.body a {
	color: #000099;
	text-decoration: none;
}

.body a:hover {
	color: #983297;
	text-decoration: underline;
}

.body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #663366;
}

.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: #333333;
}

.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0099cc;
}

.body_stroke {

}


/* Image Classes */

.img_border {
	border: 1px solid #207CC1;
}


.highlight {
	background-image: url(../_media/_template/highlight_bg.jpg);
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #207CC1;
	border-right-color: #0F3D5E;
	border-bottom-color: #0F3D5E;
	border-left-color: #207CC1;
}



/* Temp Spacer */

.temp_space {
	background-color: #FFFFFF;
	padding: 10px;
}



/* Footer */

.footer {
	background-image: url(../_media/_template/footer.jpg);
	padding: 5px;
}

.footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
}


.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
