html {
	height: 100%;
}

body {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	height: 100%;
	background: url(../images/bg.gif) left 0px no-repeat;
}

#wrapper {
	height: 100%;
}

#leftmargin {
}

#leftnav {
	vertical-align: top;
	font-size: .65em;
}

#leftnav ul {
	margin: 0;
	padding: 0;
}

#leftnav ul li,
#leftnav ul ul li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff; 
	line-height: 1em;
	font-weight: bold;
	margin: 0;
}

#leftnav ul li a:link,
#leftnav ul li a:visited {
	background-color: #BC3A58;
	display: block;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 12px;
	color: #ecd9c2;
	text-decoration: none;
} 

#leftnav ul li a:hover,
#leftnav ul li a.current:link,
#leftnav ul li a.current:visited {
	background: #eeced5 url(arrow.gif) 128px 2px no-repeat;
	display: block;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 12px;
	color: #bc3a58;
	text-decoration: none;
}

#leftnav ul ul {
	margin: 0 0 0 12px;
}

#leftnav ul ul li a:link,
#leftnav ul ul li a:visited {
	background-color: #c96982;
	display: block;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 12px;
	color: #ecd9c2;
	text-decoration: none;
}

#leftnav ul ul li a:hover,
#leftnav ul ul li a.current:link,
#leftnav ul ul li a.current:visited {
	background: #eeced5 url(arrow.gif) 116px 2px no-repeat;
	display: block;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 12px;
	color: #bc3a58;
	text-decoration: none;
}

#mainbody, #topbody {
	background-color: #cae3dd;
	vertical-align: top;
	font-size: .75em;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#mainbody {
	height: 100%;
	padding-bottom: 18px;
}

#topbody {
	padding-left: 6px;
	padding-top: 6px;
}

#bannerleft {
	background-color: #2d9178;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#bannerwide {
	background-color: #2d9178;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#banner {
	background-color: #2d9178;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#bannerright {
	background-color: #2d9178;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#bannerwide img,
#banner img {
	border-right: 1px solid #fff;
}

#footer {
	background-color: #e09845;
	border: 1px solid #fff;
	color: #ecd9c2;
	font-size: .8em;
	text-align: center;
	padding: 6px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #bc3a58;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 0;
	margin-bottom: .2em;
	padding-top: .5em;
	padding-bottom: 0;
}

h1 {
	font-size: 30px;
/*	background: url(e09845.gif) 0 44px repeat-x; */
}

h2 {
	font-size: 27px;
/*	background: url(e09845.gif) 0 40px repeat-x; */
}

h3 {
	font-size: 24px;
/*	background: url(e09845.gif) 0 36px repeat-x; */
}

h4 {
	font-size: 21px;
/*	background: url(e09845.gif) 0 32px repeat-x; */
}

h5 {
	font-size: 18px;
/*		background: url(e09845.gif) 0 27px repeat-x; */
}

h6 {
	font-size: 15px;
/*	background: url(e09845.gif) 0 24px repeat-x; */
}

p {
	line-height: 1.7em;
	padding-left: 30px;
	padding-right: 24px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: #644;
}

p.followup {
	text-indent: 2em;
}

p.sublinks {
	background-color: #e09845;
	margin: 0;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
	padding: 2px 0 5px 12px;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 5px;
}

p.sublinks a:link,
p.sublinks a:visited {
	color: #ecd9c2;
	text-decoration: none;
}

p.sublinks a:hover {
	color: #fff;
}

ul, ol {
	margin: 0;
	padding: 0;
	padding-right: 24px;
	margin-left: 6em;
	margin-top: .7em;
	margin-bottom: .7em;
	color: #644;
}

ul ul {
	margin: 0;
	padding: 0;
	margin-left: 1.2em;
	margin-top: .7em;
	margin-bottom: .7em;
	color: #644;
}

a:link, a:visited {
	color: #bc3a58;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.needcopy {
	color: red;
	font-weight: bold;
}

table.inlinetable {
	margin-left: 30px;
	margin-top: 9px;
}

table.inlinetable tr td h5 {
	margin-left: 0;
	font-size: 18px;
	background: none;
}

table.inlinetable tr td {
	line-height: 1.2em;
	color: #644;
	padding-right: 18px;
}

table.inlinetable tr td ul {
	margin: 0;
	padding: 0;
	margin-left: 1.5em;
	margin-top: 0em;
	margin-bottom: .7em;
	color: #644;
}