/*body {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif; 
	background-color: #336699;
	margin: 0px;
	padding: 0px;
	text-align:center;
	} DISABLE FOR PRINT NEW LINE FOR PRINTER *//*center is for MSIE 6 which does not see auto in wrapper margin setting */
	
body {
	width:7.5in; /* Could REMOVE to see if page looks better */ /* 091909 changed to 7.5 inch */
  	color : #000000; 
  	background : #ffffff; 
  	font-family:Arial, Helvetica, sans-serif;
  	font-size : 10pt; 
}/* PRINTING BODY CODE */

/*DO NOT comment out for now - not sure this is required - work on page first Try with all defaults erased */

*{
margin:0;
padding:0;
}/* clears all default margin and padding settings - now must set all margins and padding for everything */


p { margin: 10px 0px; } 

ul, ol {
	margin: 5px 0px 5px 35px;
	font-size: 0.8em;
} 
/*li {
	margin: 3px 0px 3px;
	padding: 0;
}*/

h1 {
	margin: 0 0 .8em;
	color: #000099;
	font-size: 24px;
	} 

h2, h3, h4, h5, h6 {
	margin: 0.9em 0;
} 
dl {
	font-size: 0.8em;
	margin: 0.6em 0em;
}
dt {
	font-weight: bold;
	padding: 1em 0em 0em;
}
dd {
	margin-left: 3em;
}

img {
	border:none;
	margin:0;
	padding: 0;
}
.boxarea {
	margin:0;
	padding:4px;
	/*border:1px solid #CCCCCC;*/
	font-size: 0.8em;
	}
.red-bold {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {
	color: blue;
	text-decoration: none;
}

.bullet-doc {
	background-image: url(../images/bullet_doc.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
}

.bullet-htm {
	background-image: url(../images/bullet_htm.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
}
.bullet-pdf {
	background-image: url(../images/bullet_pdf.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
}

.bullet-ppt {
	background-image: url(../images/bullet_ppt.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
}

.bullet-unkwn {
	background-image: url(../images/bullet_unkwn.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
}
.bullet-www {
	background-image: url(../images/bullet_www.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.left-img {
	float: left;
	text-align: right;
	vertical-align: top;
	padding: 0px 10px 10px 0px;
	clear: left;
}
.right-img {
	float: right;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 10px 10px;
}



#wrapper {/* wraps entire content within the body tag to center - all other divs will be  within this tag */
	width:7in; /*change to inches for Printing */
	/*text-align:left; Dhange for print/* negates the text-align center in body for msie v6 fix */
	margin:0; /* remove auto for print */
	padding:0;
	position:relative;
	background-color: #FFFFFF;
	/*text-align:center;  TRIED this for print center, but centers all text on print */
	}
	
#header {/* replaces all header table items and creates header space for graphics and possibly text */
	width:800px;
	height:220px;
	margin:0;
	padding:0;
	border:0;
	}

#header-link {
	float:left;
	position:absolute;
	left: 20px;
	top: 186px;
	width: 220px;
	height: 22px;
	border: 0;
	padding:0;
	margin: 0;
	}

#header-link p {
	margin:0px;
	padding: 3px 15px;
	font-size: 14px;
	font-weight: bold;
}

#header-link a:link {
	color: #000099;
	text-decoration: none;
	}
	
#header-link a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#header-link a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399FF;
}


#nav-bar{
	padding: 0px; /* changed to fit 1-10-08 for drop down menus */
	background-color: #E7E7E7;
	color:#333333;
	background-image: url(../images/nav-bkgnd-6x32.gif);
	background-repeat: repeat-x;
	width: 800px;
	/*display: block; comment out for spry */
	height: 25px; /* changed to narrower width was 34px 1-10-08 for drop down menus */
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}

#breadcrumb-bar {
	line-height: 30px;
	text-align: center;
	height: 22px;
	width: 800px;
	float: left;
	visibility:hidden;
}
#breadcrumb-bar p {
	font-size:12px;
	font-weight:bold;
	margin: 2px 0px;
	padding: 0px;
	color: #000000;
}

#breadcrumb-bar a:link {
	color: #0033CC;
	}

#breadcrumb-bar a:visited {
	color: #0033CC;
	text-decoration: none;
}

#breadcrumb-bar a:hover {
	color: #CC0000;
	text-decoration: underline;
}


#wrap-contents {/* this div is below nav-bar and above  breadcrumb - and above footer to allow better positioning of content divs */
	background-image:none;/* set to NONE for printing */
	/*background-repeat: no-repeat; */
	padding: 0px;
	float: left;
	width: 7in;/* change from 800px to 7in for printing */
	background-color: #FFFFFF;
}

#left-column {
	background-color: #FFFFFF;
	color:#666666;
	float: left;
	width: 225px;
	margin: 0 5px 0 0;
	padding: 5px 8px 5px 10px;
	border-right: 1px solid #CCCCCC;
}

#left-column h1{
	font-size: 18px;
	padding: 0px;
	margin: 10px 0px;
	color: #666666;
}

#left-column h2{
	font-size: 14px;
	padding: 0px;
	margin: 10px 0px;
	color: #003366;
}

#left-column h3{
	font-size: 12px;
	padding: 0px;
	margin: 10px 0px;
}

#left-column h4{
	font-size:11px;
	padding: 0px;
	margin: 10px 0px;
	color: #000066;
}

#left-column p {
	font-size: 11px;
	line-height: 16px;
	margin: 8px;
	color: #003300;
}
#left-column  table {
	text-align:center;
	width: 225px;
	margin: 5px 0px;
	;
	padding: 0;	/*border: 1px solid #666666;*/
}
#left-column  th {
	font-size:10px;
	text-align:left;
	}
