/*-------------------- General Layout Styles --------------------*/
#holder {
	width:950px;
	margin:0 auto;
	}
	
#logo img {
	margin:16px 0px;
	}
	
#menu {
	background:url(menuRunner.gif) left top repeat-x;
	}
	
#menuLeft {
	background:url(leftMenu.gif) left top no-repeat;
	}
	
#menuRight {
	background:url(rightMenu.gif) right top no-repeat;
	height:33px;
	}
	
#cmsbody {
	min-height:400px;
	padding:13px 8px;
	}
	
#cmsfooter{
	}
	
#newColumn {
	padding:10px;
	}

#newColumn h1 {
margin:0px;
}
#newColumn h1 a{
font-size:12px;
color:#333;
text-decoration:none;
}
#newColumn p {
margin:5px 0px 25px 0;
font-size:10px;
}
#newColumn h1 a:hover {

text-decoration:underline;
color:#666;
}
#newColumn p a {
color:#666;
}
