/* *** LINKS SECTION *** */
A{
	text-decoration:none;
}
a:link {
color: #3a4348;
}

a:visited {
color: #3a4348;
}

a:active {
color: #3a4348;
}

a:hover {
	color: #9dca14;
	text-decoration: none;
}

A.white{
	text-decoration:none;
}
a.white:link{
	color: #ffffff;
}
a.white:visited {
color: #ffffff;
}

a.white:active {
color: #ffffff;
}

a.white:hover {
	color: #9dca14;
	text-decoration: none;
}

A.footer{
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}
a.footer:link{
	color: #ffffff;
}
a.footer:visited {
color: #ffffff;
}

a.footer:active {
color: #ffffff;
}

a.footer:hover {
	color: #9dca14;
	text-decoration: none;
}
a.leftNavLink{
	padding-top: 0px;
	padding-left: 8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3a4348;
}
a.leftNavLink:hover {
	color: #419696;
}
a.leftNavLinkSelect{
	padding-top: 0px;
	padding-left: 8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2c80ae;
}
a.leftNavLinkSelect:hover {
	color: #419696;
}
a.leftNavLinkSelect:visited {
	color: #2c80ae;
}

a.bodyLink{
	padding-top: 0px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #307e7e;
}
a.bodyLink:visited {
	color: #307e7e;
}
a.bodyLink:hover {
	color: #9dca14;
	text-decoration: none;
}

a.bodyLinkTxt{
	padding-top: 0px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	font-style: italic;
	color: #307e7e;
}
a.bodyLinkTxt:visited {
	color: #307e7e;
}
a.bodyLinkTxt:hover {
	color: #9dca14;
	text-decoration: none;
}

a.bodyLinkSub{
	padding-top: 0px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #9dca14;
}
a.bodyLinkSub:visited {
	color: #9dca14;
}
a.bodyLinkSub:hover {
	color: #9dca14;
	text-decoration: underline;
}

a.bodyLinkSub2{
	padding-top: 0px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #9dca14;
}
a.bodyLinkSub2:visited {
	color: #9dca14;
}
a.bodyLinkSub2:hover {
	color: #9dca14;
	text-decoration: underline;
}

/* *** END LINKS SECTION *** */


/* *** CONTENT SECTION *** */
.regularContent {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3a4348;
}

.regularContentWhite {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

/* *** END CONTENT SECTION *** */


/* *** WF TITLE SECTION *** */
.homeTitle {  
	font-family: Arial; 
	font-size: 15px; 
	color: #3a4348;
	font-weight: bold; 
}
.homeTitleBig {  
	font-family: Arial; 
	font-size: 20px; 
	color: #3a4348;
	font-weight: bold; 
}

.wf {  
	font-family: Arial; 
	font-size: 21px; 
	color: #3a4348;
	font-weight: bold;
	font-style: italic; 
}

.homeTitleWhite {  
	font-family: Arial; 
	font-size: 15px; 
	color: #FFFFFF;
	font-weight: bold; 
}

.wfWhite {  
	font-family: Arial; 
	font-size: 21px; 
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic; 
}

.homeTitleGreen {  
	font-family: Arial; 
	font-size: 15px; 
	color: #c9ca56;
	font-weight: bold; 
}

.wfGreen {  
	font-family: Arial; 
	font-size: 21px; 
	color: #c9ca56;
	font-weight: bold;
	font-style: italic; 
}
.homeTitleBlue {  
	font-family: Arial; 
	font-size: 15px; 
	color: #bfe4e5;
	font-weight: bold; 
}
.regularTitle {  
	font-family: Arial; 
	font-size: 14px; 
	color: #5fa4a6;
	font-weight: bold; 
}

.wfBlue {  
	font-family: Arial; 
	font-size: 21px; 
	color: #80bacf;
	font-weight: bold;
	font-style: italic; 
}

.volunteerTable {  
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #3a4348;
	
}
/* *** END WF TITLE SECTION *** */


/* *** LEFT MENU SECTION *** */
#leftNavTop {  
	height: 8px;
	width: 210px;
	background-image: url(../images/leftNavBgTop.jpg);
	background-repeat: no-repeat;
}
#leftNavMain {
	height: 220px;
	width: 200px;
	padding-top: 0px;
	padding-left: 8px;
	background-image: url(../images/leftNavBg.jpg);
	background-repeat: repeat -x left top;
}
#leftNavBottom {  
	height: 8px;
	width: 210px;
	background-image: url(../images/leftNavBgBottom.jpg);
	background-repeat: no-repeat;
}