#left-column  td {
	font-size:10px;
	text-align:center;
}

#search {
	float: left;
	clear: left;
	width: 230px;
	margin: 0px;
	padding: 0px;
}

	

#right-column {
	background-color: #FFFFFF;
	float: right;
	margin: 0px;
	padding: 5px 15px 5px 10px;
	/*width: 525px; REMOVE FOR PRINT */
	color: #333333;
}


#right-column h1{
	font-size: 24px;
	color: #000099;	/*margin: 0px;
	padding: 5px 0px 15px; comment padding and margins for testing */
}

#right-column h2{
	font-size: 22px;
	color: #333333;
	/*margin: 0px;
	padding: 15px 0px 12px;*/
}

#right-column h3{
	font-size: 18px;
	color: #000066;
	/*margin: 0px;
	padding: 10px 0px 10px; */
}
#right-column h4{
	font-size:16px;
	color: #000000;
	/*margin: 0px;
	padding: 12px 0px 10px; */
}

#right-column p {
	font-size: 12px;
	padding: 0px;
	margin: 10px 10px 10px 5px;
	line-height: 16px;
}

#right-column table {
	/*width:480px; remove for print */
	width: 7in;
	border:0;
	padding:0px;
	margin:5px 5px 15px 20px;
	/*font-size: 12px; REMOVE for print */
	font-size:12pt;
	}
	
#right-column th{
	text-align:left;
	margin: 0px;
	padding: 3px;
	}

#right-column td {
	text-align:left;
	margin: 0px;
	padding: 3px;
}

#calendar-page {
	background-color: #FFFFFF;
	/*float: left;  CHANGE for Print Mozilla float bug */
	float:none !important;
	margin: 0px;
	/*padding: 5px 15px;  Remove for PRINT 012908 */
	color: #333333;
	width: 7.1in; /* SHRINK for printing mod to inches */
}


#calendar-page h1{
	font-size: 24px;
	color: #000099;
	margin: 0px 5px 15px 0px;
	text-align: center;
}

#calendar-page h2{
	font-size: 22px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 15px;
}

#calendar-page h3{
	font-size: 20px;
	color: #000066;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 12px;
}

#calendar-page h4{
	font-size:16px;
	color: #000000;
	margin: 15px 0px 10px;
	padding: 0px;
}

#calendar-page p {
	font-size: 12px;
	padding: 0px;
	margin: 5px;
	line-height: 16px;
}

#calendar-page table {
	margin: 10px; /* was left only 5px change for print */
	/*width: 6.5in;*/ /* change for printing shrink and mod to inches  */
	padding: 0px;
	font-size: 12pt;
}
#calendar-page th {
	font-size: 16px; /* mod for print */
	font-weight: bold;
	text-align: center;
}
#calendar-page td {
	font-size: 11px;
	padding: 5px 2px;
}

#calendar-page table p {
	font-size: 11px;
	padding: 0px;
	margin: 1px;
	/*line-height: 14px; removed from SCREEN too 012908 LR */
}
.calendar-th-date {
	/*width:95px; remove for print*/
	/*width:1.0in; remove to test 012708 */
	background-color: #999999;
	}
.calendar-th-event {
	/*width:280px; remove for print */
	/*width: 2.6in; REMOVE to test 012708 */
	background-color: #999999;
	}
	
.calendar-th-location {
	/*width:120px; remove for print */
	/*width: 2.0in;  REMOVE to test 012708 */
	background-color: #999999;
	}

.calendar-th-contact {
	/*width:185px; remove for print */
	/*width: 1.7in; REMOVE to test 012708 */
	background-color: #999999;
	}

.table-border {
	border:1px solid #999999;
	margin: 0px;
	padding: 2px;
	}
	
.th-240 {
	width:240px;
	}
.th-160 {
	width:156px;
	}
	
	
.calendar-bgcolor {
	background-color: #EDEDED;
}


.pdf-list li  {
	list-style-image: url(../images/7x7_bluesmallarrow.gif);
}

.pdf-list li ul li {
	list-style-type: disc;
	list-style-image: none;
}

.current {
	color: #660000;
	background-color: #FFFFFF;
	height: 31px;
} /* this class changes the nav bar listed item text when it is the currently viewed page */


#footer {
	width:800px;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	float: right;
	background-image: url(../images/footer_combbk.gif);
	background-repeat: no-repeat;
	height: 76px;
	display: block;
	text-align: center;
	border-bottom: 4px solid #669ACC;
}
#footer p {
	font-size:9px;
	margin: 16px 0px 0px;
	color: #666666;
	padding: 0px;
}
	
#footer ul {
	display: block;
	list-style-type: none;
	padding:0;
	margin:27px 0px 0px;
}

#footer li {
	font-size:11px;
	display: inline;
	list-style-type: none;
	padding: 2px 6px;
	margin:0px 0 2px;
	border-right: 1px solid #666666;
	font-weight: bold;
	line-height: 14px;
}

#footer li:first-child {
	border-left: 1px solid #666666;
}

#footer a:link {
	color: white;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.center {
	text-align:center;
	}
.dont-print {display:none;}
#header, #nav-bar, #breadcrumb-bar, #footer, #header-link, #text-noprint{display:none;} /* this items should not print 4 Print 4-24-2008*/
/* = = = =  */
/* Bug Fixes and Hacks */
/* below this line is bug fixes for MSIE v6 will display as errors - unsupported value - in W3C CSS validation, but are OK */

/*Alsett clearing method for MSIE 6 */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* \ */
* html .clearfix {height: 1%;display: block;}
/* */ 
/*Alsett clearing method for MSIE 6 */

.printbutton { display: none; }
