1html, 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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	color: #000;
	font-family: verdana, arial;
	font-size: 11px;
}
a {
	padding: 10px 0;
	text-decoration:none;
}
a:link, a:visited {
	color: #077691;
}
a:hover, a:active {
	color: #077691;
	font-weight: bold;
	text-decoration: underline;
}
.container {
	margin: 0 auto;
	width: 800px;
	border: 1px solid #000;
}
.header {
	
}

.header img {
	width: 800px;	
}

#header-nav {
	width:800px;
	margin: 0 auto;
	height:30px;
	background: #2D3332;
	line-height:28px;
	}
	
#header-nav ul {
    margin:0;
    padding:0;
    }

#header-nav li {
	float:left;
	margin-left: 40px;
	font-size:11px;
	}
	
#header-nav li a {
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 10px  ;
	}
	
#header-nav li a:hover {
	color: #696c6c;
	font-weight: normal;
	}


.content {
	margin: 20px;
}

.content img {
	margin: 0px 0px 0px 0;
}

.content a img {
	border: none;
}



.content h1 {
	font-size: 22px;
	color: #1E2860;
	margin: 10px 0;
	line-height: 33px;
}

.content h2 {
	font-size: 16px;
	color: #D43E21;
	margin: 10px 0;
}

.content h3 {
	font-size: 11px;
	color: #000000;
	margin: 10px 0;
	font-weight: bold;
}

.content p {
	font-size: 11px;
	margin: 5px 0;
	line-height: 16px;
}

.content ul {
	color: #D43E21;
	list-style-type: disc;
	margin: 10px 20px;
}

.content ul li {
	color: #1E2860;
	line-height: 16px;
}

.content ol {
	color: #D43E21;
	list-style-type: decimal;
	margin: 10px 25px;
}

.content ol li {
	color: #1E2860;
	line-height: 16px;
}


.footer {
	margin: 0;
	font-size:9px;
	color: #696c6c;
}
.footer img {
	margin-left: 7px; 
}
.disclaimer {
	width: 550px;
	margin-left: 240px;
	padding: 18px 0 0 0;
	line-height: 12px;
}
.disclaimer p {
	margin: 5px 0;
}
.disclaimer p a {
	margin: 0 0px;
}
.footer a img {
	border: none;
	float: left;
}