/* Copyright (C) 2009 Endeca Technologies, Inc.
 *
 * The use of the source code in this file is subject to the ENDECA TECHNOLOGIES, INC. SOFTWARE 
 * TOOLS LICENSE AGREEMENT. The full text of the license agreement can be found in the ENDECA 
 * INFORMATION ACCESS PLATFORM THIRD-PARTY SOFTWARE USAGE AND LICENSES document included with 
 * this software distribution. 
 */

/* Styles for the Two-Column Navigation Page template */

/* Begin Style */

    


#Right70WidthColumn {
	background-color: white;
	width: 546px;
}

#Footer {
	
	color: white;
	font-weight: bold;
	font-size: small;
}

#Right70WidthColumn div.clear-with-bg {
	clear: both;
	/* Workaround for the way IE 6 handles floats */
		height: 0;
	width: 546px;
}

/* End Style */


/* Begin Layout */


#Right70WidthColumn {
	margin: auto;
	text-align: center;
	overflow: hidden;
}

#Left30WidthColumn,#Right70WidthColumn {
	margin-top: 15px;
	margin-bottom: 15px;
}

#Left30WidthColumn,#Right70WidthColumn, #RightContent {
	padding: 0 5px;
}

#Left30WidthColumn {
	float: left;
	width: 196px;
}

#Right70WidthColumn {
	float: right;
	width: 546px;
}


#Left30WidthColumn .SidebarElement,
#Right70WidthColumn .SidebarElement {
	margin-bottom: 20px;	
}


* html #Right70WidthColumn {
	margin: 0 196px;
}

/* End Layout */

