@charset "UTF-8";

/* Default Reset */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sup, tt,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    font-weight: normal;
    text-transform:none;
    line-height:100%;
    margin-top:0;
}

h1 {
    font-size:20px;
    color: black;
}

h2 {
    font-size:18px;
    color: black;
}

h3 {
    font-size:12px;
    color: black;
}

/* Layout ------------------------------- */

html {
	background-color: #7B92A6;
}

body {
	
}


.inside {
	width: 960px;
	margin: 0 auto;
}

img {
	margin-left: 15px;
}

/* Header ------------------------------- */

#header {
	padding: 10px;
	width: 100%;
	background-image:url('../images/homebg.jpg');
	background-repeat:repeat-x;
	color: white;
}

#headerlogo {
		
}

#header ul#nav {
	font-size: 20px;
	position: relative;
	color: white;
}

#header a {
	color: white;
}

#nav {
	background-image:url('../images/homebg.jpg');
	background-repeat: repeat-x-y;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	color: white;
}

#nav span {
	color: white;	
}

#nav li {
	position: relative;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	color: white;
}


/* Main ------------------------------- */

#main {
	padding: 20px;
	background-color: #7B92A6;
	width: 960px;
	margin: 0 auto;
	line-height: 120%;
	
}

#main p  {
	font-size: 17px;
	color: black;
}

#main img {
	float: right;
}


/* Footer ------------------------------- */

#footer {
	padding: 20 0 20 0;
	background-color: #405B73;
	height: 5px;
	width: 100%;
	margin-top: 300;
}

#footerlinks {
	padding: 20 0 20 0;
	background-color: #405B73;
	height: 5px;
	width: 100%;
	margin-top: 400;
}

/* Text & Links ------------------------------- */