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

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font:Arial, Helvetica, sans-serif;
	vertical-align:top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.8em;
	color: black;
	background-color:#ffffff;
	height:100%;
}
ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#header_container {
height:242px;
width:780px;
margin:0 auto;
}

#main_container {
margin:0 auto;
width:780px;
border-left:1px #285f9a solid;
border-right:1px #285f9a solid;
border-bottom:1px #285f9a solid;
}

#main_data {
width:660px;
margin:40px 59px 40px 59px;
text-align: justify;
font-family:"Arial", Helvetica, sans-serif;
font-size:13px;
line-height: 1.5em;
color:#1b4777;
}

.header {
font-family:"Helvetica", Arial, sans-serif;
font-size:30px;
font-weight:bold;
color:#285f9a;
}

#footer_container {
background-color:#285f9a;
width:780px;
margin:0 auto;
height:20px;
}

#footer_text {
color:#FFFFFF;
text-align:right;
margin-right:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:22px;
padding:7px 0 7px 0;
}

#footer_text b {
color:#a7cef6;
font-weight:normal;
}


strong {
font-size:14px;
font-weight:900;
}

.subheading {
font-size:18px;
font-weight:700;
padding-left:40px;
background-image:url(images/lock.gif);
background-repeat:no-repeat;
background-position:0px 50%;
line-height:32px;

}


ol.list {
font-family: "Georgia", Times New Roman, Times, serif;
font-size:18px;
font-weight:bold;
font-style:italic;
color:#285f9a;
}


ol.list p {
  font: normal 14px Arial, Helvetica, sans-serif;
  color:#1b4777;
}

ol.list li {
padding-bottom:20px;
padding-left:20px;
}
