/* Presentation Stylesheet */ 

body {
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
}

a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: none;
	color:#546A2B;
}
a:active {
	text-decoration: none;
	color:#546A2B;
}



/* :::: BEGIN   NAVIGATION :::: */


/* Used for headings of Nav */

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:inherit;
	left:33px;
	margin-top: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3A3A3A;
	text-decoration: none;
}

/* Used for sub-headings of Nav */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #3A3A3A;
	text-decoration: none;
	margin-left: 15px;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:inherit;
	left:0px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	list-style-type: none;
}




/* Used for sub-headings of Nav in over state */

h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color:#4F5C20;
	/*color: #778C78;*/
	text-decoration: none;
}


/* :::: END   NAVIGATION :::: */



/* :::: BEGIN MAIN CONTENT SYLING :::: */


/* Used for headings of features in main content */

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#999999;
	text-decoration: none;
}


/* Used for main paragraphs of features in main content */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

/* Used for sub headings of features in main content */

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#4F5C20;
	text-decoration: none;
}

.paraTiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

q {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#4F5C20;
	text-decoration: none;
}

.pInline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

