@import url("complex.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 1em;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background: #175e83 url('../_images/backgrounds/masthead-bg.gif') repeat-x;
	font-family: Arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #555;
	margin: 0px;
}

p {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

ul li, ol li {
	color:#555;
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}

a:link {
	color: #669e38;
	text-decoration: none;
}
a:visited {
	color: #669e38;
	text-decoration: none;
}
a:hover {
	color: #669e38;
	text-decoration: underline;
}
a:active{
	color: #669e38;
	text-decoration: underline;
}

h1{
	clear: left;
	color:#fff;
  	font-size: 2.4em;
  	font-family: georgia, 'times new roman', 'serif'; 
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: .5em;
  	width: 100%;
  	line-height: 2.4em;
  }
  
h2{
	clear: left;
	color:#145c81;
  	font-size: 2em;
  	font-family: georgia, 'times new roman', 'serif'; 
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: .5em;
  	width: 100%;
  	line-height: 2em;
  }
  
h3{
	clear: left;
	color:#145c81;
  	font-size: 1.6em;
  	font-family: georgia, 'times new roman', 'serif'; 
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: .5em;
  	width: 100%;
  	line-height: 1.6em;
}

h4{
	clear: left;
	color:#145c81;
  	font-size: 1.6em;
  	font-family: georgia, 'times new roman', 'serif'; 
  	font-weight: normal;
  	margin: 0;
  	padding: 0;
  	margin-bottom: .5em;
  	width: 100%;
  	line-height: 1.6em;
  }