/* ##### Common ##### */

.doNotDisplay {
  display: none !important;
}

img
{  border-style: none;
}
/* ##### specify text color for tables to avoid some browsers practice of defining table text color ##### */
table, td, th {color: #000000;
}
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
#backgroundContainer {
	width: 100%;
	background-color: #FFFFFF;
	min-width: 500px;
}

#backgroundHeader {
	width: 100%;
	height: 8.5em;
	position: relative;
	padding-top: .1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	background-color: #FFFFFF;
}

#container {
	background-color: #FFFFFF;
	width: 100%;
}

acronym, .titleTip {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C87000;
}
/* ##### Header Simple - Container DISPLAYED ##### */

#headerSimple {
	background-color: #FFFFFF;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	padding-top: 0em;
	padding-bottom: 1em;
	width: 100%;
	height: 70px;
}

.headerSimpleCompany {
	clear: left;
	float: left;
	width: 239px;
	height: 67px;
}

.headerSimpleTitle {
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

.headerSimpleTitle a {
	text-decoration: none;
	color: #708800;
	background-color: transparent;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

.headerSimpleTitle a:link {
  color: #1078A0;
  background-color: #FFFFFF;
  text-decoration: none;
}

.headerSimpleTitle a:visited {
	color: #1078A0;
	background-color: #FFFFFF;
	text-decoration: none;
}

.headerSimpleTitle a:hover {
	text-decoration: none;
	color: #1078A0;
	background-color: #FFFFFF;
}

.headerSimpleTitle a:active {
	color: #1078A0;
	background-color: #FFFFFF;
	text-decoration: none;
}

.headerSimpleLogo {
	float: left;
	padding-right: 1em;
	padding-top: .2em;
	padding-bottom: 0em;
	padding-left: 0em;
}

#headerSimple h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 2.3em;
	background-color: transparent;
	color: #708800;
	margin: 0em;
	padding-top: 0.1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.2em;
	line-height: 105%;
}

.headerSimpleTagline {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 247px;
	padding-left: 0em;
	padding-top: 1em;
}

#headerSimple h2 {
	color: #C87000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background-color: transparent;
	font-style: normal;
	margin: 0em;
	font-weight: lighter;
	padding-top: 0.1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

/* ##### Top Bar Navigation - Container ##### */

.topBarMenu
{
	background-color: #708800;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #708800;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #708800;
	color: #708800;
	padding-top: 0.4em;
	padding-right: 0em;
	padding-bottom: 0.4em;
	padding-left: 0em;
}

/* ##### Top Bar Navigation - Specifics ##### */

#topBarLinks
{
	margin: 0em;
	text-align: left;
	vertical-align: middle;
	padding-right: 0em;
	padding-left: 0em;
}

#topBarLinks a
{
	text-decoration: none;
	color: #708800;
	background-color: #708800;
	font-size: 1.1em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #708800;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}

#topBarLinks a:hover
{
	color: #708800;
	background-color: #FFFFFF;
}

#topBarLinks a#current {

	color: #708800;
	background-color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	font-weight: bold;
	text-decoration: none;
}
/* ##### Breadcrumbs - Container ##### */

#breadcrumbs {
	padding-left: 0.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 0.5em;
	top: -8.6em;
	background-color: transparent;
	clear: both;
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

/* ##### Breadcrumbs - Specifics ##### */

#breadcrumbs p {
	font-size: 1.1em;
	margin: 0em;
	padding: 0em;
	line-height: 1em;
	color: #000000;
	background-color: transparent;
}

#breadcrumbs a:link {
  color: #1078A0;
  background-color: transparent;
  text-decoration: underline;
}

#breadcrumbs a:visited {
	color: #C87000;
	background-color: transparent;
}

#breadcrumbs a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #708800;
}

#breadcrumbs a:active {
	color: #708800;
	background-color: transparent;
}
/* ##### Header - Container DISPLAYED ##### */

