body {
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#top_banner{
	top : 0px;
	height: 70px;
	top: 0px;
	left : 267px;
	background-color: #6699CC;
	position: absolute;
}

#leftNav {
	width: 150px;
	position : absolute;
	top: 162px;
	left: 0px;
	text-align: center;
	color: #993333;
	font-size: small;
	margin-left: 10px;
	padding-right: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #355993;	/*background-color: #ffffdf;*/
}

#leftNav h4{
	color: #355993;
}
#rightNav {
	width: 150px;
	position : absolute;
	top: 70px;
	right: 105px;
	text-align: center;
	color: #993333;
	font-size: small;
	background-color: #ffffdf;
}

#rightNav h4{
	color: #355993;
}

#topNav {
	position : absolute;
	left: 140px;
	top: 132px;
	width: 648px;
}


#topNav li {
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.8em;
	border-left: 1px solid #223344;
	padding: 3px 7px 2px;
	float: left;
	border-top: 1px solid #DEDACA;
}

#topNav a {
	color: #35593;
	text-decoration: none;
}



#main {
	position : absolute;
	left: 188px;
	top: 170px;
	width: 600px;
}

#footer {
	text-align: center;
	color: #355993;
	font-size: x-small;
	vertical-align: bottom;
}

a {
	color: #355993;
}
a:visited { 
	color: #6600CC;
}

a:hover {
	color: #3399CC;
	text-decoration: none ;
	}

h1 {
	color: #824646;
}

h2 {
	color: #824646;
}

.pubtitle {
	font-style: italic;
}
