/* Font-size calculations for em values (if default for browser is 16px): 14px/16px = .875, 18px/16px = 1.125 */

html
{
	font-size: 100.01%;
}

body
{
	font-size: 0.875em;
	color: #191919;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#mainArea,
#footerArea,
#footerBottom
{
	line-height: 1.4;
}

/* Global links */
a:link, a:visited
{
	color: #009900;
	text-decoration: none;
}

a:active, a:hover
{
	color: #006600;
	text-decoration: none;
}

#mainArea ul
{
	padding-left: 1em; padding-bottom: 1em;
	line-height: 1.5;
}

#mainArea ul li
{
	padding-left: 1.5em;
	background: transparent url(../images/bullet_green.gif) no-repeat;
	background-position: left 5px;
}

#mainArea
{
	color: #191919;
}

#mainArea p
{
	padding-bottom: 1em;
}

#mainArea h1
{
	margin: 0.5em 0;
	font-size: 1.225em;
	color: #006600;
}

#mainArea h2
{
	font-size: 1em;
	font-weight: bold;
	color: #333;
}

#navBar
{
	font-size: 0.775em;
	line-height: 1;
}
#navBar a,
#navBar a:link,
#navBar a:visited
{
	padding-left: 1em; padding-right: 1em;
	text-decoration: none;
	color: #00cc00;
}
#navBar a:active,
#navBar a:hover
{
	color: #fafafa;
}
#navBar a + a
{
	border-left: 1px solid #009900;
}

#pageTitle h1
{
	padding-right: 1em;
	color: #fafafa;
	font-size: 1.125em;
	white-space: nowrap;
}

.buttonsBox
{
	color: #fafafa;
	font-size: 0.875em;
}

.CurveLeft h1,
.CurveRight h1
{
	display: block;
	padding-top: 1.5em;
	font-size: 1.225em;
	color: #006600;
	font-style: italic;
}

.CurveLeft img
{
	display: block;
	float: right;
	margin-left: 0.5em;
}

.CurveRight img
{
	display: block;
	float: left;
	margin-right: 0.5em;
}

#footerNav a:link,
#footerNav a:visited
{
	color: #006600;
	text-decoration: none;
}
#footerNav a:active,
#footerNav a:hover
{
	color: #009900;
	text-decoration: none;
}

#footerBottom
{
	font-size: 0.875em;
}
#footerBottom a:link,
#footerBottom a:visited
{
	color: #333;
}
#footerBottom a:active,
#footerBottom a:hover
{
	color: #009900;
}

h1.toggle_visibility {
	cursor: pointer;
}
h1.toggle_visibility:hover {
	text-decoration: underline;
}
div.tabbed-column .tab_row h1 {
	display: inline;
	padding: 0.5em 1em 0;
	margin: 0;
/*	border: 1px dashed #dedede; border-bottom: none;*/
	background-color: #fafafa;
}

/* news */
div.newsBox {
	margin-bottom: 2em;
	padding: 0.5em 0;
	border-bottom: 1px solid #dedede;
}
div.newsBox span {
	margin: 0; padding: 0;
	font-size: 0.875em;
	color: #999;
}
div.newsBox h1 {
	margin: 0;
	padding: 0;
}
div.newsBox p {
	margin: 0;
	padding: 0;
}