/*#header {
	padding: 0;
	height: 7em;
	width: 100%;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	top: -8.6em;
	position: relative;
}
#headerLeft {
	text-align: center;
	width: 20%;
	float: left;
	height: 7em;
	background-color: #99CC66;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	margin: 0em;
	padding: 0em;
}

#headerRight {
	text-align: center;
	padding: 0em;
	height: 7em;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 20%;
	width: 79%;
}
*/

/* ##### Header - Specifics ##### */

/*.headerInfo {
	color: #FFFFFF;
	background-color: transparent;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	position: relative;
	top: 1.5em;
	vertical-align: middle;
}
.headerLogo {
	float: left;
	padding-right: 0em;
	margin: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 3em;
}
.headerCenter {
	text-align: center;
	padding: 0em;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}

.headerLogo a {

	text-decoration: none;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	background-color: transparent;
}

#headerLeft h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	background-color: transparent;
	color: #336633;
	margin-top: 0em;
	margin-bottom: 0em;
	letter-spacing: 4px;
	font-weight: lighter;
	margin-right: 0em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

.headerSimpleTitle {
	margin: 0em;
	padding: 0em;
}

.headerSimpleTitle a {
	text-decoration: none;
	color: #336633;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	background-color: transparent;
}


#headerRight h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-top: 0em;
	padding-right: 3.25em;
	padding-bottom: 0em;
	padding-left: 3.25em;
	letter-spacing: 0.7px;
	background-color: transparent;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}

.headerTitle a {
	text-decoration: none;
	color: #336633;
	padding: 0em;
	margin-top: 0.1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	background-color: transparent;
}

.headerTitle {
	margin: 0em;
	padding-top: 0.1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
*/
#main {
	padding: 0;
	width: 100%;
	margin: 0;
	background-color: transparent;
	clear: both;
}
/* ##### Left Bar - Container ##### */

#leftBar {
	width: 19%;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
	float: left;
	padding: 0em;
	background-color: transparent;
}
/* ##### Side Bar Bamboo Navigation - Container ##### */

#sideBarBambooMenu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #708800;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #708800;
}

/* ##### Side Bar Bamboo Navigation - Specifics ##### */

#sideBarBambooMenu p {
	text-align: center;
	font-size: 1.2em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	font-weight: bold;
}

.sideBarBambooTitle {
	color: #C87000;
	margin: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #708800;
	width: 100%;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
.sideBarBambooTitle h3 {
	margin: 0em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 7px;
	font-size: 16px;
	font-weight: normal;
}

#sideBarBambooLinks {
	font-size: 1.2em;
	text-align: left;
	position: relative;
	margin: 0em;
	padding: 0em;
}

#sideBarBambooMenu ul {
  list-style-type: none;
  margin: 0em;
  padding: 0em;
}

#sideBarBambooMenu ul a:link, #sideBarBambooMenu ul a:visited {
display:block;
}

#sideBarBambooMenu li {
	margin: 0em;
	padding: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #708800;
}
#sideBarBambooLinks a {
	color: #708800;
	background-color: transparent;
	margin: 0em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-weight: bold;
}


#sideBarBambooLinks a:link {
  color: #1078A0;
  background-color: transparent;
}

#sideBarBambooLinks a:visited {
	color: #C87000;
	background-color: transparent;
}

#sideBarBambooLinks a:hover {
	color: #708800;
	background-color: transparent;
}

#sideBarBambooLinks a:active {
	color: #708800;
	background-color: transparent;
}

.sideBarBambooText {
	text-align: left;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	line-height: 1.5em;
}
/* ##### Right Bar - Container ##### */

#rightBar {
	float: right;
	width: 15%;
	border: 1px solid #FFFFFF;
	padding-right: 1em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	background-color: transparent;
	text-align: center;
	display: inline;
}

#rightBar h3 {
	font-size: 1em;
	color: #708800;
	text-align: center;
}

#rightBar p {
	font-size: 1.1em;
}
#rightBar a:link {
  color: #1078A0;
  background-color: #FFFFFF;
  text-decoration: underline;
}

#rightBar a:visited {
	color: #C87000;
	background-color: transparent;
}

#rightBar a:hover {
	text-decoration: underline;
	color: #708800;
	background-color: #FFFFFF;
}

