body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #58595B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text {
	font-size: 11px;
}

a:link {
	color: #58595B;
	text-decoration: none;
}

a:visited {
	color: #58595B;
	text-decoration: none;
}

a:hover {
	color: #339900;
}

#container {
	padding: 0px;
	margin: auto;
	text-align: justify;
	width: 800px;
}

#headstrip {
	width: inherit;
	height: 40px;
	background-color: #8CC63F;
	padding-left: 24px;
	margin: 0px;
}

#contentcontainer {
	width: inherit;
	padding-left: 24px;
	padding-right: 10px;
}

#contentleft {
	width: 580px;
	padding: 0px;
	margin-top: 20px;
	float: left;
}

#tools {
	width: 160px;
	margin-left: 26px;
	margin-top: 20px;
	padding: 0px;
	float: right;
}

h1 {
	padding-right: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14pt;
	letter-spacing: -.08em;
	font-weight: normal;
}

h2 {
	width: 100%;
	height: 32px;
	background-image: url(../images/newrowheading.jpg);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14pt;
	letter-spacing: -.08em;
	font-weight: normal;
}

.black {
	color: #000000;
}

.green {
	color: #8CC63F;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	font-size: 13pt;
	letter-spacing: -.08em;
	margin-bottom: 5px;
	padding: 0px;
}

h4 {
	font-size: 10pt;
	letter-spacing: -.08em;
	padding: 0px;
	margin: 0px;
}

.IMGfloatL {
	float: left;
	padding-right: 20px;
}

.buttonright {
	float: right;
	padding: 0px;
	margin-top: 2px;
	margin-right: 5px;
}

img {
	border: 0px;
}

#linkscontainer {
	width: 766px;
	padding: 0px;
	margin-left: 24px;
	margin-right: 10px;
}

.links {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.links li {
	display: block;
	margin-bottom: 4px;
	padding: 0px;
}

#footer {
	width: 752px;
	height: 50px;
	padding-left: 24px;
	padding-right: 24px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#footerlist{
	padding-top: 20px;
	margin: 0px;
}

#footerlist li {
	display: inline;
	list-style-type: square;
	padding: 0px;
	margin: 0px;
	letter-spacing: -.03em;
}

.largetext {
	font-size: 12pt;
}

.jumpmenu {
	background-color: #8CC63F;
	color: #ffffff;
	border: none;
}

.red {
	color: #FF0000;
	font-size: 14px;
}

/** Curved Boxes **/
.bl {background: url(images/bl.gif) 0 100% no-repeat #EFEFEF; width: 158px; border: 1px solid #666666; }
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 
/** End Code **/

/** Tooltip **/
a span {display: none;}
a:hover span {
	display: block;
	border: 1px solid #666666;
	width: 150px;
	background-color: #EFEFEF;
	position: absolute;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 5px;
	text-align: left;
} 
a:hover {
  background-color: #EFEFEF;
}
/* The above hover change defeats the
  IE/Win display changing bug */
