body			{	margin:0;
					background-color:#eeeeee;
					font:11px Verdana, Arial, san serif;
					text-align: center;
					line-height:15px;
				}
					
#mainContainer	{	margin-left: auto;
					margin-right: auto;
					text-align:left;
					width:770px;
				}
		
table  		{	border-collapse: collapse; 
				border-spacing: 0;
				font: 12px Verdana, Helvetica, san serif;
			}




/*
------------------------------------------------------------------------*/
#overallLayout			{	width:775px;
							height:100%;
							background-color:#ffffff;				
						}


/*
------------------------------------------------------------------------*/
#layerLogo			{	width:775px;
						height:79px;
						margin-top:4px;
						border-bottom:1px solid #B8C7D1;
						background-color:#FFFFFF;
						font:14px Verdana, Arial, Helvetica, sans-serif;
						font-weight:bold;
						font-color:#10097B; 
					}

#layerLogo img		{	align:left;
						margin-top:14px;
						margin-bottom:10px;
						background-color:#FFFFFF;
						border:0 solid white;
					}

#tagline			{float:right;
					 width:500px;
					}

/*
------------------------------------------------------------------------*/
#layerMenu			{	text-align:left;
						width:775px;
						height:24px;
						background-color:#828282;
					 }
			

#layerMenu a {font:10pt 'Trebuchet MS', Arial, Helvetica, sans-serif;
						font-weight:bold;
						color:#FFFFFF;
						line-height:25px;}

#layerMenu a:hover {font:10pt 'Trebuchet MS', Arial, Helvetica, sans-serif;
						font-weight:bold;
						color:#12097C;
						line-height:25px;}												


/*
------------------------------------------------------------------------*/
#layerContent		{	text-align:left;
						width:775px;
						margin-top:2px;
						display:block;
						background-color:#FFFFFF;
					}
					
#layerContent div.margin	{margin:10px 10px 10px 10px; 
							 width:755px;
							 background-color:#FFFFFF;}

#layerContent div.contentLeft  {width:495px;
				float:left;
				background-color:#FFFFFF;}

#layerContent div.contentRight {width:235px;
				margin-left:20;
				float:left;
				background-color:#FFFFFF;}				



/*
------------------------------------------------------------------------*/
#layerFooter			{	width:775px;
							height:25px;
							background-color:#828282;
							color:white;
							font:10px Verdana,Arial,san serif;
							}
					
#layerFooter a			{	color:white;
							font-weight:bold;
							text-decoration:none;
							line-height:25px;
							margin:0 3px 0 3px;
						}
#layerFooter a:hover	{	color:#12097C;
							font-weight:bold;
							text-decoration:none;
							line-height:25px;
							margin:0 3px 0 3px;
						}

#copyright				{	width:775px;
							height:25px;
							text-align:center;
							background-color:#eeeeee;
							color:black;
							font:10px Verdana,Arial,san serif;
							float:left;
						}
						
#service 				{width: 530; border:1 solid red;
						}

#servicePicture  		{width:270px; height:80px; float:left; margin:0 10 0 10; border:1 solid blue;
						}		

#serviceDescription  	{width:480px; height:80px; float:right; border:1 solid green;
						}		
						
