BODY {
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

DIV#header {
	
}

IMG#hPic {
	left: 0px;
	top: 0px;
	width: 100%;
	z-index:-1;
}

IMG#hLogo {
	position: absolute;
	width: 63.5%;
	right: -1px;
	filter:alpha(opacity=80);
	/* -moz-opacity: .90; */
}

DIV#headBar {
	position: relative;
	top: -3px;
	height: 1.75em;
	background-color: #BCC8CA;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

P#hbar {
	margin-top: 0.15em;
	margin-bottom: 0em;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #334033;
}

P#mItem {
	color: #334033;
	background-color: #BCC8CA;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.10em;	
	border-top: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #999999; 
	border-bottom: solid 1px #999999;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	cursor: pointer;
}

P#submItem {
	color: #334033;
	background-color: #BCC8CA;
	padding-left: 1.75em;
	padding-right: 0.25em;
	padding-bottom: 0.10em;
	border-top: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	font-weight: bold;
	font-size: 8pt;
	margin-top: 1px;
	margin-bottom: 1px;
	cursor: pointer;
}

DIV#map {
    position: relative;
    left: 40%;
    top: 1em;
}

A#mLink {
	text-decoration: none;
}

DIV#main {
	position: absolute;
	width: 99.9%;
	height: 100%;
}

DIV#mainbody {
	position: relative;
	height: 800px;
}

DIV#menu {
	position: absolute;
	left: 15px;
	top: 15;
	width: 125px;
}

DIV#content {
	position: absolute;
	left: 160px;
	right: 20%;
	padding-bottom: 2em;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #DDEEDD;
	border-right: 1px solid #DDEEDD;
	text-align: justify;
}

DIV#rightbodycol {
	position: absolute;
	left: 81%;
	margin-right: 1em;
}

P#rArticle {
	padding: 1em;
	background-color: #E8EEE8;
	text-align: justify;
	font-size: 9.5pt;
	border: #DDDDDD solid 1px;
}

SPAN#right {
	position: relative;
	top: -3em;
	right: -25em;
	font-size: 9pt;
}

A#nextLink {
	color: #336633;
	padding-left: 1.75em;
	padding-right: 1.75em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

A#nextLink:hover {
	background-color: #BCC8CA;
}

A#smArrow {
	font-size: 0.7em;
}

SPAN#nextLinkBlank {
	color: #EEEEEE;
	padding-left: 1.75em;
	padding-right: 1.75em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	cursor: default;
}

IMG#consultant {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

DIV#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 1.7em;
	color: white;
	background-color: #231F20;	
	font-size: 8pt;
	text-align: center;
}

A#fLinks {
	margin-top: 1px;
	margin-right: 2em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-decoration: none;
	color: white;
}

A#fLinks:hover {
	margin-top: 1px;
	margin-right: 2em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-decoration: underline;
	color: black;
	background-color: white;
}

SPAN#copyright {
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin-left: 3em;
	margin-right: 1em;
	margin-top: -10px;
	margin-bottom: 2px;
	text-align: right;
	color: white;
	font-size: 7pt;
	float: right;
}

SPAN#email {
	position: relative;
	left: 1.5em;
}

LI#mainBullets {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	list-style-type: none;
	line-height: 2em;
	padding-left: 1.2em;
}

H2 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	text-align: left;
}

LI {
	padding-bottom: .5em;
}

.profileContact {
	color: gray;
	position: relative;
	bottom: 3px;
	font-size: 9pt;
}

/* The following is a hack to keep the footer at the bottom of either the viewport/window or page, whichever is the longer. */

#main {
	min-height: 100%;
}

/* The "height" above is a hack for IE5+/Win.  Below we adjust it using the child selector to hide from IE5+/Win */

html>body, html>body #main {
	height: auto;
}

