html {
    border: 0 none;
    margin: 0;
    padding: 0;
    border: 0 none;
}



body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { 
border : none 0; 
margin : 0; 
padding : 0; 
} 


body {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color : #08335e; 
	background-color : #fff;
	margin: 0px auto;

	text-align: center;
	width: 100%;
}


#content {
	margin: 0 auto; background-color: #ecf5fc; width:800px; text-align:left; padding: 10px; box-shadow: 0px 0px 10px #052d44; 
}


h1 {
    color: #013C8E;
    font-size: 1.75em;
    line-height: 1.5em;
    margin: 20px;
}
h2 {
    color: #013C8E;
    font-size: 1.2em;
    margin-bottom: 5px;
}
h3 {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-bottom: 5px;
    text-align:center;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}
p {
    margin: 2px 0 10px;
}



a {
	text-decoration: underline; color: #013C8E;
}


a:visited {
	text-decoration: underline;
}

a:hover {
	 text-decoration: none;
}



h3 a {
	text-decoration: underline; color:#fc061d;
}


.clear {
    clear: both;
}



.bottom { 
	margin:auto;
	margin-top: 15px;
	padding: 5px;
	width: 180px;
	font: 11px/1.3 Verdana, Arial, Helvetica, sans-serif;
	background-color: #003a5f;
	color : #fff;
	box-shadow: 0px 0px 10px #373665;

}


.bottom a:link {
	color:#02a0dd;
}
.bottom a:visited {
	color: #02a0dd;
}
.bottom a:hover, a:active, a:focus {
 	color: #fff;
	text-decoration: none;
}


