/** 
 * Layout 2 Column Capped Stylesheet
 * ---------------------------------
 * The following styles should be based upon mostly layout and not content design. The following
 * should be observed. Layout columns are placed on TD tags.
 *
 * Do's
 * 1. Place width for total layout here. Individual layouts need to be placed in Content stylesheets
 * 2. Do place heights here.
 * 3. Background colors & borders for entire columns can be used here.
 * 
 * Dont's
 * 1. Do not place width here except for .layout (they will not work). Instead place in Content
 * 2. Do not use margins or padding here. Instead place in Content
 * 3. Do not use fonts here except
 * 
 */
 
body {
	padding:0;
	margin:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

a {
color:#000000;
}

a:hover {
color:#7C8501;
}

.layout {
	width: 1020px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.layout_header {

}

.layout_expander {
	height: 400px;
}

.layout_column1 {
	width: 212px;
	background-color: #FAF9D9;
	background-repeat: repeat-y;
	border-right: 1px solid #CCCCCC;
	padding: 0px 0px 10px 0px;
}

.layout_column2 {
}

.layout_column2 p {
	margin: 0;
	padding: 0px 20px 20px 20px;
}

.layout_column2 ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 20px 20px 20px;
}

#layout_column2_a {
	margin: 0;
	padding: 0px 20px 20px 20px;
}

.layout_footer {
}
