/* CSS Document */

/* begin body css */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
}

/* end body css */

/* begin table css */

.header_background {
	background-image:url(images/header/bg_repeat.jpg);
	background-repeat:repeat-x;
}

.brown_bottom_border {
	border-top: 1px none #C8BA93;
	border-right: 1px none #C8BA93;
	border-bottom: 1px solid #C8BA93;
	border-left: 1px none #C8BA93;
}

.brown_background {
	background-color: #C8BA93;
}

.blue_background {
	background-color: #415C70;
}

.blue_bottom_border {
	border-top: 4px none #415C70;
	border-right: 4px none #415C70;
	border-bottom: 4px solid #415C70;
	border-left: 4px none #415C70;
	margin-top:5px;
}
/* end table css */

/* begin font css */

.header_tagline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #415C70;
	font-weight:bolder;
	margin-right: 10px;
	padding-top:10px;
}

.white_text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.white_text a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.white_text a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.white_text a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.white_text a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* end font css */

/* begin link css */

.nav_white_links {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 5px;
}

.nav_white_links a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.nav_white_links a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav_white_links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.nav_white_links a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.nav_red_links {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #8D444B;
	margin-left: 15px;

  	display:block;
}

.nav_red_links a:link {
	text-decoration: none;
	color: #8D444B;
}
.nav_red_links a:visited {
	text-decoration: none;
	color: #8D444B;
}
.nav_red_links a:hover {
	text-decoration: underline;
	color: #8D444B;
}
.nav_red_links a:active {
	text-decoration: none;
	color: #8D444B;
}

.nav_black_links {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left: 25px;
}

.nav_black_links a:link {
	text-decoration: none;
	color: #000000;
}
.nav_black_links a:visited {
	text-decoration: none;
	color: #000000;
}
.nav_black_links a:hover {
	text-decoration: underline;
	color: #000000;
}
.nav_black_links a:active {
	text-decoration: none;
	color: #000000;
}

.header_black_links {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right:10px;
}

.header_black_links a:link {
	text-decoration: none;
	color: #000000;
}
.header_black_links a:visited {
	text-decoration: none;
	color: #000000;
}
.header_black_links a:hover {
	text-decoration: underline;
	color: #000000;
}
.header_black_links a:active {
	text-decoration: none;
	color: #000000;
}

.white_links {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.white_links a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.white_links a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.white_links a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.white_links a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.black_links {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

.black_links a:link {
	text-decoration: underline;
	color: #000000;
}
.black_links a:visited {
	text-decoration: underline;
	color: #000000;
}
.black_links a:hover {
	text-decoration: none;
	color: #000000;
}
.black_links a:active {
	text-decoration: underline;
	color: #000000;
}

/* end link css */

/* begin various tags css */

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #415C70;
	margin-left:10px;
}

h2 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #8D444B;
	font-weight:100;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight:bold;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #415C70;
	margin-top: -5px;
}

.home_page_list {
	list-style-image:url(images/bullet.gif);
	line-height:150%;
}
.red14 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #8D444B;
	font-weight:bold;
}
.news_title { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #8D444B;
	font-weight:100;
}
/* end various tags css */