/* 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 Three-Column Navigation Page template, and generic styles for the entire application */

/* Begin Style */



body {
	font-size: 8pt ;
	font-family: Arial;
	font-weight: Normal;
	color: BLACK;
	text-decoration: none;
	/*max-width: 780px;*/
	margin:0 auto;
	
}

a {
	text-decoration: none;	
}



#Top {
	
	border-bottom: 4px solid #FFFFFF;
}

#CenterColumn {
	background-color: white;
	width: 389px;
}

#Footer {
	
	color: white;
	font-weight: bold;
	font-size: small;
}

#CenterColumn div.clear-with-bg {
	clear: both;
	/* Workaround for the way IE 6 handles floats */
		height: 0;
	width: 389px;
}

/* End Style */


/* Begin Layout */

#Header {
	height: 100px;
}

#CenterColumn {
	margin: auto;
	text-align: center;
	overflow: hidden;
}

#LeftColumn, #CenterColumn, #RightColumn {
	margin-top: 15px;
	margin-bottom: 15px;
}

#CenterContent, #LeftColumn, #RightColumn {
	padding: 0 5px;

}

#LeftColumn
{
    float: left;
    width: 196px;
}

#RightColumn {
	float: right;
	width: 157px;
}

#Bottom {
	clear: both;
}

#LeftColumn .SidebarElement,
#RightColumn .SidebarElement,
#CenterColumn .SidebarElement {
	margin-bottom: 20px;	
}

#UpperLeftCorner, #BottomLeftCorner {
	float: left;
}

#BottomLeftCorner {
	clear: both;
}

#UpperRightCorner, #BottomRightCorner {
	float: right;
}

#Footer {
	clear: both;
	
	height: 50px;	
	text-align: center;
}

#Footer p.Copyright {
	padding-top: 5px;
}

/* IE6 Fixes  */
* html #Container 
{
    width: expression(document.body.clientWidth < 902 ? "900px" : "100%");
	
}

* html #UpperLeftCorner {
	position: relative;
}

* html #CenterColumn {
	margin: 0 196px;
}

/* End Layout */

