/* reset browser styles */
html, body, div, span, 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, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}

/* end reset browser styles */

/* css for containers and general formating */

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-align: left;
    width: auto;
    margin: 0px auto;
    padding: 0px;
    background-color: #399bc3;
    color: #182450;
}

a {
	color: white;
}

a:hover {
	color: #182450;
}

b {
	color: white; 
}

button {
	font-family: Arial, Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: .8em;
	color: black;
	background-color: #D1DDEC;
	border: 2px solid #4A6A95;
	border-radius: 10px;
	margin: 10px 5px 10px 5px;
	padding: 5px;
	width: 10em;
	height: 3em;
}

button:hover {
	border: 2px solid black;
	background-color: #9FB5D1;
}


h1 {
    font-size: 2.0em;
    margin: 0; 
    padding: 10px 0;
}

h2 {
    font-size: 1.25em;
    padding: 10px 0;
}

h3 {
    font-size: 1.15em;
    padding: 10px 0; 
}

img {
	margin-top:  20px;
	margin-bottom: 20px;
	width: 400px;
}

p {
    font-style: normal;
    margin-top: 10px;
	color: inherit;
}

.container {
    width: 890px;
    margin: inherit;
    text-align: left;
}

.container ul {
    text-align: left;
    margin: 10px;
	color: inherit;
}

.container li {
    list-style: none;
    margin: 10px 0 10px 0;
	color: inherit;
}

/* These are for the header */

header {
    background-color: inherit;
    color: #182450;
    text-align: center;
}

header img {
	width: 300px;
}

/* css for navigation bar */

nav {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 20px;
}
	
nav a {
	color: inherit; 
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}

nav a:hover {
	color: #182450;
}


/* css for footer */

footer {
	position: relative;
    width: auto;
    height: 3.5em;
    font-size: .9em;
    text-align: center;
    clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer .footer-address {
	float: left;
	text-align: left;
	padding-right: 150px;
}

footer .footer-copyright {
    float: left;
}

footer .footer-nav {
    float: left;
	text-align: left;
}

footer .footer-email {
	float: right;
	background-color: inherit;
	color: inherit;
	padding-right: 30px;
}

footer .footer-email:hover {
	background-color: inherit;
	color: #182450;
}

/* css for main area */

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
