body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-color: #fff;
}
.contentWrapper {
    width: 757px;
	margin: 0px auto;
	padding: 0px;
    border: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0px;
    padding: 0px;
    border: 1px solid #006633;
	background: url(../img/banner.jpg) repeat-y;	
}
.tagline {
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	letter-spacing: 0.15em;
	font-style: italic;
	position: relative;
	top: 45px;
	float: right;
}
.nav {
	margin: 1px 0px;
	padding: 0px;
}
#navBar {
	margin: 0px;	
	padding: 0px;
	list-style-type: none;
	float: left;
}
.contentWrapper .nav #navBar li {
	float: left;
	margin: 1px;
	padding: 0px;	
	width: 185px;
	border: 1px solid #006633;
	font-size: .9em;
	letter-spacing: .2em;
}
.contentWrapper .nav #navBar a {
	display: block;
	width: 185px;
	color: #003300;
	font-weight: bold;
	text-align: center;
	padding: 1px 0;
	text-decoration: none;
	float: left;
	background-color: #DDEAE3;
}
.contentWrapper .nav #navBar a:hover {
	color: #006600;
	background-color: #fff;
}
.contentWrapper .nav #navBar a.navOn:hover, .contentWrapper .nav #navBar a.navOn {
	color: #006600;
	background-color: #fff;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	font-variant: small-caps;
	color: #fff;
	text-align: left;
	margin: 7px 15px 5px;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #006633;
	margin: 0px 15px;
}
h3 {
	font-size: .6em;
	font-weight: normal;
	color: #fff;	
	letter-spacing: .22em;
	margin: 0px 0px 10px 15px;
}
.stress {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
}
.mainContent {
	position: relative;
	margin: 1px 0px 2px 0px;
	padding: 0px;
	float: left;
	width: 755px;
	border: 1px solid #006633;
}
/* IE has a built-in 1px margin on top of
   a border.  The other browsers don't. */
* html .mainContent {
	margin: 0px;
}
* html .leftContent {
	border: none;
	background: url(../img/dot.gif) repeat-y right;	
}
* html .footer {
	margin-top: 2px;
}
* html .leftServices {
	border: none;
	background: url(../img/dot.gif) repeat-y right;	
}
.leftContent {
	margin-top: 20px;
	float: left;
	width: 378px;
	height: 420px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.rightContent {
	margin-top: 20px;
	float: right;
	width: 370px;
	height: 510px;
}
.leftContentImg {
	margin: 25px 0px 0px 85px;
	padding: 2px;
	border: #CCCCCC 1px solid;
}
.rightContentImg {
	margin-left: 85px;
	padding: 2px;
	border: #CCCCCC 1px solid;	
}
.contentWrapper .mainContent h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	margin: 0px 0px 0px 30px;
}
.contentWrapper .mainContent ul {
	list-style-image: url(../img/bullet.gif);
}
.contentWrapper .mainContent li {
	font-size: .8em;
	padding-bottom: 8px;
}
.list {
	margin: 0px 0px 0px 55px;
}
.keywords {
	position: absolute;
	bottom: 20px;
	left: 202px;
	font-size: .7em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #006600;
}
.bulletImg {
	margin: 0px 5px;
}
.roundedCornerSpacer {
    margin: 0px;
	padding: 0px;
	border: 0px;
    clear: both;
    font-size: 1px;
	line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px;
	height: 14px;
    padding: 0px;
	border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { 
	float: left;
	clear: both; 
}
.borderTR, .borderBR {
	float: right;
	clear: right; 
}
.borderTL {
	margin: -1px 0px 0px -1px;
}
.borderTR {
	margin: -1px -1px 0px 0px; 
}
.borderBL {
	margin: -14px 0px 0px 0px;
}
.borderBR { 
	margin: -14px 0px 0px 0px;
}
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
.footer {
	background: #DDEAE3;
	clear: both;
	width: 755px;
	height: 17px;
	border: solid #006633 1px;
}
.address {
	font-size: .6em;
	color: #003300;
	text-align: center;
	margin: 3px 0px 0px 0px;
}
.email, .email:visited {
	color: #006633;
	text-decoration: underline;
}
.email:hover, .email:visited:hover {
	color: #006633;
	text-decoration: none;
}
.brightedge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #999999;
	text-align: right;
	margin: 0px;
	padding: 5px 0px 10px;
}
.bright, .bright:visited {
	color: #FF9900;
	text-decoration: none;
}
.bright:hover, .bright:visited:hover {
	color: #FF9900;
	text-decoration: underline;
}
.container {
	height: auto;
	width: auto;
}
.left {
	float: left;
	width: auto;
	height: 368px;
}
.right {
	float: right;
	height: auto;
	width: 520px;
	font-size: 0.8em;
	text-align: justify;
	padding: 30px 30px 0px 0px;
}
.serviceList {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.pageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	color: #006600;
	font-weight: normal;
	font-style: italic;
	font-size: 1.6em;	
}
.pageImg {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 25px 0px 0px 25px;
}
.leftServices {
	margin: 20px 0px 0px 25px;
	padding: 20px 0px 0px 0px;
	float: left;
	width: 260px;
	height: 100px;
	border-right: 1px dotted #999999;
	text-align: center;
	font-size: 0.8em;	
}
.rightServices {
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;	
	float: right;
	width: 283px;
	height: 100px;
	text-align: center;
	font-size: 0.8em;	
}
.sLink, .sLink:visited {
	color: #006633;
	text-decoration: underline;
	font-size: 1.4em;	
}
.sLink:hover, .sLink:visited:hover {
	color: #006633;
	text-decoration: none;
	font-size: 1.4em;	
}
.back {
	margin: 0px 0px 80px 0px;
}
.arrow {
	color: #006633;
	font-size: 1.2em;
}
.button {
	cursor: pointer;
	border: outset 1px #ccc;
	background: #DDEAE3;
	color: #003300;
	margin: 10px 0px 0px 0px;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #003300;
}
