body {
	margin: 0 0 50px;
	padding: 0;
	font-family : verdana,arial,helvetica,san-serif;
	font-size: 12px;
	color: #000000;
	background-color: #003366;
}

#wrapper {
	width:770px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	padding: 15px;
	bottom: 10px;
	top: 20px;
}

#nav-top  ul {
	padding: 5px 0px;
	margin: 0;
}

#nav-top ul li {
	display:inline;
	padding: 0;
	margin: 0;
}

#nav-top ul li a {
	font-size: 12pt;
	color: #ffffff;
	background-color:#003366;
	text-decoration: none;
	padding: 5px 54px 5px 54px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 100%;
	font-family: arial,helvetica,san-serif;
	border-bottom-width: 1px;
	border-bottom-style: 1px;
	font-weight: bold;
}
#nav-top ul li a:hover, #nav-top ul li a:focus {
	background-color: #cc3300;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
}

#nav {
	border-bottom: 1px solid #003366;
}

#footer {
	font-size: 10px;
	border-top: 2px;
	color: #333333;
	font-weight: normal;
	}


a:link {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #000000;
	}
	
a:visited {
	color: #cc3300;
	text-decoration: none;
	border-bottom:1px dotted #cc3300;
	}

a:hover {
	color: #fff;
	background: #cc3300;
	text-decoration: none; 
	}

a:active {
	text-decoration: underline; 
	}



h1 {
	margin: 0px;
	padding: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003366;
	text-transform: none;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: none;
	color: #003366;
}

h3 {
	margin: 0px;
	padding: 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	font-style: normal;
	background-color: #003366;
}
