/* 
  Interwoven Master Stylesheet
  Copyright (C) 2006 All rights reserved.
  
  Notes to contributors:
    1) This file should only contain default tag behaviors, not class-specific behaviors. Class specific styles should be in /site/css/<classgroup>.css
    2) Keep the tags in alphabetical order
    3) Eliminate redundant properties. E.G. if font-family is defined in the container, don't define for the child element.
*/

.body {
	font-family: Verdana;
	font-size : 8pt;
	color : #333333;
}

a {
	font-family: Verdana;
	font-size : 8pt;
	text-decoration: none;
	color: #37A621;
}

a:hover {
	font-family: Verdana;
	font-size : 8pt;
	text-decoration: underline;
	color: #37A621;
}
a:link	{
	font-family: Verdana;
	font-size : 8pt;
	color: #37A621;
	text-decoration: none;
    }


.footer {
	font-family: Verdana;
	font-size: 7pt;
	color: #888888;
	text-decoration: none;
}

.footer a
    {
	color: #888888;
	font-size: 7pt;
	font: Verdana;
	text-decoration: none;
}  
.footer a:hover
    {
	font-family: Verdana;
	font-size: 7pt;
	color: #37A621;
   text-decoration: underline;
    }  
	
.footer a:link
	{
	font-family: Verdana;
	font-size: 7pt;
	color: #888888;
	text-decoration: none;
    }  
	
.footer a:active
	{
	font-family: Verdana;
	font-size: 7pt;
	color: #888888;
	text-decoration: none;
    }  
	 

.greentitle {
	color : #37a621;
	font-size: 8pt;
}
	
h1 {
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	}
	
.homevents {
	color : #FFFFFF;
	font-size : 8pt;
	text-decoration : none;
}

.homevents a {
	color : #FFFFFF;
	font-size : 8pt;
	text-decoration : none;
}

.homevents a:hover {
	color : #FFFFFF;
	text-decoration: underline;
}

.homevents a:active {
	text-decoration : none;
}

.homevents a:link {
	color : #FFFFFF;
	text-decoration : none;
}

.homenews {
	font-size : 8pt;
	color : #37a621;
	text-decoration: none;
}

.homenews a {
	color : #37a621;
	text-decoration: none;
}

.homenews a:active {
	color : #37a621;
	text-decoration: none;
}

.homenews a:hover {
	color : #37a621;
	text-decoration: underline;
}

.homenews a:link {
	color : #37a621;
	text-decoration: none;
}

.rights {
	color: #AAAAAA;
	font-family: Verdana;
	font-size: 7pt;
}

.right-navigation {
	font-family : Verdana;
	font-size: 8pt;
}
.right-navigation a:link {
	font-family: Verdana;
	font-size : 8pt;
	color: white;
	text-decoration: none;
}
title {
	font-size: 36pt;
	color: #D6D4D2;
}
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8FD65E;
	font-size:8pt;
	font-weight:bold;
	background-color:#436E24;
	width:240px;
	padding-top:5px;
	/*padding-bottom: 5px;*/
	padding-left: 5px;
	padding-right: 5px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:none;
	background-color:#436E24;
	width:240px;
	/* End layout CSS */
	/*padding-top:5px;*/
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}

.dhtmlgoodies_question A {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: none;
/*	width:235px;*/
}

.dhtmlgoodies_question A:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:underline;
	font-weight:none;
/*	width:235px;*/
} 

.dhtmlgoodies_answer A {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: none;
/*	width:235px;*/
}

.dhtmlgoodies_answer A:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:underline;
	font-weight:none;
/*	width:235px;*/
} 
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	*/
	padding-bottom: 5px;
	font-size:8pt;	
	position:relative;
/*		width:235px; */
}

 .sub
	{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #79b948;
}

 .whiteheader
	{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

 .greenheader
	{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #609d33;
}

 .header
	{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: ##333333;
}

