
.style2 {
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style17 {color: #005334}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005334;
}
.style18 {font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.style19 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #005334; }


html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

/*td img {display: block;}*/

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
body
{
	/*margin: 0;*/
	/*width: 1001px;*/
	/*padding: 0 386px;*/
	text-align: center;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 72%;
	background:url(Images/bgnd.gif) repeat-x;
	/*background-image:url(Images/bgnd.gif);
	background-repeat: repeat-x;*/
	/*background-color: #FFFFFF;*/
	/*color: #333333;*/
}

contactform
{
	/*margin: 0;*/
	/*width: 1001px;*/
	/*padding: 0 386px;*/
	text-align:right;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 72%;
	background-image: url(Images/white_bkg.jpg);
	background-repeat: repeat-x;
	/*background-color: #FFFFFF;*/
	/*color: #333333;*/
}


h1, h2, h3, h4, h5, h6 {color:#573922;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin:0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;	
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
h7 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: normal;
}
p  {
    margin: 1em 0;
    line-height:1.4;
}
a
{
	text-decoration: underline;
	color: #00cc66;
}

a:hover {text-decoration:none;}

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

#sizer {
	width: 58%;
	max-width: 170px;
	/*margin: 10px auto 0 auto;
	background-image:url(Images/bgnd.gif);
	padding: 0;*/
}
#expander {
	/*position: relative;*/
	/*position:fixed;*/
	min-width: 1001px; /* Critical Safari fix! */
	/*margin: 0 -386px 0 -386px;*/
	/*background: #FFFFFF;*'
	/*background-image:url(Images/white_bkg.jpg);*/
	/*background-image:url(Images/bgnd.gif);
	background-repeat:repeat-y;
	background-position:top right;*/
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%;  /*helps IE get the child percentages right. */
	/*border-bottom:1px solid #00cc66;*/
	text-align:left;
	background-image:url(Images/bgnd.gif);
	background-repeat:repeat-y;
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skiptocontent{
	position:absolute;
	/*margin-left:-1000px;*/
}
#leftcolumn
{
	float: left;
	height:1040px;
	width: 169px;
	/*margin-right: -3px;  IE 3px display bug fix (in conjunction with the rule following below)*/	
	font-size: 0.9em;	
	background-color: #ffffff;
	background-image:url(Images/Left_Bar.JPG);
}

html>body #leftcolumn{margin-right:0;}

#leftcoltop
{
	height: 0px;
	background-color: #ffffff;
	/*background-image: url(Images/white_bkg.jpg);*/
	background-position: right bottom;
	background-repeat: no-repeat;
}
#loginbox 
{
	width:158px;
    min-height:124px;	
	margin:1px;
	padding:2px 0.5em;
	border:2px solid #00cc66;
	background-color:#FFFFFF;
	/*background-image:url(Images/white_bkg.jpg);*/
	background-repeat:repeat-x;
	color:#6D584D;
}

* html #loginbox {height:124px;}

#loginbox h4 {margin:0;}

#leftbarcontainer {
	margin:2px;
	width:177px;
	/*padding:4em 0.5em;*/
	border:1px solid #00cc66;
	background-color:#FFFFFF;
}
#subnav 
{
	background-color:#FFFFFF;
	/*padding-bottom:1em;*/
	overflow:hidden;
}

#subnav a {}

#subnav a:hover {text-decoration:underline;}

.leftbaritem 
{
	/*padding:2em 0.5em;*/
}

#rightcolumn{
	float:right;
	height: 1040px;
	width:147px;
	/*margin-left:-3px;  IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#ffffff;
	background-image: url(Images/Right_Bar.JPG);
	font-size:0.9em;
}
html>body #rightcolumn{margin-left:0;}

#rightcoltop
{
	height: 1040px;
	padding: 0 1em;
	text-align: right;
	color: #00cc66;
	background-color: #ffffff;
	background-image: url(Images/Right_Bar.JPG);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#rightcoltop a {color:#563821;}

#searchbox {
	position:relative;	
	height:130px;
	padding:5px 0.5em;
	/*margin-bottom:-2px;*/
	background-color:#FFFFFF;
	background-image: url(Images/white_bkg.jpg);
	background-repeat: no-repeat;
}

