#sectionheader {
	text-align: left;
	padding-left: 20px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #99CCFF;
	background-color: #336699;
}
#sectionwrapper {
	width: 792px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#contentcolumn{
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#adcolumn{
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 5px 5px 5px;
}
#inc_wrapper{
	background: transparent;
}
.link_title {
	text-align: left;
	background: white;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
span.link_title img {

}
.link_date {
	padding-top: 5px;
	padding-left: 25px;
	text-align: left;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	height: 50px;
	font-style: italic;
}
.categorytitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
	padding-left : 20px;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: left;
}
.notfound {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
	padding-left : 10px;
	background-color: #FFFFFF;
}
.innercolumn{
	margin: 2px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 3;
	background-color: red;
}
#sectionsearch {
	background-color: dcdcdc;
	text-align: center;
	margin: 0;
	padding: 0px 0px 0px 25px;
	font: normal smaller Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#sectionsearch label, label span {
	display: block;
	padding-bottom: 5px;
	font-size: 11px;
}
#sectionsearch label {
	float: left;
}
#sectionsearch label span {
	float: left;
	text-align: right;
	padding-right:3px;
 }
#sectionsearch fieldset input select{
	float: right;
	font-size: 10px;
}
#sectionsearch fieldset {
	float: left;
	padding: 5px;
	overflow: hidden;
	border: thin white;
}
#sectionsearch form div {
	text-align: center;
	margin: 0;
}
#sectionsearch submit{
	font-size: 9px;
}