#mainBody {  
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3a4348;
	padding-left: 5px;
	padding-top: 5px;
	
}

#linkBullet {
	color: #307e7e;
}

#bgTop {  
	
	width: 760px;
	padding:0;
	height: 100px;
	background:#FFFFFF;
	color:#FFFFFF;
	font-size:12px;
	font-weight: normal;
	font-family::Arial; 
	margin:0;
	left:0;
	padding-bottom:2px;
}
#bgTop div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
#bgTop .amenu {width:749px; margin:0; padding:0; height:35px; margin-left:5px; background-color:#848484; position:inherit; float:left;}

#bgTop ul.menu {list-style:none; margin:0; padding:0; padding-left:3px; padding-top:3px;}
#bgTop ul.menu * {margin:0; padding:0}
#bgTop ul.menu a {display:block; color:#3a4348; text-decoration:none}
#bgTop ul.menu li {position:relative; float:left; margin-right:2px; padding:0;}
#bgTop ul.menu ul {position:absolute; top:28px; left:0; background:#848484; display:none; opacity:0; list-style:none}
#bgTop ul.menu ul li {position:relative; border:1px solid #FFFFFF; border-top:none; width:120px; margin:0}
#bgTop ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
#bgTop ul.menu ul li a:hover {background-color:#9dca14}
#bgTop ul.menu ul ul {left:120px; top:-1px}
#bgTop ul.menu .menulink {border:1px solid #FFFFFF; padding:5px 7px 7px; font-weight:bold; background:url(../images/menu/header.gif); width:106px}
#bgTop ul.menu .menulink:hover, ul.menu .menuhover {background:url(../images/menu/header_over.gif)}
#bgTop ul.menu .sub {background:#d1d1d1 url(../images/menu/arrow.gif) 108px 8px no-repeat}
#bgTop ul.menu .topline {border-top:1px solid #aaa}

#bgMain {
	
	width: 760px;
	padding-bottom:10px;
	background-image: url(../images/windowBG.jpg);
	background-repeat: repeat -x left top;
}
#bgBottom {  
	
	width: 760px;
	background-image: url(../images/windowBG_bottom.jpg);
	background-repeat: no-repeat;
}
#bgMainHome {
	
	width: 760px;
	padding-bottom:0px;
	background-image: url(../images/windowBG.jpg);
	background-repeat: repeat -x left top;
}
#pageTitle {
	background-color: #363b3f;
	width: 535px;
	height: 38px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #F9F9F9;
	padding-left: 5px;
	padding-top: 2px;
}

h3{clear:both;margin:5px 5px 5px 0;padding-bottom:3px; padding-top:10px;font-size:20px;font-weight:bold;color:#3a4348;border-bottom:1px solid #ccc;letter-spacing:-.01em;} /* 9d1d22*/

.idNews_month {
	font-weight: normal;
	font-size:10px;
	color: #ffffff;
	text-align:center;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.idNews_date {
	font-weight: normal;
	font-size:14px;
	color: #2b2b2b;
	font-weight:bold;
	padding:5 0 0 0;
	margin:0 0 0 0;
	text-align:center;
}
.idNewsContent {
	font-weight: normal;
	font-size:13px;
	color: #2b2b2b;
}

/* *** END LEFT MENU SECTION *** */
