@charset "utf-8";
/* CSS Document */

/*----IE5.5+ PNG Support (must include the tags/elements on which you want PNG support)----*/
img , body , div , h1, h2, h3, h4 { behavior:url(/css/iepngfix.htc) }




/* ----General Page Styling---- */

html , body {
	/*height:100%;*/
}
body {
	background:#ddd url(../images/BG-fade.png) top center repeat-y;  
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
}
img {
	border:none;
}
a {
	color:#339900;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
a:hover {
	color:#33cc00;
	text-decoration:none;
}
a:focus {
	color:#FF3300;
	text-decoration:none;
}
a:active {
	color:#CC0000;
	text-decoration:none;
}
h1 {	
	color:#7b528f;
	font-size:24px;
	font-weight:normal;
	line-height:1em;
	margin-bottom:.25em;
}
h2 {
	color:#999;
	font-size:16px;
	font-weight:normal;
	line-height:1.5em;
}
h3 {
	color:#7b528f;
	font-size:14px;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:.25em;
}
p {
	font-size:14px;
	text-indent:2em;
	font-family:Garamond,Times New Roman, serif;
}
p.indentedbody {
	text-indent:0em;
	margin-left:2em;
}

.whitebg {
	background:#fff;
}
.whiteborder5 {
	border:solid #fff 5px;
	margin:-5px -5px;
}
.whiteborder10 {
	border:solid #fff 10px;
}

.purpleborder10 {
	background:#7b528f url(../images/GreyFade-140.png) bottom repeat-x;
	padding:10px;
}


strong {
	font-weight:bold;
	color:#339900;
}
quote {
	font-weight:bold;
	color:#339900;
	font-size:24px;
	font-family:Times New Roman, serif;
	line-height:0;
}
ul {
	list-style:disc;
}
li {
	color:#339900;
	margin:.5em 0 .5em 4em;
	text-indent:0;
}




/*----Page Styling----*/
#navcontainer {
	position:absolute;
	height:30px;
	right:2px;
	top:60px;
}
.navbutton , .navactive {
	float:right;
	height:30px;
	width:85px;
	margin:0 2px;
	background:#a6e55e;
	text-align:center;
	cursor:pointer;
}
.navactive {
	background:#ccc;
	cursor:pointer;
}
.navbutton h1 , .navactive h1 {
	color:#666;
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	cursor:pointer;
}
.navactive h1 {
	color:#7b528f;
	font-weight:bold;
	cursor:pointer;
}
.barhoriz {
	height:2px;
	width:100%;
	background:#000;
}

















/* ----ToolTips START---- */
.tip {
	/*position:absolute;*/
	width:80px;
	line-height:15px;
	border-top:21px solid #8fc73e;
	border-left:21px solid transparent;
	z-index:13000;
	-khtml-opacity:.9;
	-moz-opacity:.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter:alpha(opacity=90);
	opacity:.9;
}
.tip-title {
	background:#8fc73e;
	*position:relative;	/*IE7 Hack*/
	margin-top:-21px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	padding:3px;
}
.tip-text {
	clear:both;
	font-size:10px;
	padding:4px;
	background:#d7f8c6;
	border:#8fc73e solid 1px;
	border-top:0;
}
/* ----ToolTips END---- */