/* CSS Document */
body{
	font-family:"Comic Sans MS", ariel, helvetica, san sarif;
	font-size:small;
	background-image:url(images/background.png);
	background-repeat: repeat-y;
	text-align: center;
	background-color: #7fd6f7;
	background-attachment: scroll;
	padding: 10px;
	margin: 10px;
}
.leftColumn {
	width: 130px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	float: left;
}
#sideLinks {
	width: 130px;
	padding: 0 0 1em;
	margin-bottom: 1em;
	color: #333;
	font-weight: bold;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EC008C;
	}
#sideLinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
		
#sideLinks li {
		margin: 0;
}
#sideLinks li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		color: #0056A7;
		text-decoration: none;
		width: 100%;
}
#sideLinks li a#current {
		display: block;
		padding: 5px 5px 5px 0.5em;
		color: #EC008C;
		text-decoration: none;
		width: 100%;
		background-color: #FFF;
}
.rightColumn {
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00AEEF;
	padding: 5px;
}
.rightColumn h1 {
	text-align: right;
	color: #EC008C;
}
.rightColumn h2 {
	text-align: left;
	color: #EC008C;
}
.topSpan {
	background-image: url(images/topSpan.jpg);
	background-repeat: repeat-x;
}
.midBack {
	background-image: url(images/midBack.jpg);
	width: 100%;
}
.bottomBack {
	background-image: url(images/bottomBack.jpg);
	width: 100%;
}
#logo {
	background-image: url(images/hnbLogo.png);
	background-repeat: no-repeat;
	height: 173px;
	width: 375px;
	float: left;
}
#mainArea {
	margin-top: 180px;
}
#topNav {
	width: 417px;
	float: right;
	text-align: left;
	margin-top: 65px;
}
#topNav ul {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	padding-bottom: 4px;
}
#topNav li {
	margin: 1px;
	padding: 1px;
	display: inline;
}
#topNav a, a:visited {
	color:#482364;
	text-decoration: none;
	font-weight: bold;
	margin: 1px 1px 4px;
	padding: 1px 10px 2px;
	font-size: .9em;
}
#topNav a:hover {
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #EC008C;
}
.holder {
	width: 800px;
}
.mainTop {
	background-image: url(images/mainTop.png);
	height: 10px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: .1em;
}
.mainBack {
	background-image: url(images/mainBack.png);
	width: 800px;
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 5px;
	padding-right: 3px;
}
.mainBottom {
	background-image: url(images/mainBottom.png);
	height: 15px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	font-size: .7em;
	text-align: center;
	padding-top: 10px;
}
#rows {
	width: 600px;
	text-align: center;
}
#column1 {
	text-align: right;
	width: 200px;
	height: 20px;
	float: left;
}
#column2 {
	text-align: left;
	height: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.price {
	font-size: 1.5em;
	color: #0056A7;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
#header2 {
	background-image: url(images/headerBack.jpg);
	background-repeat: repeat-x;
}
dt {
	font-size: 1.5em;
	font-weight: bold;
	color: #0054A6;
}
.leftColumn h3 {
	text-align: center;
	background-image: url(images/h3.png);
	color: #FFFFFF;
	padding-bottom: 5px;
}
