img {
	border: none;
}
body {
	background-color: white;
	background-image: url('images/header.jpg');
	background-repeat: repeat-x;
}
a:link {
	text-decoration: underline;
	color: #477694;
}
a:visited {
	text-decoration: underline;
	color: #335873;
}
a:hover {
	text-decoration: underline;
	color: #007FFE;
}
a:active {
	text-decoration: underline;
	color: #007FFE;
}
.center {
	text-align: center;
}
.heading_1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
} 
.subheading_1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
} 
.div_left {
	float: left;
	width: 175px;
	text-align: left;
}
.div_main {
	float: left;
	width: 600px;
	text-align: left;
}
.div_right {
	float: right;
	width: 225px;
	text-align: left;
}
.div_header {
	text-align: center;
	width: 100%;
	height: 85px;
}
.div_big_daddy 	{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.div_topnav {
	background-image: url('images/menubar.jpg');
	text-align: center;
	width: 100%;
	height: 22px;
}
.div_footer {
	clear: both;
	text-align: center;
	width: 100%;
	height: 35px;
}
.NW {
	background-image: url('images/nw.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.N {
	background-image: url('images/n.gif');
	background-repeat:repeat-x;
	margin-left: 32px;
	margin-right: 32px;
}

.NE {
	background-image: url('images/ne.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.W {
	background-image: url('images/w.gif');
	background-repeat: repeat-y;
	background-position: left;
}

.C {
	background: url('images/c.gif');
	margin-left: 32px;
	margin-right: 32px;
}

.E {
	background-image: url('images/e.gif');
	background-repeat: repeat-y;
	background-position: right;
}

.SW {
	background-image: url('images/sw.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.S {
	background-image: url('images/s.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 32px;
	margin-right: 32px;
}

.SE {
	background-image: url('images/se.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.N img {
	height: 32px;
}

.S img {
	height: 32px;
}

.NW, .NE, .N, .SW, .SE, .S {
font-size: 0;
line-height: 0;
}
