/******************************************************************************
/* Print Preview -  Defines default styles for My Site.                                         *
******************************************************************************/
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	margin-left: 0px;
	/*line-height: 130%;*/
}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color: #006633;
	font-weight:
}

a:hover {
	text-decoration:underline;
	color: #CC6633;
}

h1 {
  font-size: 130%;
  color: #006633;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 100%;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

pre {
  font-family: Courier New, Courier, monospace;
  font-size: 80%;
}

textarea, input, select, radio, checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

hr {
	color: #006633;
	background-color: #006633;
	height: 1px;
	border: 0;
	width: 60%;
}

/******************************************************************************
/* Print Preview - Defines default styles for Core.                                         *
******************************************************************************/
a.cookieCrumb {
	font-size: 8pt;
	color: 000000;
}
p {
	font-size: 10pt;
}
.PageBoundingBox {
	width: 100%;
}
td.MainContent, td.MainContent td, td.MainContent td td {
	font-size: 10pt;
	background-color: #ffffff;
}
td.LSB {
	display: none;
	visibility: hidden;
}
td.RSB {
	display: none;
	visibility: hidden;
}
td.LSBbuffer {
	display: none;
	visibility: hidden;
}
td.RSBbuffer {
	display: none;
	visibility: hidden;
}
/*---------------------------------------------------------------------------*/
/* Print Preview - Header */
/*---------------------------------------------------------------------------*/
#header { /* Defines the box that holds the header */
	display: none;
	visibility: hidden;
}

#logoText {
}	

/*---------------------------------------------------------------------------*/
/* Print Preview -  Horizontal navigation bar */
/*---------------------------------------------------------------------------*/
#navBar {
	display: none;
	visibility: hidden;
}

#navBar li {
	display: none;
	visibility: hidden;
}

#navBar a {
	display: none;
	visibility: hidden;
}
	
#navBar a:hover, #navBar a.active {
	display: none;
	visibility: hidden;
}	

/*---------------------------------------------------------------------------*/
/* Print Preview - home and portal page taglines */
/*---------------------------------------------------------------------------*/
#tagLine {
	display: none;
	visibility: hidden;
}	

#bannerImage {
	display: none;
	visibility: hidden;
}

/*#spacer {
	float: right;
	width: 10px;
	height: 10px;
	margin-right: 15;
	margin-top: 20;	
}*/

/*---------------------------------------------------------------------------*/
/* Print Preview - DSU buttons */
/*---------------------------------------------------------------------------*/
#buttonsContainer {
	display: none;
	visibility: hidden;
}

#buttonsSpacer {
	display: none;
	visibility: hidden;
}

#buttons {
	display: none;
	visibility: hidden;
}

#buttonVisit {
	display: none;
	visibility: hidden;
}

#buttonVisit:hover {
	display: none;
	visibility: hidden;
}

#buttonGive {
	display: none;
	visibility: hidden;
}

#buttonGive:hover {
	display: none;
	visibility: hidden;
}

#buttonApply {
	display: none;
	visibility: hidden;
}

#buttonApply:hover {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------------------------------*/
/* Print Preview - Department Bios */
/*---------------------------------------------------------------------------*/
#bio {
	display: none;
	visibility: hidden;
}

#bioImage {
	display: none;
	visibility: hidden;
}

#bioText {
	display: none;
	visibility: hidden;
}

#bioBody {
	display: none;
	visibility: hidden;
}

#bioButtonsContainer {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------------------------------*/
/* Print Preview - Date format on home page */
/*---------------------------------------------------------------------------*/
div.date {
	display: inline;
	font-size: 7pt;
	font-weight: normal;
	color: #666666;
	padding-left: 30px;
	/*clear: right;
	float: right;*/
}

 /*---------------------------------------------------------------------------*/
/* Print Preview - Local links located on lower left side nav
/*---------------------------------------------------------------------------*/
#localLinks a {
	display: none;
	visibility: hidden;
}

#localLinks a:hover {
	display: none;
	visibility: hidden;
}
/*---------------------------------------------------------------------------*/
/* Print Preview - Search & quick links located on left side nav */
/*---------------------------------------------------------------------------*/

#search {
	display: none;
	visibility: hidden;
}

#quickLinks {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------------------------------*/
/* Print Preview - Footer */
/*---------------------------------------------------------------------------*/
#footer {
	/* Defines the box that holds the footer */
	font-size: 7pt;
	color: #000000;
	text-align: center;
	background: transparent;
	padding-left: 0px;
}

#logo { }	