html
{
	margin:0px;
	padding:0px;
	height:100%;
	
}

body
{
	height: 100%;
	margin : 0px;
	color : #000;
	background: #fff;
	background-color: #EEF4FC;	
}

#fullHeightContainer 
{
	position: relative; /*** Let's be nice to IE ***/  
	/*width: 100%; /*** Content Width ***/  
	display: table; /*** For non-IE browsers ***/  
	height: 100%;  
	background: #EEF4FC; /*** Background colour of content section ***/
}

#leftNav
{
	background-color: #60AEDF;
	width: 261px;
	height: 100%;
}

#navHeader
{
	padding-left: 24px;
	padding-top: 54px;
}

#navigation
{

}


#content
{
	background-color: #ffffff;
	height: 100%;
	width: 508px;
	float: left;
	padding-top: 156px;
	padding-left: 23px;
	position: absolute;
	top: 0px;
	left: 279px;
	overflow: visible;
}

#borderLeft
{
	background-image: url('/template/images/homeBorderLeft.gif');
	background-repeat: repeat-y;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 260px;
}

#mainImageAbout
{
	background-image: url('/template/images/aboutImage.jpg');
	background-repeat: repeat-y;
	width: 196px;
	height: 100%;
	float: left;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 845px;		
}

#borderRight
{
	background-image: url('/template/images/homeBorderRight.gif');
	background-repeat: repeat-y;
	width: 20px;
	height: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 828px;	
}

#homeLinks
{
	margin-top: 20px;
}

#logoFooterContainer
{
	position: absolute;
	bottom: 0px; 
	/*left: 536px;*/
	left: 0px;
	width: 100%;
	/*overflow: hidden;*/
	/*background-color: #ff0000;*/
}

#logoFooter
{
	/*position: fixed; */
	background-color: #F6FAFF;
	height: 155px;
	margin-left: 169px;
	padding-left: 26px;
	padding-top: 19px;
	width: 100%;
	overflow: hidden;
}

#dottedLine1
{
	margin-left: 169px;
	background-image: url('/template/images/dottedLine.gif');
	width:100%;
	height: 1px;
}

#dottedLine2
{
	background-image: url('/template/images/dottedLine.gif');
	width:100%;
	margin-top: 21px;
	margin-bottom: 4px;
	height: 1px;
}

#blogArchive
{
	padding-left: 24px;
	width: 100%;
	background-color: #F0E6A6;
}



