/* These are the layout styles for the home page */
	body {
		text-align:center;
		}
	
	#frame {
		width:805px;
		margin-right:auto;
		margin-left:auto;
		padding:0px 0px 15px 0px;
		text-align:left;
		background: url(/content/images/home/homepage_bg.gif);
		background-color: #edf0e7;
		background-repeat : repeat-y;
		border-width: 0px 1px 1px 1px;
		border-color: Black;
		border-style: solid;
		overflow:hidden;
		}
	html>body #frame {
	width:800px;
	}
		
	#contentleft {
		width:307px;
		padding:15px 0px 0px 15px;
		float:left;
		}
	html>body #contentleft {
	width:302px;
	}
	
	#contentcenter {
		width:307px;
		padding:15px 0px 0px 0px;
		float:left;
		}
	html>body #contentcenter {
	width:302px;
	}
	
	#contentright {
		width:185px;
		float:left;
		text-align: center;
		}
html>body #contentright {
	width:180px;
	}		
	
	#contentheader {
			background-color: #edf0e7;
		}

		

	
	#contentright p { 
	text-align: center;
	font-size:10px 
		}