/* page layout specifications */
	body
	{
	padding: 0;
	margin: 0;
	font-family: "Terbuchet MS", Verdana, Tahoma, Georgia, sans-serif; /* inherit font from */
	font-size: 80%; /* 75 percent is the smallest cross browser size you want to go */
	color: #333;
	background-image:url(http://www.case-srs.com/images/BodyBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: center; /* center page IE go figure */
	}
	#page	
	{
	margin: 5px auto 5px auto; /* clockwise */
	text-align: left;
	height: auto;
	background-color: #FFF;
	border: 1px solid #666;
	width: 900px;
	}
	#main 
	{
	height: auto;
	width: 900px;
	border-bottom: 1px solid #666;	
	}
/*top of page*/	
	#topBanner 
	{
	border-bottom: 1px solid #666;
	height: 120px;
	width: 898px;
	}
	#Logo
	{
	float: left;
	width: 255px;
	height: 100px;
	}
	#topBannerItem /* should only be a banner ad but then again */
	{
	float: right;
	width: 400px;
	height: auto;
	margin-top: 10px;
	}
	.topbannertext
	{
	font-style: italic;
	}	
/* 898 pixel wide total */	
	#leftcol 
	{
display: block;	
	float: left;
	height: auto;
/*	margin-bottom: 10px;*/
	width: 200px;
	}	
	#content 
	{
display: block;	
	float: left;
	height: auto;
	margin-bottom: 10px;
	width: 695px;
	margin-left: 3px;
	}
/*misc items you might need */
	.clearboth /* general purpose clear to keep floats from floating away */ 
	{
	clear: both;
	height: 1px;
	line-height: 1px;
	background-color: #FFF;
	}
	.break /* need a break sometimes */
	{
	height: 5px;
	border-bottom: 1px solid #666;
	background-color: #FFF;
	width: 900px;
	}
	/* html>body break {width: 900px;} */
	#footer
	{
	height: auto;
	clear: both;
	border-top: 1px solid #666;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 80%;
	text-align: center;
/*	background-color: #FFF;*/
	width: 900px;
	}
/* navigation component */
	#button
	{
	border-right: 1px solid #FFF;
	padding: 0px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #ccc; 
	width: 200px;
	height: auto;
	}
	html>body #button
	{
	width: auto;
	}	
	#button ul 
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	#button li 
	{
	border-bottom: 2px solid #FFF;
	margin: 0;
	white-space:nowrap;
	}
	#button li a 
	{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #369;
	border-right: 10px solid #09c;
	background-color: #369;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	}
	html>body #button li a 
	{
	width: auto;
	}
	#button li a:hover 
	{
	border-left: 10px solid #09c;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #FFF;
	}	
/* typography */
	h1, h2, h3, h4, h5, h6 /* define common H tag style */ 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	}
	h1 {font-size: 1.8em;}
	h2 {font-size: 1.6em;}
	h3 {font-size: 1.4em;}
	h4 {font-size: 1.2em;}
	h5 {font-size: 0.8em;}
	h6 /* use only with background images  */ 
	{
	font-size: 1.0em;
	padding-top: 0px;
	} 
	ol, ul, li /* general page layout */
	{
	font-size: 1.0em;
	line-height: inherit;
	}
	p 
	{
	font-size: 1.0em;
	line-height: 1.2em;
	}
	.rightcolhead /* a subset of p */
	{ 
	margin-top: 0px;
	padding-left: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
	}
	pre 
	{
	font-family: monospace;
	font-size: 1.0em;
	}
	strong, b 
	{
	font-weight: bold;
	}
	table, tr, td 
	{
	font-size: 1.0em;
	}
/* body link styles */	
	a:link
	{}
	a:visited
	{}
	a:active
	{}
	a:hover 
	{color: #F00;}
/* inline image style */	
	img
	{
	border: 0;
	padding: 0 5px 0 5px;
	}
	.imgSteren
	{
	border: 0;
	padding: 0px 0px 0px 0px;
	}
	.imgBoxed /* for images with a border */
	{
	border: 1px solid #333;
	padding: 2px 2px 2px 2px;
	}
	.imgLeft
	{
	border: 0;
	padding: 0px 2px 0px 0px;
	}
	.imgRight
	{
	border: 0;
	padding: 0px 0px 0px 2px;
	}	
		