
* { margin:0; padding:0; }

body { text-align:center; }

img { border:0; }
a { color: #00A4E4; text-decoration:none; }
a:hover { text-decoration:none; }

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #415A68 url('/images/background.jpg') no-repeat top center;
	background-attachment: fixed;
	font-size: 16px;
	font-family: Times New Roman;
	text-align: justify;
}

	#topnav
	{
	height: 26px;
	margin-bottom: 2px;
	width: 880px;
	}

	#topnav .link
	{
	height: 26px;
	text-align: center;
	width: 125px; height: 26px;
	background: url('/images/navcap.gif') top right no-repeat;
	background-color: #415a68;
	}
	
	#topnav a
		{
		font-family: Times New Roman;
		font-size: 10px;
		text-transform: uppercase;
		color: #ffffff;	
font-weight: bold;	
letter-spacing: 0.03em;
		}

	#topnav :hover, #topnav a:hover, #topnav a:active, #topnav .hover
		{
		background-color: #00a4e4;
		text-decoration:none;
		}

	#subnav
	{
	
text-align: left;

	}

	#subnav a
		{
		font-family: Times New Roman;
		font-size: 11px;
		text-transform: uppercase;
	color: #415A68;
text-align: left;
padding-top: 9px;
padding-left: 10px;
	padding-right: 10px;		}

	#subnav :hover, #subnav a:hover, #subnav a:active
		{
color: #00A4E4;
		text-decoration:none;
		}

#botnav {
  width: 945px;
  background-color: #415A68;
  padding: 6px;
}
#botnav a {
  font-family: Times New Roman;
  font-size: 12px;
  text-transform: uppercase;
  color: #91A4B1;
}
#botnav a:hover, #botnav a:active
{
  text-decoration: none;
}
	