#rightBar a:active {
	color: #708800;
	background-color: transparent;
}

#ad {
	margin-top: 0.2em;
	margin-right: auto;
	margin-bottom: 0.2em;
	margin-left: auto;
	padding: 0em;
}
#ad a:link {
  color: #1078A0;
  background-color: #FFFFFF;
}

#ad a:visited {
	color: #C87000;
	background-color: transparent;
}

#ad a:hover {
	color: #708800;
	background-color: transparent;
}

#ad a:active {
	color: #708800;
	background-color: transparent;
}
/* ##### Main Content - Container ##### */

#mainContent {
	text-align: justify;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 1em;
	width: 57%;
	float: left;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	background-color: transparent;
}

/* ##### Main Content - Specifics ##### */

#mainContent h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	text-align: left;
	color: #708800;
	padding-top: 0;
	padding-right: 1.25em;
	padding-bottom: 0;
	padding-left: .75em;
	margin-top: 0.25em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	background-color: transparent;
	line-height: 105%;
}

#mainContent h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #708800;
	text-align: left;
	margin-top: 0.25em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 0em;
	padding-left: 1em;
	line-height: 1.3em;
	background-color: transparent;
}

#mainContent h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #C87000;
		text-align: left;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	line-height: 1.2em;
	background-color: transparent;
}

#mainContent p {
	padding-right: 10px;
	padding-left: 40px;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	line-height: 130%;
}


#mainContent a:link {
  color: #1078A0;
  background-color: #FFFFFF;
  text-decoration: underline;
}

#mainContent a:visited {
	color: #C87000;
	background-color: transparent;
	text-decoration: underline;
}

#mainContent a:hover {
	text-decoration: none;
	color: #708800;
	background-color: transparent;
}

#mainContent a:active {
	color: #708800;
	background-color: transparent;
}

dt {
  font-weight: bold;
  margin: 0em;
  padding: 0 0 0.25em 0;
}

dd {
  margin: 0em 0em 1.5em 1.5em;
  padding: 0em;
}

/* ##### Primary Box - Container ##### */

.primaryBox {
	padding-top: 0em;
	padding-bottom: 0.25em;
	margin: 0em;
	padding-right: 0em;
	padding-left: 0em;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* ##### Primary Box - Specifics ##### */

#primaryBoxList
{
margin-left: 0em;
padding-left: 0em;
list-style: none;
}

#primaryBoxList li
{
padding-left: 1em;
background-image: url(images/circle.gif);
background-repeat: no-repeat;
background-position: 0 0.5em;
}

.primaryBox li {
	padding-top: .3em;
	padding-bottom: 0.3em;
	text-indent: 0.1em;
	margin-left: 2em;
	margin-right: 2em;
	text-align: left;
}

.primaryBox ol {
	list-style-type: decimal;
	list-style-position: outside;
}

.primaryBox blockquote {
	color: #003366;
	background-color: transparent;
}

.testimonial {
	clear: right;
	float: right;
	width: 35%;
	padding: 0em;
	margin-top: 0.7em;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	margin-left: 1em;
}

.testimonial p {
	background-color: #CCFF99;
	padding: 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9F9F9;
	border-right-color: #F9F9F9;
	border-bottom-color: #F9F9F9;
	border-left-color: #F9F9F9;
	margin: 0em;
	text-align: left;
	color: #000000;
  }
  
  .client {
	font-style: italic;
	font-weight: bold;
}

.backtotop {
	font-weight: bold;
	float: right;
	font-size: 0.8em;
	margin-right: 1em;
	margin-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #B8E0A0;
}
.answers {
	text-align: left;
}

.picture {
	float: right;
	border: 1px solid #F9F9F9;
	margin: 1em;
	padding: 0em;
}

#footerquote {
	margin: 0;
	clear: both;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background-color: #FFFFFF;
	font-size: 1.2em;
	text-align: center;
	color: #C87000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E800;
}
#footerad {
	margin: 0;
	clear: both;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background-color: #FFFFFF;
	font-size: 1.2em;
	text-align: center;
	color: #C87000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E800;
}

/* ##### Footer - Container ##### */

