.bold
{

	font-weight: bold !important;

}

.underline
{

	text-decoration: underline !important;

}

.allCaps
{

	text-transform: uppercase !important;

}

.lowerCase
{

	text-transform: lowercase !important;

}

.capitalize
{

	text-transform: capitalize !important;

}

.italic
{

	font-style: italic !important;

}

.strikeThrough
{

	text-decoration: line-through !important;

}

.alignLeft
{

	text-align: left !important;

}

.alignCenter
{

	text-align: center !important;

}

.alignRight
{

	text-align: right !important;

}

.justify
{

	text-align: justify !important;

}

.xxsmall
{

	font-size: xx-small !important;
	line-height: normal !important;

}

.xsmall
{

	font-size: x-small !important;
	line-height: normal !important;

}

.small
{

	font-size: small !important;
	line-height: normal !important;

}

.medium
{

	font-size: medium !important;
	line-height: normal !important;

}

.large
{

	font-size: large !important;
	line-height: normal !important;

}

.xlarge
{

	font-size: x-large !important;
	line-height: normal !important;

}

.xxlarge
{

	font-size: xx-large !important;
	line-height: normal !important;

}

.centerCol_p,
.centerCol_li,
.centerCol_address,
.blogCopy_p,
.blogEntryB_p,
.rightCol_li,
.rightCol_p
{
	
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 139%;

}

.centerCol_p a,
.blogCopy_p a,
.rightCol_p a
{

	color: #083a81;
	text-decoration: none;

}

.leftOver
{

	float: left;
	margin: 0px 10px 5px -30px;

}

.rightOver
{

	float: right;
	margin: 5px -30px 0px 5px;

}

.imageLeft
{

	float: left;
	margin: 10px 10px 10px 0px;

}

.imageRight
{

	float: right;
	margin: 10px 0px 10px 10px;

}

.caption img
{

	float: right;
	clear: both;

}

.rightHead
{
	
	font-size: 12px;
	font-weight: bold;
	margin-top: 79px;

}

.dateLine,
div.blogComments p.postedBy
{

	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 6px 0px;
	padding: 0px;

}

.postedBy
{

	margin: 0px 0px 10px 0px;

}

div#centerCol h1,
.centerCol_h1
{

	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px;

}

div#centerCol.blog h1,
.blogEntryB_h1
{

	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	color: #000000;

}

div#centerCol h2,
.centerCol_h2
{

	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	line-height: 139%;

}


div#centerCol div.blogComments h2,
form.postComment legend,
form.contactUs legend,
.legend,
.centerCol_2.blogComments
{

	font-size: 14px;
	font-weight: bold;
	color: #000000;

}
/*TO DO: change editor style to seperate file and create .rightCol.h1*/
div#rightCol.news h1,
.rightCol_h1.news,
.rightCol_h1,
div#rightCol h1
{

	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;

}

address,
.centerCol_address
{

	display: block;
	font-style: normal;
	margin-left: 25px;

}
								
p.viewLarger,
.centerCol_p.viewLarger,
.rightCol_p.viewLarger
{

	display: block;
	float: right;
	clear: both;
	font-size: 9px;
	text-align: right;
	margin: 0px;
	padding: 0px;

}

p.viewLarger a,
.centerCol_p.viewLarger a,
.rightCol_p.viewLarger a
{

	text-decoration: none;
	color: #000000;

}

p.viewLarger a:hover,
p.viewLarger a:focus
{

	color: #017dc3;

}

.popUpWindow_p
{

	color: #ffffff;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;

}

.centerCol_p a
.rightCol_p a
{

	color: #083a81;
	text-decoration: none;

}
									
form.postComment label,
form.contactUs label,
.centerCol_label
{

	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: block;
	clear: both;
	margin-top: 15px;

}
		
form.postComment label.rightElement,
form.contactUs label.rightElement,
.centerCol_label.rightElement
{

	font-weight: bold;
	font-size: 12px;
	display: block;
	clear: right !important;
	float: left !important;
	width: 400px;
	border: 1px solid #ff0000;
	margin: 15px 0px 15px 0px;

}