/* CSS Document */

		body{
		margin:0px;
		padding:0px;
		top:0px;
		background-color:#ffffff;
		}
		
		div{
		margin:0px;
		padding:0px;
		}
		
		#Container{
		width:900px;
		margin-left:auto;
		margin-right:auto;
		background-color:#FFFFFF;
		}
		
		#Header{
		width:100%;
		height:118px;
		vertical-align:baseline;
		background-image:url(/graphics/design/header.jpg);
		background-repeat:no-repeat;
		background-position:top right;
		}
		
		#Menu{
		text-align:right;
/*		margin-top:92px;*/
/*		height:26px;*/
		background-image:url(/graphics/menu/bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		padding-right:55px;
		clear:both;
		padding-bottom:0px;
		}
		
		#Menu img{
		margin-bottom:-5px;}
		
		#MainContent{
		width:675px;
		padding-top:15px;
		float:left;
		padding-bottom:15px;
		}
		
		#MainContent.calendar{
		width:900px;
		}
		
		#MainContent.fullwidth{
		width:900px;
		}

		
		
		
		#RightContent{
		float:right;
		width:210px;
		padding-top:15px;
		padding-bottom:15px;

		}
		
		#rightPanel1{
		width:205px;
		background-image:url(/graphics/design/bgs/rhFeaturesTop.gif);
		background-repeat:no-repeat;
		background-position:top;
		background-color:#ebeedb;
		}
		
		#rightPanel1Bottom{
		width:205px;
		height:10px;
		background-image:url(/graphics/design/bgs/rhFeaturesBottom.gif);
		background-repeat:no-repeat;
		background-position:top;
		overflow:hidden;
		}
		
		
		#rightPanel2{
		width:205px;
		margin-top:15px;
		background-image:url(/graphics/design/bgs/healthbenefitsRight.jpg);
		background-repeat:no-repeat;
		height:92px;
		margin-bottom:15px;
		}
		
		#Footer{
		background-image:url(/graphics/design/bgs/footer.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		width:100%;
		height:60px;
		clear:both;
		color:#666666;
		font-size:0.7em;
		line-height:6em;
		padding-left:20px;
		}
		
		#Footer a{
		color:#666666;
		text-decoration:none;}