#footer {
	font-size: 1.2em;
	margin: 0;
	clear: both;
	background-color: #609810;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #385808;
	background-image: url(images/topmenugreen.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding: 0em;
}

/* ##### Footer - Specifics ##### */

#footer .designer {
	text-align: right;
	padding-top: 6px;
	padding-right: 2em;
	padding-bottom: 0em;
	padding-left: 0em;
}

#footer a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: transparent;
}

#noUnderLine {
	text-decoration: none;
}

#noUnderLine a {
	text-decoration: none;
	color: #FFFFFF;
}

#noUnderLine a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}


/* ##### Sub Footer ##### */

.subFooter {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	padding-top: 0.5em;
	padding-right: 0.6em;
	padding-bottom: 0.5em;
	padding-left: 0.6em;
	color: #C87000;
	background-color: transparent;
}
.testpicture {
	border: 2px solid #708800;
}
/* ##### FROM ORIGINAL GLOBAL STEWARDS ##### */

.logo {
	font-size: 2.6em;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	color: #708800;
	background-position: left center;
	padding-left: .3em;
}

.logosmall {
	font-family: Papyrus, "Palatino Linotype", Arial, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #C87000;
	line-height: 200%;
}
.border {
	border: 2px solid #708800;
}



.titlesmall {
	font-family: Papyrus, "Palatino Linotype", Arial, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #C87000;
}

.mainword {
	font-family: Papyrus, "Palatino Linotype", Arial, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-position: center;
}
.titleword {
	font-size: 1.1em;
	color: #C87000;
}

.navigation2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #708800;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 140%;
	text-align: center;
}

.navigation2:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #C87000;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 140%;
	text-align: center;
}
.directionals {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-indent: 1em;
	padding-left: .3em;
}
.quotes {
	color: #708800;
	background-position: center;
}


.navigation1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #708800;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: .3em;
	width: auto;
	text-align: center;
}

.navigation1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #708800;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: .3em;
	width: auto;
	text-align: center;
}

.mainwordsmall {
	line-height: 100%;
	font-weight: bold;
	color: #708800;
	background-position: center;
}
.mainwordsmallhome {
	line-height: 150%;
	font-weight: bold;
	color: #708800;
	background-position: center;
}
.malltitlesmall {
	font-size: 1.4em;
	font-weight: bold;
	color: #C87000;
	text-align: left;
}


.announcement {
	vertical-align: middle;
	text-align: left;
	padding: 0.5em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #708800;
	border-right-color: #708800;
	border-bottom-color: #708800;
	border-left-color: #708800;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.print {
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.borderallsides {
	border: 1px solid #708800;
}
.bordernotop {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #708800;
	border-bottom-color: #708800;
	border-left-color: #708800;
}
.borderrightonly {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #708800;
}
.margin {
}
.margin ol {
	padding-right: .7em;
}
.margin li {
	padding-top: .2em;
	padding-bottom: .2em;
}


.margin p {
	margin-right: 2.5em;
	margin-left: 2.5em;
}
.margin h2 {

	margin-right: 2.5em;
	margin-left: 2.5em;
}
.centertable {
	margin-right: auto;
	margin-left: auto;
}
.margin h3 {


	margin-right: 2.5em;
	margin-left: 2.5em;
}
#mainContent .primaryBox .navigation3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #1078A0;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding: 0.1em;
	margin-right: 0em;
	margin-left: 0em;
	line-height: 140%;
}
#mainContent .primaryBox .navigation3:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #708800;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 140%;
}
.mainwordsmallbig {
	font-size: 1.1em;
	line-height: 100%;
	font-weight: bold;
	color: #708800;
	background-position: center;
}
.bordertoponly {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #708800;
}
.bordernotopout {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #708800;
	border-bottom-color: #708800;
	border-left-color: #708800;
}
.bordernotopquote {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #708800;
	border-bottom-color: #708800;
	border-left-color: #708800;
	padding-top: .2em;
	padding-bottom: .2em;
}
.borderallsidescats {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #708800;
	border-right-color: #708800;
	border-bottom-color: #708800;
	border-left-color: #708800;
	padding: .4em;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}