#searchbox div {
    position:absolute; 
    bottom:0.5em; 
    text-align:right;
}
#loginbox .txtBox, #searchbox .txtBox {
    border:1px solid #00cc66;
    background-color:#FFFFFF;
    font-size:1em;
}
#rightbarcontainer {
	margin:2px;
	padding:4em 0.5em;
	border:1px solid #00cc66;
	background-color:#FFFFFF;
	/*background-image:url(Images/white_bkg.jpg);*/
	background-repeat:no-repeat;
}
.rightbaritem{
	padding:2em 0.5em;
	background-image:url(Images/white_bkg.jpg);
	background-repeat:no-repeat;
}
#centercolumn{
	height:1%;
	margin:0;
	/*background-image:url(Images/white_bkg.jpg); */
	background-repeat:no-repeat;
	background-position:top right;
}
html>body #centercolumn {
	height:auto;
	margin-left:1px;
	margin-right:1px;
}
#centercoltop{
	height:18px;	
	/*background-image:url(Images/white_bkg.jpg); */
	background-repeat:no-repeat;
}

html>body #centercoltop {height:19px;}

#mainnav {	
	height:22px;
	background-color:transparent;
	font-size:1em;
	/*background-image:url(Images/white_bkg.jpg);*/
	background-repeat:repeat-x;
	background-position:bottom left;	
}

html>body #mainnav {height:21px;}

#mainnav a {}

#mainnav a:hover {}

#mainnav table {text-align:right;}

#mainnav .item
{
	padding: 0em 1em;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
	color: #00cc66;
}

html>body #mainnav .item {border-top:1px solid transparent;} 

#mainnav .hover{}

#mainnav .selected {
	/*border-top:1px solid #00cc66;*/
	/*background-image:url(Images/white_bkg.jpg);*/
	background-repeat:repeat-x;	
}

html>body #mainnav .selected {border-top:1px solid #FAEBE7;} 
    
#header 
{	
	/*position:relative;*/
	position:fixed;
	display:block;
	height:115px;
	width:801px; 
	/*margin:2px;*/
	/*border:1px solid #00cc66;*/
    background-color:#FFFFFF;
	/*background-image:url(Images/white_bkg.jpg);*/
	background-repeat:no-repeat;
	background-position:top right;
}
#maincontent {
	/*margin:2px;	*/
	/*padding:4em 2em;*/
	/*border:1px solid #00cc66;*/
	background-image:url(Images/white_bkg.jpg);
	background-repeat:repeat;
	background-position:top right;
}
#maincontent .teaser {
	/*margin:-0.7em 0 0 0;*/
	/*color:#A68866;*/
}

#maincontent h2:before
{
	content: url(Images/white_bkg.jpg);
}

#tab_maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #00cc66;
	color:#573922;
}
* html #tab_maincontent legend {
	padding:0.5em;
	background-color:#FFFFFF;
}

#tab_maincontent label {line-height:2em;} 

#tab_maincontent .txtBox {
    border:1px solid #00cc66;
    font-size:1em;
    background-color:#ffffff;
}

html>body #tab_maincontent .txtBox {font-size:1.2em;}

#tab_maincontent .txtBox:focus {background-color:#FFFFFF;}   
    
#tab_maincontent caption {
    text-align:left; 
    font-weight:bold;
}

#maincontent table tr td 
{
	/*padding: 0.2em 0.5em;*/
} 

.button
{
	border: 1px solid #00cc66;
	color: #00cc66;
	background-color: #ffffff;
	font-size: smaller;
}    
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
div.readmore {
	text-align:right;
}
#footer {
    margin:2px;
    padding:0.5em;
    font-size:smaller;
}

#footer a {padding:0 0.5em;}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		margin:0 !important;
		background: none;
	}	
	#wrapper {
		border-bottom-style:none;
		background:none;
	}	
	a
	{
		color: #00cc66;
		text-decoration: underline;
	}
	
	#leftcolumn, #rightcolumn, #maincontent h2:before {display:none;}	
	
	#centercolumn {
		width:100%;
		margin:0 !important;
		background:none;
	}
	#centercoltop {
		height:auto;
		background:none;
	}
	#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}
	
	/*If the logo is a transparent gif it will look rather unsightly on paper, so you can turn 
		it off here. */
	#header img {display:none;}
	
	#maincontent {
		margin:0; 
		border:none;
		background:transparent;
	}
	
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
}