/* -----TARE BASIC STYLE SHEET -----

COLORS			CODE
------			----
dark blue		#002F86 	taken from TARE banner
medium blue		#255aad		taken from TARE banner
light blue		#e0ebf6
red 			#b2202b		taken from DFPS logo

*/
body {
	background-color: #005cb3;
}

/* ----- LINKS ----- */
a:link, a:visited {color: #255aad }

a:hover, a:active, a:focus {color: #b2202b }

#faq a:link, #faq a:visited { text-decoration: none; }

#faq a:hover, #faq a:active, #faq a:focus { text-decoration: underline; }

#top a:link, #top a:visited, #bottom a:visited, #bottom a:link {
	color: #e0ebf6;
}
#top a:hover, #top a:active, #top a:focus, #bottom a:hover, #bottom a:active, #bottom a:focus {
	color: #F7F7F7;	
}
a:link.no_link, a:visited.no_link, a:hover.no_link, a:active.no_link, a:focus.no_link {
	text-decoration: none;
	border: none;
	outline: none;
}

/* ----- HEADLINES ----- */

h1, h2 { color: #002F86; }	/* dark blue - taken from TARE banner */
h3, h4 { color: #255aad; }	/* medium blue - taken from TARE banner */
h5, h6 { color: #b2202b; }	/* red - taken from DFPS logo */

/* ----- HEADER ----- */
#header {
	color: #000000;
	background-color: #F7F7F7;
}
#header h3 {
	color: #000000;
}
.alert {
	color: #b2202b;
	font-weight: bold;
}
td #bannerlinks {
	padding-right: 20px;
}
td #bannerlinks a:link, #bannerlinks a:visited, #bannerlinks a:hover, #bannerlinks a:active, #bannerlinks a:focus {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
td #bannerlinks a:link, #bannerlinks a:visited {
	color: #575757;
}
td #bannerlinks a:hover, td #bannerlinks a:active, td #bannerlinks a:focus {
	color: #b2202b;
}
/* ----- BOXES ----- */
.feature, .picture {
	background-color: #e0ebf6;
	border: 0.1em solid #255aad;
}
.feature {
	border-top-width: 1em;
}
.feature h1, .feature h2, .feature h3, .feature h4, .feature h5, .feature h6 {
	color: #255aad;
}