.borderlunchleft {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #708800;
	border-left-color: #708800;
}
.borderlunchright {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #708800;
	border-left-color: #708800;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #708800;
}
.borderlunchall {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #708800;
	border-left-color: #708800;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #708800;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #708800;
}
.borderlunchtopleft {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #708800;
	border-left-color: #708800;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #708800;
}
.logotop {
	padding-top: .5em;
}
.blueboxborder {

	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #708800;
	border-right-color: #708800;
	border-bottom-color: #708800;
	border-left-color: #708800;
}
.titlewordsustain {
	font-weight: bold;
	color: #C87000;
	font-size: 102%;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.tableborder {
	border: 1px solid #000000;
	text-align: center;
	padding-top: .6em;
	padding-right: .3em;
	padding-bottom: .6em;
	padding-left: .3em;
}


.bordernav {
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #708800;
	border-right-color: #708800;
	border-bottom-color: #708800;
	border-left-color: #708800;
	text-align: center;
}
.list {
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #708800;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #708800;
}

#menu {
	background-color:#FFFFFF;
	width:100%;
	text-align:center;
	margin-bottom: .5em;
}
#menu p {
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin:0.2em;
	font-size: 1em;
}
#menu a {
	height:100%;
	padding:.5em;
	font-weight:normal;
	text-decoration:none;
}
#menu a:link {
	height:100%;
	padding:0.5em;
	color:#1078A0;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #708800;
	margin-bottom: 0.2em;
	background-color: #708800;
}
#menu a:visited {
	height:100%;
	padding:0.5em;
	color:#C87000;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #708800;
	background-color: #708800;
}
#menu a:hover {
	height:100%;
	padding:0.5em;
	color:#708800;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #708800;
	background-color: #FFFFFF;
}
#menu a:active {
	height:100%;
	padding:.5em;
	color:#708800;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #708800;
	background-color: #FFFFFF;
}
#menu a#current {
	height:100%;
	padding:.5em;
	color:#708800;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #708800;
	background-color: #FFFFFF;
}
.dashbottom {
	border-bottom-width: .1em;
	border-bottom-style: dashed;
	border-bottom-color: #708800;
	padding-bottom: .1em;
}
.active {
	text-decoration:none;
	color: #708800;
	font-style: italic;
}
.bottomnav {
	margin-top: .2em;
}
.sidebarnav {
	border: 1px solid #708800;
}
.indextable {
	border: 2px solid #708800;
	text-align: left;
}

.imgfloatright {
	float: right;
	padding-top: 0.3em;
	padding-right: 0.0em;
	padding-bottom: 0.3em;
	padding-left: 0.6em;
}

h5 {
	font-family: Papyrus, "Palatino Linotype", Arial, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #C87000;
	line-height: 200%;
	margin: 0em;
	padding: 0em;
}
.indextd {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #708800;
}
.searchright {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #708800;
	border: 1px double #708800;
}
.sidebarnavactive {

	border: 1px solid #708800;
}
.formLabels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.formElement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 300px;
	font-size: 1.3em;
}
.formCell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.sidebarnavmenu {
	border: 1px solid #708800;
	background-color: #708800;
}
a:link {
	color: #1078A0;
}

a:visited {
	color: #C87000;
}
a:hover {
	color: #708800;
}
a:active {
	color: #708800;
}
.sidebarnav a:link {
	color: #1078A0;
}

.sidebarnav a:visited {
	color: #C87000;
}
.sidebarnav a:hover {
	color: #708800;
}
.sidebarnav a:active {
	color: #708800;
}
.chartheadings {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: .5em;
	display: block;
}
.siteswithsmarts {
	width: 698px;
}
.siteswithsmarts p {
	font-size: 1.1em;
	text-align: right;
	color: #708800;
}
.ad {

	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	padding: 0em;
}
.adamazon {
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	padding: 0em;
	width: 129px;
	text-align: center;
}
.adkates {
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	padding: 0em;
	width: 124px;
	text-align: center;
}
.serv02td {
	padding: 1em;
	vertical-align: top;
	width: 50%;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #708800;
	border-right-color: #C87000;
	border-bottom-color: #C87000;
	border-left-color: #708800;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.serv02p {
	text-indent: -0.25in;
	margin-top: 0.1em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 1em;
	font-size: 1.1em;
	padding: 0pc;
}

