/* The default font for entire site */
H3,A,P,B,INPUT,.sTx,LI,.error,DIV,.dTx,.qCls,.ansCls{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
/* Default font size for most text */
P,B,INPUT,A,LI,DIV{
	font-size: 12px;
}
/* The font size for text descriptions of the various form fields  */
.dTx{
	font-size: 10px;
}
/* Main title text  */
H3{
	font-size:14px;
	font-weight:Bold;
	text-transform : capitalize;
	padding: 5px 0 0px 0;
}
/* Font size for and decoration of links  */
A{
	font-size: 12px; 
	text-decoration: underline;
}
/*  Photo captions */
.mdCaption{font-size:10px;font-style : italic;}
/* Error Text  */
.error{font-size:10px;font-weight:bold;}
/* Small text   */
.sTx,.sLn{font-size:9px;}
/*  Large text */
.lTx,.lLn{font-size:13px}
/*  Question and answer sizes for polls */
.qCls,.ansCls{font-size:12px}
.lNavLnOn,.lNavLnOff,.lNavTx{padding:2px; font-size:10px;}

/*** Horizontal Navigation Area ***/
#hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

/*** Vertical Navigation Area ***/
#vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
}
/* Side navigation link size */
#vnav ul li a
{
	font-size:11px;
}
/* Top navigation link size */
#hnav a
{
	font-size:11px;
	text-decoration: none;
}
/* Top navigation active link */
#hnav a.linkOff
{
	font-size:11px;
	text-decoration: none;
}

.leftNav
{
	background: transparent url('/data/org/55/media/img/site/left_action_bg_wide.jpg') no-repeat scroll left top;
}