/***********************************************/
/* Print CSS                                   */
/***********************************************/

/* HTML tag styles                             */
/***********************************************/

body {
	background-color: #fff;
	background-image: none;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.25;
}


/*** Styles for images and icons, including Gilder-Levin image replacement ***/
.replace{
      position: relative;
      margin: 0; padding: 0;
      /* hide overflow: hidden from IE5/Mac */
      /* \*/
      overflow: hidden;
      /* */
	  font-size: 1px; /* make sure text stays hidden */
}
.replace span{
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; /*for Opera 5 and 6*/
}
.replace a {
	cursor: pointer; /* so IE6 and 7 will behave like actual working browsers and show when things are links */
}


/************** icon styles ****************/
a.icon-email, a.email, .icon-pdf, .icon-wmv, .icon-rss, .icon-ppt, .icon-doc, .icon-xls, .icon-xlt, .icon-ram, .icon-mov, .icon-flash, .icon-mp3 {
	background-image: none;
	padding-left: 0;
	height: auto;
	font-weight: normal;
}


/***********************************************/
/* Basic Tags                                  */
/***********************************************/

a, a:hover {
	color:#000;
	text-decoration: underline;
}

a:link:after {
	content: &quot; (&quot; attr(href) &quot;) &quot;;
}

p, ul, ol, dl, address {
	font-size: 12pt;
}

address {
	font-style: normal;
	margin-bottom: 7px;
}

dt {
	font-weight: bold;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#uwcHeader, #topNav, #mainNav, #leftNav, #rightNav, #rightNav #img-wrapper, #screen-reader, div.screen-reader, #quiet {	
	display: none;
}

#page {
	margin-top: 15px;
	margin-bottom: 15px;
	float: none;
	width:97%;
}

#page, #content, #mainContent {
	background-color: #fff;
	background-image: none;
}

#uwcLogo, #uwcLogo span{
      margin-left: -3px;
	  margin-bottom: 3px;
      height: 57px;
      width: 233px;
      background-image: url(/template-uwc/css/shared/images/header_logo.gif);
	  background-repeat: no-repeat;
}

#mainContent{
	float: none;
	margin: 0;
	width:100%;
}

#footer{
	padding-top: 5px;
	font-size: 10px;
	line-height: 1.25;
	color: #000;
	text-align: left;
	background-color: #fff;
	border-top: #000 1px dotted;
}


/************ main content styles ************/

/* graphic header */

#mainContent h1.replace, #mainContent h1.replace span {
	background-image: none;
      height:auto;
      width:auto;
}

#mainContent h1.replace {
	margin-left: 0;
}

#mainContent, #mainContent a, #mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
	color: #000;
	text-decoration: none;
}

/* resize headers */
#mainContent h1 { font-size: 14pt; }
#mainContent #feature h1 { font-size: 18pt; }
#mainContent h2 { font-size: 14pt; }
#mainContent h3, #mainContent h4 { font-size: 12pt; }

/*this is the subdiv underneath the heading*/
#mainContent #feature {	padding: 0; margin-top: 0; }
#mainContent #feature a { text-decoration: underline; font-weight: normal; }
#mainContent #feature a.email { text-decoration: none; }
#mainContent #feature address a { font-weight: bold; } 

/************** footer styles ****************/

#footer a, #footer a:hover {
	color: #000;
	text-decoration: none;
}

#footer a.email { display: none; }
