/***********************************************/
/* PRINT CSS                                    */
/***********************************************/

/***********************************************/
/* Core html tag styles                        */
/***********************************************/

body {
  font-family: Tahoma, Arial, helvetica, sans-serif;
  font-size: 13px;
  background: white;
}

/***********************************************/
/* Page structure shell styles                 */
/***********************************************/

#outershell, #shell{
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   background: transparent none;
}

#outershellclear, #bodyclear {
	display: none;
}

/***********************************************/
/* Masthead styles                             */
/***********************************************/

#masthead{
	width: auto;
}

#masthead #logo{
	display: none;
}

#masthead #printlogo{
	display:block;
}

/***********************************************/
/* Navigation styles                           */
/***********************************************/

#firstnav, #secondnav{
	display: none;
	}

/***********************************************/
/* Breadcrumb styles                           */
/***********************************************/

#breadcrumb{
	display: none;
	}

/***********************************************/
/* Main content styles                         */
/***********************************************/

#main{
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   background: transparent none;
}

#mainbody{
   float: none;
}

#bodyshell{
    float: none;
	width: auto;
}

#pageheader{
	padding-bottom: 10px;
	margin-left:0px;
	margin-right:0px;
	font-size: 24px;
	color:#000000;
}

#mainbody p {
	font-size: 13px;
	padding:0px;
	color:#000000;
}

#mainbody h1 {
	font-size: 14px;
	font-weight:bold;
	color:#000000;
}

#mainbody h2 {
	font-size: 13px;
	font-weight:bold;
	color:#000000;
}

#mainbody img {
	padding:5px
}

/***********************************************/
/* Action link styles                          */
/***********************************************/

#actionlinks{
	display: none;
	}

/***********************************************/
/* Body link block styles                      */
/***********************************************/

#bodylinksshell{
	width: auto;
   float: none;
	margin:0px;
}

#bodylinks{
	font-size: 13px;
	width: auto;
    float: none;
	color:#000000;
}

#bodylinks div{
	font-size: 13px;
	margin-bottom:25px;
	width: auto;
    float: none;
}

#bodylinks h1 {
	font-size: 14px;
	font-weight:bold;
	color:#000000;
}

#bodylinks h2 {
	font-size: 13px;
	font-weight:bold;
	color:#000000;
}

/***********************************************/
/* Highlight block styles                      */
/***********************************************/

#highlightblocks{
	display: none;
	}

/***********************************************/
/* Footer styles                               */
/***********************************************/

#footer{
	display: none;
	}

#footerclear{
	display: none;
}