/*-------------------------------------------------
				 	 Global				
-------------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	/*font-family: Aldine401 BT;*/
	font-size: 12px;
	text-align: justify;
}
h1{
	font-size: 18px;
	color: #50ac52;
}

h2,h2 a,h2 a:hover{
	font-weight: bold;
	font-size: 16px;
	color: #50ac52;
}
a{
	text-decoration: none;
	color: #50ac52;
}
a:hover{
	color: #e47c27;
}
a:visited{
	color: #e47c27;
}
/*-------------------------------------------------
					Images				
-------------------------------------------------*/

/*-------------------------------------------------
					 Header				
-------------------------------------------------*/
#divBanner{
	/*background: url(../images/banner2.gif) no-repeat;*/
	height: 324px;
}
#divSlogan{
	/*font-family: Bell MT;*/
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin-top: 108px;
	color: #78786f;
	text-align: center;
}
/*-------------------------------------------------
					 Menu				
-------------------------------------------------*/
#divNavigation{
	margin-top: 270px;
	font-size: 16px;
	font-weight: bold;
}
#divNavigation a:hover{
	font-size: 18px;
}
#divNavigation a{
	color: black; /*#3389e1*/	
}
.divCurrent{
	font-size: 18px;
	font-style: italic;
}
/*-------------------------------------------------
					  Content 				
-------------------------------------------------*/
.navTop{
	margin-top: 3px;
}
/*-------------------------------------------------
					 Footer   					
-------------------------------------------------*/
#divFooter{
	font-size: 12px;
}
/*-------------------------------------------------
		      Miscellaneous classes   					
-------------------------------------------------*/
.middle{
	text-align: center;
}
.poweredBy{
	text-align: right;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.sectionLinks{
	text-decoration: none;
	color: #7dac50;
	font-weight: bold;
}