/*  nccna.css 
Primary style sheet for website of 
The Northern California Chapter of the Neuropathy Association
Designed and developed by Penni L. Smith, The Computer Smith
Copyright 2007-2009, NCCNA, All Rights Reserved */

/* TAGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #FBF9E9;
	text-align: left;
	line-height: 150%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	color: #B82430;
	line-height: 110%;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #B82430;
	text-align: left;
	line-height: 110%;
	margin-bottom: -.5em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #000000;
	padding-top: 1ex;
	text-align: left;
	line-height: 110%;
	margin-bottom: -.5em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 110%;
	margin-bottom: -.5em;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 110%;
	margin-bottom: -.75em;
}
h5.topln {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #66F;
	text-align: left;
	line-height: 110%;
	margin-bottom: -0.75em;
	text-decoration: overline;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 110%;
	margin-bottom: -.75em;
}
table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
table.lft {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	float: left;
}
table.invis {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FBF9E9;
	border-top-color: #FBF9E9;
	border-right-color: #FBF9E9;
	border-bottom-color: #FBF9E9;
	border-left-color: #FBF9E9;
}
th {
	font-weight: bold;
	background-color: #CE7B69;
	text-align: center;
	border-bottom-style: double;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
th.lb {
	border-left-width: 1px;
	border-left-style: solid;
}
th.center {
	text-align: center;
}
th.right {
	text-align: right;
}
th.mama {
	font-weight: bold;
	background-color: #CE7B69;
	text-align: left;
	padding-right: .5em;
	padding-left: .5em;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
th.mamalb {
	font-weight: bold;
	background-color: #CE7B69;
	text-align: left;
	padding-right: .5em;
	padding-left: .5em;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	border-left-width: 1px;
	border-left-style: solid;
}
th.mamacenter {
	font-weight: bold;
	background-color: #CE7B69;
	text-align: center;
	padding-right: .5em;
	padding-left: .5em;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	border-left-width: 1px;
	border-left-style: solid;
}
th.mamaright {
	font-weight: bold;
	background-color: #CE7B69;
	text-align: right;
	padding-right: .5em;
	padding-left: .5em;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	border-left-width: 1px;
	border-left-style: solid;
}
/* This default tag will be used for even-numbered row groups */
tr {
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: text-top;
}
/* This changes the background color for odd-numbered row groups */
tr.odd {
	color: #000000;
	background-color: #CCCCCC;
	vertical-align: text-top;
}
/* Just to put some padding around the cells, because column borders will not be used */
td {
	padding-right: .5em;
	padding-left: .5em;
}
/* The "main" items will be used for the first row in a group of rows for one listing
Left, mid, and right will set the proper borders for the sides of each cell based on column */
td.leftmain {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	font-weight: bold;
}
td.midmain {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: .5px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
td.rightmain {
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: .5px;
	border-left-width: .5px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
td.leftsub {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: .5px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
td.midsub {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: .5px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: .5px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
td.rightsub {
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: .5px;
	border-right-width: 1px;
	border-bottom-width: .5px;
	border-left-width: .5px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
/* Same as above, but for MAMA */
td.fullmainmama {
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	font-weight: bold;
	margin-top: 2px;
}
td.leftmainmama {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	font-weight: bold;
	margin-top: 2px;
}
/*  This is exactly the same as the above, but not bolded */
td.leftmainnbmama {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	margin-top: 2px;
}
td.midmainmama {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	margin-top: 2px;
}
td.rightmainmama {
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	margin-top: 2px;
}
td.midmainmamanobord {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	margin-top: 2px;
}
td.rightmainmamanobord {
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	margin-top: 2px;
}
td.leftsubmama {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
td.midsubmama {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
td.rightsubmama {
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
td.midsubmamanobord {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
td.rightsubmamanobord {
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
td.leftsubmamadot {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
td.midsubmamadot {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
td.rightsubmamadot {
	border-top-style: dotted;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
}
/* for reports */
table.rpt {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th.rpt {
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: .5em;
	padding-left: .5em;
	border-top-style: double;
	border-bottom-style: double;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
th.rpttop {
	font-size: 1.5em;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	padding-right: .5em;
	padding-left: .5em;
	border-top-style: solid;
	border-bottom-style: none;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
}
th.rptboth {
	font-size: 1.5em;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	padding-right: .5em;
	padding-left: .5em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
}
th.rptmaingrp {
	font-size: 1.5em;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	padding-right: .5em;
	padding-left: .5em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	border-top-width: medium;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
th.rptsubgrp {
	font-size: 1.25em;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	padding-right: .5em;
	padding-left: .5em;
	border-top-style: double;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	border-top-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
td.rptendgrp {
	background-color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 0.5em;
	border-color: #000000;
	border-top-style: solid;
	border-top-width: medium;
}
td.mainreport {
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	margin-top: 2px;
}
td.subreport {
	border-top-style: none;
}
td.leftlinereport {
	margin-top: 3pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td.rightlinereport {
	margin-top: 3pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
/* DIVS */
/* This will be a text box for special attention items */
#focusbox {
	font-size: 1.5em;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CE7B69;
	text-align: center;
	padding: 2px;
	float: right;
	width: 200px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B82430;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #B82430;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	margin-top: 10px;
	margin-left: 5px;
}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#focusbox a {
	color: #FFCC00;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#focusbox a:visited {
	color: #000000;
	text-decoration: underline;
}
#focusbox a:hover {
	color: #FFCC00;
	text-decoration: none;
	background-color: #B82430;
}
/* Wrapper for the entire page */
#fullwrapper {
	width: 750px;
	margin:0 auto;
}
/* Wrapper for the entire page */
#mamawrapper {
	width: 766px;
	margin:0 auto;
}
/* Wrapper for the banner area */
#mamabanner {
	width: 760px;
	margin-left: 5px;
	margin-bottom: 15px;
	border-bottom-style: double;
	border-bottom-color: #B82430;
	padding-bottom: 5px;
}
/* Wrapper for the banner area */
#banner {
	width: 740px;
	margin-left: 5px;
	border-bottom-style: double;
	border-bottom-color: #B82430;
	padding-bottom: 5px;
}
#bannername {
	float: right;
}
#bannerlogo {
	float: left;
}
#headerlinkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
}
#headerdonatebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	clear: both;
	position: relative;
}
#searchbox {
	width: 740px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	float: none;
	position: absolute;
	top: 120px;
	right: 0px;
}
#rptpagenote {
	margin:0 auto;
	}
#rptarea {
	margin:0 auto;
	}
#rptfooter {
	font-size: 0.9em;
	text-align: left;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 1ems;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	page-break-after: always;
	}
#rptbottom {
	page-break-after: always;
	}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#headerlinkbox a {
	color: #B82430;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#headerlinkbox a:visited {
	color: #339933;
	text-decoration: underline;
}
#headerlinkbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CE7B69;
}
/* Wrapper for the content area */
#contentwrapper {
	width: 740px;
	margin-left: 5px;
	float: none;
}
#contentwrapperm {
	width: 760px;
	margin-left: 5px;
	float: none;
}
#contentmlefta {
	width: 375px;
	float: left;
}
#contentmrighta {
	width: 375px;
	float: right;
}
#contentmleftb {
	width: 375px;
	float: left;
}
#contentmrightb {
	width: 375px;
	float: right;
}
#menubar {
	float: left;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
	color: #005553;
	margin-top: 2px;
	margin-left: 2px;
}
#maincontent {
	float: none;
	line-height: 1.2em;
	text-align: justify;
	padding-top: 20px;
}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#maincontent  a {
	color: #B82430;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#maincontent  a:visited {
	color: #339933;
	text-decoration: underline;
}
#maincontent  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CE7B69;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #B82430;
	text-align: center;
	border-top-style: double;
	border-top-color: #B82430;
	border-right-color: #B82430;
	border-bottom-color: #B82430;
	border-left-color: #B82430;
	float: none;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 100%;
	width: 740px;
	padding: 5px;
}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#footer a {
	color: #B82430;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#footer a:visited {
	color: #339933;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CE7B69;
}
#pageline {
	width: 400px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B82430;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#largelogo {
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/logo/NCCNA_Graphic_VLrg.jpg);
	background-repeat: no-repeat;
}
/* CLASSES */
/* Used for list on main page */
.ulnccna {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 125%;
	font-weight: bold;
	color: #000000;
	text-indent: 3em;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #B82430;
	text-align: center;
	font-style: italic;
	vertical-align: top;
}
/* This can be assigned to any div tag to interrupt the set float */
.endfloat {
	float: none;
}
.rightfloat {
	float: right;
	padding-right: 0px;
}
.leftbtn {
	float: left;
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
}
.leftbtnup {
	float: left;
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	margin-top: -20px;
}
.rightbtn {
	float: right;
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
}
.leftimage {
	float: left;
	padding-right: 7px;
	padding-bottom: 7px;
}
.rightimage {
	float: right;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 7px;
}
.centertext {
	text-align: center;
}
.righttext {
	text-align: right;
}
.lefttext {
	text-align: left;
}
.smalltext {
	font-size: 0.8em;
}
.textbold {
	font-weight: bold;
}
.textunderline {
	text-decoration: underline;
}
.textboldunder {
	font-weight: bold;
	text-decoration: underline;
}
.textitalic {
	font-style: italic;
}
.halfheight {
	line-height: .5em;
}
.extraheight {
	line-height: 1.75em;
}
.moveup {
	top: -5em;
}
/* FORM ITEMS */
.textinputvshort {
	width: 1em;
	border: thin solid #B82430;
}
.textinputashort {
	width: 2em;
	border: thin solid #B82430;
}
.textinputqshort {
	width: 3em;
	border: thin solid #B82430;
}
.textinputshort {
	width: 5em;
	border: thin solid #B82430;
}
.textinputab {
	width: 7em;
	border: thin solid #B82430;
}
.textinputabr {
	width: 10em;
	border: thin solid #B82430;
}
.textinputabrv {
	width: 15em;
	border: thin solid #B82430;
}
.textinput {
	width: 20em;
	border: thin solid #B82430;
}
.textinputmed {
	width: 25em;
	border: thin solid #B82430;
}
.textinputext {
	width: 30em;
	border: thin solid #B82430;
}
.textinputextm {
	width: 35em;
	border: thin solid #B82430;
}
.textinputlong {
	width: 40em;
	border: thin solid #B82430;
}
.textsearch {
	width: 10em;
	border: thin solid #B82430;
	background-color: #FFFFCC;
	float: right;
}
.listinput {
	border: thin solid #B82430;
}
.checkinput {
	border: thin solid #B82430;
}
.radioinput {
	border: thin solid #B82430;
}
.formlabel {
	clear: left;
	float: left;
	width: 12em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelmore {
	clear: left;
	float: left;
	width: 17em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelext {
	clear: left;
	float: left;
	width: 20em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelplus {
	clear: left;
	float: left;
	width: 30em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelinline {
	width: 12em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formoffsetless {
	margin-left: 5.5em;
}
.formoffset {
	margin-left: 12.5em;
}
.formoffsetmore {
	margin-left: 15.5em;
}
.formoffsetext {
	margin-left: 17.5em;
}
.formoffsetextra {
	margin-left: 20em;
}
.formoffsetplus {
	margin-left: 30.5em;
}
.rightline {
	clear: left;
	float: left;
	width: 738px;
	text-align: right;
	margin-right: .5em;
	vertical-align: middle;
}

.fieldlistitem {
	list-style-type: none;
	width: 100%;
	float: left;
	clear: left;
}

.color1 {
	color: #B82430;
}
.color2 {
	color: #CE7B69;
}
.whitetxt {
	color: #FFFFFF;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}
.warn {
	font-weight: bold;
	color: #993399;
}
.goodtogo {
	font-weight: bold;
	color: #33CC00;
}
.bluenote {
	font-weight: bold;
	color: #33C;
}
.hline {
	clear: both;
	width: 740px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
.hlinethick {
	clear: both;
	width: 740px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
.letterquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #660000;
}
.letterquoteindented {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #660000;
	margin-right: 5em;
	margin-left: 5em;
}
/*These styles were designed to be used with unordered lists
They control indenting, text weight, and bullet usage */
.indentedbold {
	text-indent: 5em;
	font-weight: bold;
	list-style-position: outside;
}
.indentednormal {
	text-indent: 5em;
	font-weight: normal;
	list-style-position: outside;
}
.indentednormalshort {
	text-indent: 1em;
	font-weight: normal;
	list-style-position: outside;
}
.indentednobullet {
	text-indent: 3em;
	list-style-type: none;
	list-style-position: outside;
}
.nobullet {
	list-style-type: none;
}

/* These are for ordered lists */
.olur {
	list-style-type: upper-roman;
	list-style-position: outside;
}
.olua {
	text-indent: 3em;
	list-style-type: upper-alpha;
	list-style-position: outside;
}
.olde {
	text-indent: 5em;
	list-style-type: decimal;
	list-style-position: outside;
}
.olla {
	text-indent: 7em;
	list-style-type: lower-alpha;
	list-style-position: outside;
}
.ollr {
	text-indent: 9em;
	list-style-type: lower-roman;
	list-style-position: outside;
}

/*These styles were designed to be used with ordered lists
They control indenting, text weight, and numbering */
.smallletters {
	font-weight: normal;
	list-style-type: lower-alpha;
	list-style-position: outside;
}
.capletters {
	font-weight: normal;
	list-style-type: upper-alpha;
	list-style-position: outside;
}

