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: 1em/1.5 Verdana, Helvetica, sans-serif;
	color : #08335e;
	background-color: #f4f1dc;
	text-align: center;
	width: 100%;
	max-width:100%;
	overflow-y:scroll;
}

img {
	max-width:100%;
	height: auto;
}


#content {
	margin: 0 auto; 
	max-width:8000px;
	text-align:left;
	background-color: #fff;
	color : #08335e;
	box-shadow: 0px 0px 7px #8c817b; 
	border-radius: 3px;
	padding: 10px;
}


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;
}


h1 {

color: #fe3a00;
}

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


.clear {
    clear: both;
}


.sb {
	
	margin:8px;
	box-shadow: 0px 0px 10px #373665;
}

.sb:hover {
	
	margin:8px;
	box-shadow: 0px 0px 15px #373665;
}


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

}


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


