@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: 20px;
}

html, body{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background: #516878;
	display: block;
	text-align: center;
	color: #555555;
	font-size: 62.5%; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 990px;
	height: 100%;
}

p {
	color: #555555;
  	font-size: 1.3em;
  	line-height: 1.3em;
	font-weight:normal;
	padding: 0;

}

ul {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
	list-style: disc outside;
	margin-left: 20px;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}

a {
	color: #000;
}

a:link {
	text-decoration: none;
	color: #39a8ad;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #39a8ad;
	font-weight: bold;
}

a:active{
	text-decoration: underline;
	color: #39a8ad;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #39a8ad;
	font-weight: bold;
}

h1 {
color: #0066b7;
font-size: 1.9em;
font-weight: bold;
line-height: 1.4em; 
margin: 0;
padding: 0;
width: 100%;
height: auto;
margin-bottom: .2em;
}
  
  
h2  {
font-size: 1.7em;
color: #555555;
font-weight: bold;
line-height: 1.5em;
margin-bottom: .2em;
}

hr {
color: #0066b7;
background-color: #0066b7;
height: 5px;
border: 0;
margin-bottom: 1.0em;
}

fieldset {
margin: 1em 0;
padding: 0;
border:none;
background: #fff;}

legend { font-weight: bold;}

label {display: block;
float: left;
width: 10em;
}

textarea {
width: 300px;
height: 100px;
}

input {width: 200px;}

.iframe { width:600px; text-align:left; }

