/* Home Page Styles
______________________________________
_______________________________________
______________________________________
*/


body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bGroundDesignWhite.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E6E7F4;
}

#header { 
	height: 135px; 
	background: #fff; 
} 

/*Menu Styles*/
#menu {
	height: 39px;
	background: #2F8C2F;
}
#Image {
	padding-top: 10px;
	height:275px;
	width:900px;
	overflow:hidden;
	background-color: #FFFFFF;
}


/*Menu bar colum*/
#sidebar1B {
	position: absolute;
	top: 490px;
	left: 0;
	width: 180px;  
	background: #fff; 
}


/*Right Hand Colum*/
#sidebar2B {
	position: absolute;
	top: 490px;
	right: 0;
	width: 290px; 
	background: #fff;
}


/* Main Content Area*/
#mainContentB {
	margin-top: 30px;
	margin-right: 310px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#homeLinks {
	text-align: center;
	vertical-align: top;
	
}
#homeLinks a {
	background-position: center center;
	vertical-align: middle;
	display: block;
	padding: 0px;
	height: 55px;
}



#pageContent h1 {
	font-size: 16px;
	line-height: 16px;
	color: #000D8D;	
	
}
#pageContent h2 {
	font-size: 14px;
	line-height: 16px;
	color: #000D8D;	
}
	

/*rightSideLinks*/