.serv02dot {
	font-size: 10pt;
}
#lineheight {
	line-height: 1.5;
}

.serv02letters {
}

.serv02table {
	margin-left: auto;
	margin-right: auto;
}
.topBarMenu2
{
	background-color: #609810;
	width: 100%;
	color: #FFFFFF;
	height: 25px;
	background-image: url(images/topmenugreen.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #609810;
	margin: 0px;
	padding: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #385808;
}

/* ##### Top Bar Navigation - Specifics ##### */



#topnav {
	margin: 0;
	list-style-type: none;
	float: left;
	padding: 0px;
	width: 100%;
	font-size: 1.2em;
}
#topnav li {
  margin: 0;
  padding: 0;
  float: left;
}
#topnav a {
	float: left;
	width: 113.4px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2em;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #487010;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #609810;
	font-weight: bold;
}
#topnav #topnav_ref a {
  border-right: none;
}
#topnav a:hover {
	background-color: #589010;
	background-image: url(images/topmenugreenhover.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#body_hom #topnav_hom a, #body_abt #topnav_abt a,
    #body_cnt #topnav_cnt a,#body_stm #topnav_stm a,
    #body_src #topnav_src a, #body_shp #topnav_shp a, #body_sup #topnav_sup a {
	background-color: #589010;
	background-image: url(images/topmenugreenhover.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#logoImage {
	padding: 0px;
	margin-left: 4px;
	margin-top: 2px;
}
#mainContent a.backtotop {
	background-color: #B8E0A0;
}
#rightBar .affiliatelink {
	color: #FFFFFF;
	text-decoration: none;
}
#rightBar .affiliatelink a {
	color: #FFFFFF;
	text-decoration: none;
}
#rightBar .affiliatelink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#rightBar .affiliatelink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#rightBar .affiliatelink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#rightBar .affiliatelink a:active {
	color: #FFFFFF;
	text-decoration: none;
}.blueborder {
	border: 1px solid #6EA728;
}
.imgfloatleft {

	float: left;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
}
.borderpresall {

	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #708800;
	border-left-color: #708800;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #708800;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #708800;
}


    #mainContent .primaryBox #tabsC {
	float:left;
	width:100%;
	background:#FFFFFF;
	font-size:100%;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #708800;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsC ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsC li {
	display:inline;
	margin:0;
	padding:0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsC a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration: none;
	background-image: url(images/tableftC.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsC a span {
	float:left;
	display:block;
	background:url(images/tabrightC.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#C87000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainContent .primaryBox #tabsC a span {
	float:none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
    /* End IE5-Mac hack */
    #mainContent .primaryBox #tabsC a:hover span {
	color:#FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsC a:hover {
	background-position:0% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsC a:hover span {
	background-position:100% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }

        #mainContent .primaryBox #tabsC #yes a {
	background-position:0% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        }
        #mainContent .primaryBox #tabsC #yes a span {
	background-position:100% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        }
        #mainContent .primaryBox #tabsC #allecotipsoff a span {
	font-weight: bold;
        }
				        #mainContent .primaryBox #tabsC #allecotipson a {
	background-position:0% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        }
        #mainContent .primaryBox #tabsC #allecotipson a span {
	background-position:100% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
        }
#mainContent .primaryBox a.backtotop  {
	color: #C87000;
	text-decoration: underline;
	background-color: #B8E0A0;
}
#mainContent .primaryBox a:link.backtotop  {
	color: #C87000;
	text-decoration: underline;
	background-color: #B8E0A0;
}
#mainContent .primaryBox a:visited.backtotop  {
	color: #C87000;
	text-decoration: underline;
	background-color: #B8E0A0;
}
#mainContent .primaryBox a:hover.backtotop  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B8E0A0;
}
#mainContent .primaryBox a:active.backtotop  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B8E0A0;
}
#feedback {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#statistics td {
	border: 1px solid #285880;
	text-align: left;
}
#statistics table {
	border: 1px solid #285880;
}

