body {
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bodybak.png);
	background-repeat: repeat-x;
	background-position: left 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: medium;
	color: #666666;

	
}
#container {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	top: 0px;
}
	

#head {
	top:0px;
	width:990px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	color: #333333;
	padding: 0px;
	height:115px;
	vertical-align: top;
	background-color: #ffffff;
	background-image: url(images/napologo.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	

}

h1.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4d62a5;
	margin: 0px;
	padding: 10px;
}
h1.head a{
	text-decoration:none;
	color:#4d62a5;
	}
h1.head a:visited{
	text-decoration:none;
	color:#4d62a5;
	}
h1.head a:hover{
	text-decoration:none;
	color:#4d62a5;
	}
h1.head a:active{
	text-decoration:none;
	color:#4d62a5;
	}
#menu {
	clear: left;
	position:relative;
	top:0px;
	text-align:left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 100000;
	}
#head h2 {
	font-size: 18px;
	color: #4d62a5;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: lighter;
}

#content {
	clear: both;
	position: relative;
	top: 5px;
	float: left;
	z-index: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 990px;
	background-color:#ffffff;
	}
/*#content {
	width:990px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
	top: 10px;
	background-color:#ffffff;
	}*/
#content .rightcol p {
	margin-right: 5px;
	margin-left: 5px;
}
#content .leftcol p {
	font-size: small;
	padding-right: 5px;
	padding-left: 5px;
}
#content .leftcol h3 {
	padding-right: 5px;
	padding-left: 5px;
}

.middlecol {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.leftcol {
	background-color: #D9E0EB;
	padding: 0px;
}
.rightcol {
	background-color: #D9E0EB;
	padding: 0px;
	font-size: small;
}
.tip {
	background-image: url(images/hdg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 10px;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
	width: 200px;
	color: #000000;
	margin: 0px;
}

#footer {
	font-size: x-small;
	color: #FFFFFF;
	background-color: #4d62A5;
	text-align: right;
}
#container #content #footer a {
	color: #FFFFFF;
}

