h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #5C3E90;
	line-height: 1.3em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #006600;
	line-height: 1.3em;
	text-transform: none;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.20em;
	color: #000000;
}
.mainbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #006600;
}
.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.tableText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.mainboldBlue {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0066CC;
}

.mainboldBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.registration {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #000000;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.bodyBkgrnd {
	background-color: #F3EDD8;
	margin-left: 6px;
}
.bkgrnd {
	background-color: #5C3E90;
	background-repeat: repeat;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
}
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
}
.border {
	border: medium ridge #006600;
}
.mainWhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000000;
	display: list-item;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.supporters {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 26px;
	text-align: right;
}
.navBarList {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE8C6;
}
.supporters2line {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 12px;
	text-align: right;
}

/************* #globalNav styles **************/

#globalNav{
	color: #D9C684;
	padding: 5px 0px 0px;
	white-space: nowrap;
	height: 25px;
	font-size: 0.83em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #006600;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: block;
}

#globalNav a {
	padding: 0px;
}

#globalNav a:link {color: #FFFFFF}     /* unvisited link */
#globalNav a:visited {color: #B6E3AC}  /* visited link */
#globalNav a:hover {color: #999999}   /* mouse over link */
#globalNav a:active {color: #C1B0DD}   /* selected link */


.solidBlue {
	background-color: #0066CC;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: .85em;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#shell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #F3EDD8;
}
#mainBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #000000;
	background-color: #F3EDD8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.sidebarGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #006600;
	font-weight: bold;
}
.sidebarBox {
	background-color: #D4CAE2;
	border: .4em ridge #6F559D;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.2em;
	padding-left: .6em;
	padding-right: .4em;
}
.title {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #006600;
	font-weight: bold;
}
.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #006600;
	font-weight: bold;
	letter-spacing: .25em;
}
.logolg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	color: #006600;
	font-weight: bold;
	letter-spacing: .15em;
}
.articles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.20em;
	color: #000000;
	padding-right: 6px;
	padding-left: 6px;
}
.pic {
	float: left;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: .9em;
	padding-left: 0.5em;
}
.letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.3em;
	font-weight: normal;
}
.logolgSmCaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.3em;
	color: #006600;
	font-weight: bold;
	letter-spacing: .15em;
}
.logoName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	line-height: 1.3em;
}
.logoContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.2em;
	color: #006600;
	font-weight: bold;
	padding-top: 24px;
	padding-bottom: 6px;
}
.sidebarGrayCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #333333;
	font-weight: bold;
}
