* {margin: 0; padding: 0}

/* ------------------------- Title and Navigation Bar Styles ------------------------- */

#title {
	padding: 5px 0 5px;
	background-color: #bfe2f9;
	border-bottom: 1px solid #4a2885;
}
#nav {
	padding: 2px 0 2px;
	background-color: #fffbc6;
	border-bottom: 1px solid #4a2885;
}
#title p,
#nav p {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
}
#title p {
	font: 35px "verdana", "arial", "helvetica", sans-serif;
	text-align: center;
}
#nav p {
	font: bold 13px "verdana", "arial", "helvetica", sans-serif;
	text-align: center;
	word-spacing: 70px;
}
#nav p .nolink {color: #555}

#nav p a:hover {
	color: #f00;
	text-decoration: none;
}
.pagebanner {background-color: #eeeeee}

.pagebanner td {
	font-weight: bold;
	font-size: 13px !important; font-family: "verdana", "arial", "helvetica", sans-serif;
	line-height: 18px; text-align: left;
}
td.wpage {text-align: right}
 
td.wchap {padding-bottom: 2px}

.pagehdr td {
	padding-top: 50px;
	padding-bottom: 15px;
}
td.righthdr {text-align: right}
          
.warn {
	color: red;
	font-weight: bold;
	font-size: 13px;
	font-family: "verdana", "arial", "helvetica", sans-serif;
	margin-top: 5px !important
}

