body{
	background-color: #FFF;
	color: #000;
	font-family: sans-serif;
	}

a:link {
	color:#008ee5;
	}
	
a:visited {
	color:#008ee5;
	}

a:hover, a:active {
	color:#4d4a4b;
	border: 0;
	}

* {
	outline:none;
}

/* Top background color */
.bgcolor1{
	background: #FFF;
	}

/* Line colors */
.bgcolor2{
 	background: #4d4a4b;
 }

/* Primary Navigation background color*/
.bgcolor3 {
	background: #4c697b;
}
	
/* Spotlight background color */
.bgcolor4{
	background: #000;
}

/* Content Headers background color */
.bgcolor5, .menuSectionTop, .sectionTitle {
	background: #008ee5;
	color: #fff;
}

/* Utilities/Subnav background color bg6 */
/* Content background color bg7*/
/* News background color bg8*/
.bgcolor6, .bgcolor7, .bgcolor8 {
	background: #FFF;
}

/* Specifics */

#MenuTop a:link, #MenuTop a:visited {
	color:#fff;
	}
#MenuTop a:active, #MenuTop a:hover {
	text-shadow: 0px 0px 2px #fff;
	}


#MenuSection a:link, #MenuSection a:visited {
	background: transparent;
	color: #008ee5;
	}
	
#MenuSection a:active, #MenuSection a:hover {
	color: #4d4a4b;
	}

#MenuSection a:link, #MenuSection a:visited,
#MenuSection a:active, #MenuSection a:hover {
	border-bottom:1px solid #4d4a4b;
	}

#MenuTop td {
	border-left:1px solid #000;
	}

#MenuTop td:first-child {
	border: 0;
	}

.errormessage {
	color:red;
	}

.formPulldown, .submitButton {
	background-color:#4c697b;
	}

.news_articles ul li a:link, .news_articles ul li a:visited,
.news_archives a:link, .news_archives a:visited{
	color:#008ee5;
	}
	
.news_articles ul li a:hover, .news_articles ul li a:active,
.news_archives a:hover, .news_archives a:active {
	color: #4d4a4b;
	}

hr {
	color:#000;
	}
	
table.content_data_table th.column_label,
.formtitle, .form_title, h5.form_title, div.form_row_submit {
	background: #008ee5 !important;
	color: #fff !important;
	border:1px solid #4d4a4b;
}