
body {
	width: 800px;
	margin: 100px auto;
	margin-top: 0;
	text-align: center;
	}

#header {
	display: block;
	position: relative;
	width: 800px;
	height: 231px;
	background: url(images/header.jpg) no-repeat;
	text-align: center;
	}

#main {
	display: block;
	position: relative;
	width: 800px;
	text-align: center;
}

#left {
	display: inline;
	position: relative;
	width: 238px;
	height: 500px;
	border-right: dotted 1px #0000CC;
	text-align: left;
	float: left;
	}

#right {
	display: inline;
	position: relative;
	width: 220px;
	height: 500px;
	border-left: dotted 1px #0000CC;
	padding: 10px;
	text-align: left;
	float: right;
	padding-top: 10px;
	}

#content {
	display: inline;
	position: absolute;
	width: 300px;
	font-family: arial, helvetica; sans-serif;
	font-size: 13px;
	color: #0E2A7D;
	text-align: left;
	margin: 0 10px 0 10px;
	float: left;
	left: 240px;
}

#subcontent {
	display: inline;
	position: absolute;
	width: 540px;
	font-family: arial, helvetica; sans-serif;
	font-size: 13px;
	color: #0E2A7D;
	text-align: left;
	margin: 0 10px 0 10px;
	left: 240px;
	padding-top: 10px;
}

h2, h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	}

h2+p, h3+p {
	margin-top: 0;
	padding-top: 0;
	}

.mainhead, h4 {
	font-family: verdana, helvetica, arial; 
	font-size: 11px;
	color: #9C3342; 
	font-weight: bold; 
	}

.subhead {
	font-family: verdana, helvetica, arial; 
	font-size: 11px;
	color: #172C7B; 
	font-weight: bold; 
	}

#content img {
	margin: 10px;
	}

#left a {
	font-size: 12px;
	}


#footer {
	display: block;
	position: relative;
	bottom: -20px;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	color: #0E2A7D;
	}

.homecontact, a.homecontact {
	font-family: verdana, helvetica, arial; 
	font-size: 11px;
	color: #172C7B; 
	font-weight: bold; 
	text-decoration: none;
	}

a:hover.homecontact {
	font-family: verdana, helvetica, arial; 
	font-size: 11px;
	color: #172C7B; 
	font-weight: bold; 
	text-decoration: underline;
	}
.bodytext, a {
	font-family: verdana, helvetica, arial; 
	color: #0E2A7D; 
	line-height: 18px;
	font-weight: normal; 
	}

.newslist {
	font-family: verdana, helvetica, arial; 
	font-size: 11px;
	color: #0E2A7D; 
	line-height: 14px;
	font-weight: normal; 
	}

.navtext a {
	font-family: verdana, helvetica, arial; 
	font-size: 11px;
	color: #8CA6F0; 
	font-weight: normal; 
	text-decoration: none;
	}

a:hover#navtext {
	font-family: verdana, helvetica, arial; 
	font-size: 11px;
	color: #8CA6F0; 
	font-weight: normal; 
	text-decoration: underline;
	}


.navtext {
	font-family: verdana, helvetica, arial; 
	font-size: 11px;
	color: #8CA6F0; 
	font-weight: normal; 
	text-decoration: none;
	}

a#bodytext {
	font-family: verdana, helvetica, arial; 
	font-size: 11px;
	color: #0E2A7D; 
	line-height: 18px;
	font-weight: normal; 
	text-decoration: underline;
	}

a:hover#bodytext {
	font-family: verdana, helvetica, arial; 
	font-size: 11px;
	color: #9C3342; 
	line-height: 18px;
	font-weight: normal; 
	text-decoration: underline;
	}


#left ul li  { 
	list-style-image: url(images/bullet.gif);
	line-height: 1em;
}

#main ul li  { 
	list-style-image: url(images/bullet.gif);
	line-height: 1.5em;
	}



