@charset "utf-8";
/* CSS Document */

/*global resets*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #000000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	color: #FFFFFF;
}
#banner-bkgd {
	background-image:url(images/banner-bkgd.jpg);
	background-repeat:repeat-x;
	background-position: top;
}
.banner img {
	padding: 0.5em 2em 0.5em 0.5em;
}
.banner p {
	padding: 5.5em 0.5em 0 1em;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}
.banner p a:link {
	text-decoration: none;
	color: #3071CE;
	padding: 0.2em 0.8em;
}
.banner p a:visited {
	text-decoration: none;
	color: #3071CE;
	padding: 0.2em 0.8em;
}
.banner  a:active {
	text-decoration: none;
	color: #3071CE;
	padding: 0.2em 0.8em;
}
.banner a:hover {
	text-decoration: none;
	color: #3071CE;
	padding: 0.2em 0.8em;
	background-color: #375153;
}
.content p {
	color: #FFFFFF;
	padding: 0.5em 1.3em;
	text-align: left;
	line-height: 1.3em;
}
.content a:link {
	color: #3071CE;
}
.content a:active {
	color: #3071CE;
}

.content a:visited {
	color: #3071CE;
}

.content a:hover{
	color:#999;
}
.content {
	text-align: left;
	color: #FFFFFF;
}
h1 {
	padding: 0.5em 1em 0.2em 1em;
	color: #3071CE;
	font-size: 1.4em;
	text-align: left;
}
h2 {
	padding: 0.5em 1.1em 0.2em 1.1em;
	color: #FFFFFF;
	font-size: 1.2em;
	text-align: left;
}
h3{
	padding: 0.5em 1.1em 0.2em 1.1em;
	color: #FFFFFF;
	font-size: 1em;
	text-align: center;
	font-weight: normal;
}
.content ul {
	padding: 0.3em 1.5em;
}
.content li {
	color: #FFFFFF;
	list-style: none;
	padding: 0.2em 0;
}
.content img {
	padding: 0.2em 1em;
}
.footer p {
	color: #CCC;
	font-size: 0.8em;
	text-align: left;
	padding: 0.3em 1em;
}


