@charset "utf-8";
/* CSS Document */
	
 


html, body {
  margin: 0;
  padding: 0;
  background-color: #172740;
  text-align: center;
    
}

	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000066;
	margin: 0;
	padding: 0 0 0 30;
	text-align: left;
}
	

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-align: left;
	padding-left: 15px;

}

a:link {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}

a:active  {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
	
#pagecontainer {
	background: white;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 910px;
	height: 120px;
	background-color: #000066;
}

#navbar {
	width: 910px;
	height: 30px;
	background: url(finalimages/background.gif) #fff bottom left repeat-x;
}

#navbar ul{
	margin: 0 0 0 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	white-space: nowrap;
	text-decoration: none;
}

#navbar li{
	display: inline;
	list-style-type: none;
	margin: 10px, 0;
	
}

#navbar li a {
	float: left;
	text-decoration: none;
	padding: 5px 20px;
	color: #28377E;
	
}

#navbar li a:link {
	color: #28377E;
}

#navbar li a: visited {
	color: #28377E;
}

#navbar li a:hover {
	font-weight: bold;
	color: #0634B9;
	padding: 5px 20px;
	background: url(finalimages/bkgdblue.gif) #fff bottom left repeat-x;
}

#content  {
	text-align: left;
	clear: both;
}
	
#content h1 {
	margin: 5px;
	padding: 5px 5px 15px 15px;
	text-align: left;
}

#content p {
	width: 500px;
	margin: 5px;
	padding: 5px 5px 15px 15px;
	text-align: left;
}



.floatright {
	float: right;
	margin: 10px 5px 10px 5px;
	clear: right;
}

#footer  {
	
	clear: both;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	list-style-type: square;
	padding: 0px 5px 0px 35px;
	
}
 
 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	padding-left: 15px;
}

h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	padding-left: 15px;
}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: -2px;
	color: #000066;
}


