body
{
	font-family: "Trebuchet MS", Tahoma, Sans-Serif;
	font-size:10pt;
	margin:0px;
}


p , a , ul, li
{
	font-size:10pt;
}


a.bullet
{

	background-image:url(../images/link_bullet.png);
	background-repeat:no-repeat;	
	background-position:left top;
	padding-left:10px;
	margin-bottom:6px;
	font-weight:bold;
	text-decoration:none;
	font-size:9pt;

}



p.small
{
	font-size:8pt;
}


#slogan
{
	color:#a9a9a9;
	font-size:14pt;
	height:5.5em;
	margin-left:10px;
	margin-top:10px;
}


#mainFrame
{
	
	border-left:10px solid #6AC335;
	height:35em;
}

#mainLineOverNavigation
{
	font-size:1px;
	display:block;
	background-color:#a9a9a9;
	height:2px;
}


#mainTheme
{
	float:right;
	height:2.5em;
	width:8em;
	color:#6AC335;
	font-size:14pt;
} 


#mainNavigation
{
	height: 5em;
}

.navItem
{
	float:left;
	margin-left:5px;
	font-size:12pt;
	background-image:url(../images/nav_item_bg.gif);
	background-repeat:repeat-x;
	height:2.5em;
	width:7em;
	text-align:center;
	
}

.navItem a
{
	color: #000000;
	text-decoration:none;
}


.navItemActive
{
	float:left;
	margin-left:5px;
	font-size:12pt;
	height:2.5em;
	width:7em;
	text-align:center;
	background-color:#6AC335;
	background-image:url(../images/nav_item_arrow.gif);
	background-repeat:no-repeat;	
	background-position:left bottom;
	
}

.navItemActive a
{
	color: #ffffff;
	text-decoration:none;

}


#mainContent
{
	position: relative;
	height: 26em;

	overflow: auto;
	/*border:1px solid #000000;*/
}

#subMenu 
{
	position: relative;
	height: 15em;
	overflow: auto;
}

#subMenu a
{

	display:block;
	background-image:url(../images/link_bullet.png);
	background-repeat:no-repeat;	
	background-position:left top;
	padding-left:9px;
	margin-bottom:6px;
	font-weight:bold;
	text-decoration:none;
	

}


#subMenu a.subMenu_a
{
	background-image:url(../images/nav_item_arrow_active.gif);
	padding-left:12px;	
}


#refTitle
{
	display:block;
	height:2.0em;

}

#refTitle h1
{
	font-size:10pt;
}




#refMain
{
	display:block;
}

div.refLeft
{
	float:left;
	width:200px;	
}

div.refRight
{
	width:15em;
	margin-left:220px;
}


#refMain ul
{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;		
}

#refMain li
{
	margin-bottom:5px;
}

#bottomShadow
{

	background-image:url(../images/footer_shadow_bg.gif);
	background-repeat:repeat-x;
	height:2.5em;
	display:block;
	border-top: 0.2em solid #a9a9a9;

}


#mainFooter
{
	;
}

#mainFooter h1
{
	font-size:14pt;
	color:#6AC335;
	margin-left:10px;
}

div.cleardiv
{
	clear:both;
}

