BODY {
	background-color:#FFFFFF;
	margin: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
}
p,td,tr,li,ul,ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
h5,h6,h7 {
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

/* CONTENT/REGION PADDING */
.homeeventpadding{
	padding-left: 14px;
	padding-right: 10px;
}
.homenewspadding{
	padding-left: 14px;
	padding-right: 34px;
}
.consumerhomepadding{
	padding-left: 44px;
	padding-right: 34px;
}
.consumer53padding{
	padding-right: 34px;
}

/* COMMON HEADER/FOOTER STYLES */
.footer{
	padding-right: 48px;
}
.header_footer_links{
	color: White;
}
a.header_footer_links{
	color: White;
	text-decoration: none;
	
}
a:hover.header_footer_links{
	color: #EDEDED;
	text-decoration: underline;
}

.header_footer_links_yellow{
	color: #FFD101;
}
a.header_footer_links_yellow{
	color: #FFD101;
	text-decoration: none;
	
}
a:hover.header_footer_links_yellow{
	color: #FFD101;
	text-decoration: underline;
}


.header_links{
	color: #000000;
}
a.header_links{
	color: #000000;
	text-decoration: none;
	
}
a:hover.header_links{
	color: #666666;
	text-decoration: underline;
}


.pipe {	color: #EDEDED; padding: 0px 5px;}
.SearchBox{
	border: none;
	font-size: 11px;
	height: 13px;
	width: 100px;
}

/* LEFT SIDE NAVIGATION */
.sidelinks{
	padding-left: 14px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.subpage_links{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.subpage_links{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

/* REGION STYLES */
.regions_calendar_list, .regions_articles_list{
	margin: 2px;
	margin-left: 7px;
	padding: 2px;
}
.regions_relatedlink_list{
	margin: 2px;
	margin-left: 14px;
	padding: 2px;
}

/* CALENDAR VIEW CSS */
.content_calendar_table {
	border-right: 1px solid #134866;
	border-bottom: 1px solid #134866; 
}

.content_calendar_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #134886;
	font-weight: bold;
}
			
.content_calendar_table_headercell {
	background: #134866;
	text-align: center;
	font-size: 13px;
	color: white;
	font-weight: bold;
}
a:content_calendar_table_headercell {
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.content_calendar_table_cell {
	border-left: 1px solid #134866;
	border-top: 1px solid #134866;
	font-size: 8pt;
}

.content_calendar_table_selectedcell {
	background: #E6E6E6;
}
.arrows{
	font-size: 13px;
	color: white;
	font-weight: bold;
}


.required_legend {
	color:#990000;
	font-style:italic;
	margin-bottom: 20px;
	padding-bottom: 20px;
}