body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bgstripes.gif);
	background-color: #003300;
	margin: 0;
	padding: 0 0 20px 0;
	color: #003300;
}
td {
	border-color: #006600;
}
a:link {
	color: #006600;
	text-decoration: underline
}
a:visited {
	color: #000000;
	text-decoration: underline
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF6600;
}
a:active {
	color: #060;
	text-decoration: underline
}
h1 {
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #003300
}
h2 {
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #003300;
	border-bottom-style: dotted;
	margin-top: 24px;
	border-bottom-color: #FF6600;
	border-bottom-width: 2px;
}
h3 {
	color: #003300;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-right: 0;
	margin-left: 14px;
}
.cell {
	background-color: #ececec
}
.cellborder {
	background-color: #ececec;
	border: 1px dotted #ff6600;
	margin: 4px;
	padding: 10px 20px;
}
.new {
	background-color: #ff6600;
	color: #ffffff;
}
legend {
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.textlargerbold {
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}
.textlarger {
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.textsmaller {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.caption {
	color: #000000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic
}
.button {
	border: 1px dotted #006633;
	margin: 2px;
	padding: 2px;
	background-color: #ff6600;
	font-weight: bold;
}
.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	padding: 10px;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 10px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 90px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#tableAssistancePage {
	background-color: #eeeeee;
	border-color: #003300;
	margin-right: 15px;
	text-align: center;
	background-image: url(images/bgbigstripes.gif);
}
#tableMembersvendorsPage {
	background-color: #eeeeee;
	border-color: #003300;
	text-align: center;
	background-image: url(images/bgbigstripes.gif);
}
.buttonhome a {
	display : block;
	background-color: #eeeeee;
	padding: 3px 0 3px 6px;
	border: 1px solid #ff6600;
}
.buttonhome a:hover {
	background-color : #ff6600;
	color : #ffffff;
}
.copyright {
	font-size: 70%;
	color: #003300;
	border-top: 1px dotted #003300;
}
.plaintext {
	font-style: normal;
}
.navcontainer {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.navcontainer li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
.navcontainer a {
	color: #333333;
	display: block;
	width: auto;
	text-decoration: none;
	background: #eeeeee;
	margin: 0;
	padding: 2px 4px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
}
.navcontainer a:hover, .navcontainer a:active {
	background-color: #ff6600;
	color: #ffffff;
}
.navcontainer a.active:link, .navcontainer a.active:visited {
	position: relative;
	z-index: 102;
	font-weight: bold;
	background-color: #ff6600;
	color: #ffffff;
	text-decoration: none;
}

