/**********************************************************
**************       PRINT STYLE SHEET       **************   
**********************************************************/

body h1, #tools, #pics, #deptHeaderBottom, #menu, #corpFooter a, #corpFooter span, #leftColumn, #fakeMenu, #contentBellowMenu{
	display:none;
	visibility: hidden;
}

a, a:link, a:visited, a:active{
	color: #555;
}

#deptHeader {
	height:50px;
}

#headerLogo {
	margin-top:5px;
	/*float:right;*/
	float: none;
	text-align:center;
}

#corpHeader a#logoLink{
	border: 0px;
	color: white;
	background: none;
	text-decoration:none;
}

#corpHeader a#logoLink img#logo{
	border: 0px;
	background: none;
}

#title{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
	margin-bottom: 0px;
	clear: both;
}

#title h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	float:none;
	font-size: 27px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 5px;	
}

h2, h3, h4, h5, h6, h7, #eventsColumn #events h2, #eventsColumn #events h3, #eventsColumn #events h4, #eventsColumn #events h5, #eventsColumn #events h6, #eventsColumn #events h7{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

#eventsColumn, #eventsColumn #events{
	margin:0px;
	padding:0px;
}

body{
	font-family: Arial,verdana, Helvetica, sans-serif;
}

#mainContentArea{
	margin: 0px;
	padding: 0px;
	height: auto;
}

#mainContentArea h2{
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

html>body #mainContentArea{
	margin-top: 30px;
}

#pageAreaMinHeight {
	width:0px;
	height: auto;
	float:left;
}

#main{
	margin: 0px;
	padding: 0px;
}

#pageArea {
	padding:0px;
}


table, tr, td, th {
	border:1px solid #000000;
	margin:10px 0px;
}

td, th {
	padding:3px;
}

#footerTop {
	padding-top:100px;
	margin-top:100px;
}

/*BOXES
****************************************************************************/

/*DEPARTMENT SEARCH*/
#deptSearch{
	display: none;
	visibility: hidden;
}

/*BLUE BOXES*/
.blueBoxRight, .blueBoxCenter, .blueBoxLeft, .creamBoxRight, .creamBoxCenter, .creamBoxLeft{
	border:1px solid #999999;
}

/*HEADERS*/
.blueBoxRight h4,.blueBoxCenter h4,.blueBoxLeft h4, .creamBoxCenter h4, .creamBoxRight h4, .creamBoxLeft h4 {
	padding-top:0px;
	margin-top:0px;
	
}

/*PARAGRAPHS*/
.blueBoxRight p, .blueBoxCenter p, .blueBoxLeft p, .creamBoxRight p, .creamBoxCenter p, .creamBoxLeft p {
	padding-left:3px;
	margin-top:3px;
	
}

.blueBoxRight, .blueBoxCenter, .creamBoxRight, .creamBoxCenter, .blueBoxLeft, .creamBoxLeft {
	padding:8px 12px 2px 12px;;
}

.creamBoxRight, .blueBoxRight {
	margin-left:15px;
	margin-bottom:10px;
	margin-top:4px;
	float:right;
	width:237px;
}

/*LEFT BOXES*/
.blueBoxLeft, .creamBoxLeft {
	margin-bottom:10px;
}


/*TABLES
****************************************************************************/

table {
	margin:10px 10px 30px 10px;
	padding:0px;
	text-align:left;
	border:none;
}

td,th {
	vertical-align:top
}

th {
	font-weight:normal;
	padding:1px 7px;
	font-size:1em;
	font-weight:bold;
}

td {
	font-size:.9em;
	color:#000000;
	padding:2px 7px;
	border:none;
}


.creamTable th, .creamTableBordered th, .creamTableTabbed th, .blueTable th, .blueTableBordered th, .blueTableTabbed th, .creamTableTabbed th, .blueTableTabbed th {
	border:1px solid #999999;
}

.creamTable td, .creamTableBordered td, .creamTableTabbed td, .blueTable td, .blueTableBordered td, .blueTableTabbed td, .creamTableTabbed td, .blueTableTabbed td {
	border:1px solid #DDDDDD;
}

.creamTableBordered, .blueTableBordered, .creamTableTabbed, .blueTableTabbed {
	border:1px solid #DDDDDD;
}

/*TABLE TABS*/
.tableTabs {
	display:none;
}


#footerTop {
	margin-top: 50px;
	border-top: 1px dotted #ddd;
	padding-top: 25px
}

html>body #footerTop{
	margin-top: 0px;
}

#footerTop, #footerBottom, #corpFooter {
	color:#444;
	font-size: 12px;
}

#corpFooter{
	margin-top: 30px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
	padding-top: 10px;	
	padding-bottom: 10px;
	font-size: 11px;
}

#corpFooter p{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#corpFooter p.hidden{
	padding-bottom: 10px;
	font-weight: normal;
}

#corpFooter p.hidden, #corpFooter .hidden a, #corpFooter .hidden a:visited, #corpFooter .hidden a:active, #corpFooter .hidden a:link{
	display:inline;
	visibility:visible;
	text-decoration:none;
	color:#222222;
	margin-top: 10px;
}


