body {
	width:7.5in; 
  	color : #000000; 
  	background : #ffffff; 
  	font-family:Arial, Helvetica, sans-serif;
  	font-size : 10pt; 
}/* PRINTING BODY CODE */

*{
margin:0;
padding:0;
}
p { margin: 10px 0px; } 
ul, ol {
	margin: 5px 0px 5px 35px;
	font-size: 0.8em;
} 
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;
	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 {
	width:7in;
	margin:0;
	padding:0;
	position:relative;
	background-color: #FFFFFF;
}
	#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;
	background-color: #E7E7E7;
	color:#333333;
	background-image: url(../images/nav-bkgnd-6x32.gif);
	background-repeat: repeat-x;
	width: 800px;
	height: 25px;
	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 */
	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;
}
#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;
	color: #333333;
}
#right-column h1{
	font-size: 24px;
	color: #000099;
}

#right-column h2{
	font-size: 22px;
	color: #333333;
}
#right-column h3{
	font-size: 18px;
	color: #000066;
}
#right-column h4{
	font-size:16px;
	color: #000000;
}
#right-column p {
	font-size: 12px;
	padding: 0px;
	margin: 10px 10px 10px 5px;
	line-height: 16px;
}
#right-column table {
	width: 7in;
	border:0;
	padding:0px;
	margin:5px 5px 15px 20px;
	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:none !important;
	margin: 0px;
	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;
	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;
}
.calendar-th-date {
	background-color: #999999;
	}
.calendar-th-event {
	background-color: #999999;
	}
	
.calendar-th-location {
	background-color: #999999;
	}
.calendar-th-contact {
	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;
}
#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;}
/* = = = =  */
/* 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; }

