body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #666666;
    background-color: #FFFFFF;
	padding: 0 10px 0 10px;
	text-align: center;
}

/* This container should not have the footer container within it */
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	border-bottom: 39px solid #9CDCF8;
}

/* This container must have the sub_footer container within it */
#container_sub {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

#banner {
	position: relative;
	height: 264px;
	width: 800px;
    background: url('images/top.jpg') center repeat-y #ffffff;
}

#banner_sub {
	position: relative;
	height: 182px;
	width: 800px;
	background: url('images/subpage_banner.jpg') center repeat-y #ffffff;
}

#left_panel {
	position: relative;
	background: url('images/left_mid.jpg');
	width: 234px;
	height: 95px;	
}

#mid_panel_sub {
	position: relative;
	background: url('images/subpage_mid.jpg');
	width: 800px;
	height: 177px;
}

#right_panel{
	position: relative;
	float: right;
	margin-top: -95px;
	background: url('images/right_mid.jpg');
	width: 123px;
	height: 268px;	
}

#nav-main {
	height: 173px;
	width: 230px;
}

#nav-main ul {
	font-size: .8em;
	text-decoration: none;
	border: none;
	list-style-position: outside;
	list-style: none;
	padding-left: 5px;
	margin-left: 5px;
}
#nav-main li{
	margin-top: 3px;
	padding-bottom: 5px;
}

#nav-main a.current {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

.main-text {
	position: relative;
	margin-top: -275px;
	margin-left: 230px;
	width: 443px;
	height: 257px;
	padding: 0px 0px 5px 0px;
}

#scroll {
	overflow: hidden;
}

.sub-text {
	position: relative;
	margin-top: -300px;
	margin-left: 230px;
	width: 565px;
}

.sub-text ul, ol {
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	margin-right: 0;
	padding: 0;
}

.sub-text li {
	margin-left: 25px;
	padding-top: 8px;
	font-weight: normal;
}

.sub-text blockquote {
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 17px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0;
}
	

p {
	font-size: .8em;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	color: #FF6600;
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 3px;
}

h2, h3 {
	color: #FF6600;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 3px;
}

#footer p {
	position: relative;
	margin-top: -38px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: .6em;
	text-align: center;
}
#footer a {
	font-weight: normal;
}

#sub_footer {
	position: relative;
	background: url('images/subpage_footer.jpg') center repeat-y #ffffff;
	width: 800px;
	height: 120px; 
}

#sub_footer p{
	position: absolute;
	margin-top: 82px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 95px;
	font-size: .6em;
}

#sub_footer a {
	font-weight: normal;
}