#statistics tr {
	border: 1px solid #285880;
}
#statistics th {
	border: 1px solid #285880;
	padding: 2px;
}

#statistics2 td {
	border: 1px solid #285880;
	text-align: left;
}
#statistics2 table {
	border: 1px solid #285880;
}

#statistics2 tr {
	border: 1px solid #285880;
}
#statistics2 th {
	border: 1px solid #285880;
	padding: 2px;
}
#mainContentAmazon {

	text-align: justify;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 1em;
	width: 100%;
	float: left;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	background-color: transparent;
}
#mainContentAmazon p {

	padding-right: 0em;
	padding-left: 0em;
	margin-top: 0em;
	margin-right: 1.25em;
	margin-bottom: 0em;
	margin-left: 1.25em;
}
#mainContentAmazon a:link {

  color: #1078A0;
  background-color: #FFFFFF;
  text-decoration: underline;
}
#mainContentAmazon a:visited {

	color: #C87000;
	background-color: transparent;
	text-decoration: underline;
}
#mainContentAmazon a:hover {

	text-decoration: none;
	color: #708800;
	background-color: transparent;
}
#mainContentAmazon a:active {

	color: #708800;
	background-color: transparent;
}
.greenbold {
	font-weight: bold;
	color: #708800;
}
#backgroundContainer #container #main #mainContent .primaryBox #issues h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C87000;
	font-size: 1.2em;
}
#backgroundContainer #container #main #mainContent .primaryBox #issues li {
	list-style-type: circle;
}
#backgroundContainer #container #main #mainContent .primaryBox #issues .announcement .smallprint {
	font-size: 85%;
}
#backgroundContainer #container #main #mainContent .primaryBox #issues h2 {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #708800;
	font-size: 1.7em;
}
#rightBar .greenamazon {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	font-family: Arial, Verdana, sans-serif;
}

#rightBar .greenamazon a:link {
	decoration: underline;
	color:#1078A0;
}
#rightBar .greenamazon a:visited {
	decoration: underline;
	color:#1078A0;
}
#rightBar .greenamazon a:hover {
	decoration: underline;
	color:#1078A0;
}
#rightBar .greenamazon a:active {
	decoration: underline;
	color:#1078A0;
}
.talllines {
	line-height: 140%;
}



    #mainContent .primaryBox #tabsD {
	float:left;
	width:100%;
	background:#FFFFFF;
	font-size:100%;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #708800;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsD ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsD li {
	display:inline;
	margin:0;
	padding:0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsD a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration: none;
	background-image: url(images/tableftC.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsD a span {
	float:left;
	display:block;
	background:url(images/tabrightC.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#C87000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainContent .primaryBox #tabsD a span {
	float:none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
    /* End IE5-Mac hack */
    #mainContent .primaryBox #tabsD a:hover span {
	color:#FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsD a:hover {
	background-position:0% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }
    #mainContent .primaryBox #tabsD a:hover span {
	background-position:100% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
      }

        #mainContent .primaryBox #tabsD #yes a {
	background-position:0% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        }
        #mainContent .primaryBox #tabsD #yes a span {
	background-position:100% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        }
        #mainContent .primaryBox #tabsD #allecotipsoff a span {
	font-weight: bold;
        }
				        #mainContent .primaryBox #tabsD #allecotipson a {
	background-position:0% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        }
        #mainContent .primaryBox #tabsD #allecotipson a span {
	background-position:100% -42px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
        }
.lunarpages {
	margin-top: 8px;
	padding-left: .6em;
}
.clear {
	clear: both;
}
.indentul {
	margin-left: 25px;
}
.indentul2 {
	margin-left: 50px;
}
.primaryBox .greenborder1 {
	margin-top: -5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #708800;
	border-right-color: #708800;
	border-left-color: #708800;
}
.primaryBox .greenborder2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #708800;
	border-bottom-color: #708800;
	border-left-color: #708800;
}
.zerovolt {
	font-size: 115%;
	font-variant: small-caps;
}

