BODY { 
	/* font-size: small; */
	margin: 0px;
	font-family: "Helvetica Light", Helvetica, Verdana;
	/* line-height: 1.1; */
	background: white;
	color: black;   
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

/* H1, H2, H3 { margin-top: 1em; margin-bottom: 1em } */
H1, H2 { margin-top: 0; margin-bottom: 6px; }
H3, H4, H5, H6 { margin-top: 6px; margin-bottom: 6px;}
H1 { text-align: center }
H1, H2, H4, H6 { font-weight: bold }
H3 { font-weight: normal }
H5 { font-style: italic }

H1 { font-size: xx-large }
H2 { font-size: x-large }
H3 { font-size: large }
H5 { font-size: x-small }

H1, H2, H3, H4 { color: #497232 }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

EM { color: #497232 }
PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { 
	list-style-image: url(../images/bullet.gif);
}
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
/* LI { margin-left: 3em } */

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

/* A:link { color: blue }          /* unvisited link */
/* A:visited { color: red }        /* visited links */
/* A:active { color: lime }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

/*
A:link IMG { border: 2px solid blue }
A:visited IMG { border: 2px solid red }
A:active IMG { border: 2px solid lime }
*/

A { color: #e2007a }			/* all links */
A:hover { text-decoration: none }

/* mainScrollerMajorHeader => H2 */
H2 {
	text-transform: lowercase;
}

/* mainScrollerHeader  & main-heading => H3 */
H3 {
	text-transform: lowercase;
}

/* mainScrollerMinorHeader & minorHeader => H4 */
H4 {}

/* mainScrollerFootnoteText => H5 */
H5 {
	color: #999999;
}

/* structural */
.inverse-body {
	color: #FFFFFF;
	font-size: 14px;
}

.pageHeader {
	color: #497232;
	text-transform: lowercase;
	/* font-size: small; */
	font-size: x-large;
	/* font-weight: bold; */
}

.mainScroller 
{
    min-height:278px;
	position: static;
	color: #000000;
	/* font-size: small; */
	padding-right: 20px;
}

.gmap {
	width: 290px;
	height: 167px;
	border: 1px;
	margin: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.adjustable {
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
}

.footer-text {
	font-family: "Helvetica Light", Helvetica, Verdana;
	font-size: x-small;
	font-weight: bold;
}

A.footer-text {
	font-size: x-small;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

A.footer-text:hover {
	text-decoration:underline;
}

TD.column {
	vertical-align:top;
}

TD.column UL, UL.noindent {
    margin-top:0px;
    margin-bottom: 0px;
}

TD.column UL LI , UL.noindent LI {
    margin-left:-20px;
}

TABLE.calendar  {
	font-family: "Helvetica Light", Helvetica, Verdana;
	font-size: small;
}

TABLE.calendar TR TH {
	color: #FFFFFF;
	font-family: "Helvetica Light", Helvetica, Verdana;
	border: 1px solid #3E6C28;
	background-color: #3E6C28;
	text-align: left;
}

TABLE.calendar TR TD {
	font-family: "Helvetica Light", Helvetica, Verdana;
	color: #000000;
	border: 1px solid #3E6C28;
	font-size: small;
	height: 17px;
}
