@charset "iso-8859-1";

/*******************************************************************************
*  Print media stylesheet that removes the left and right columns as well as
*  the horizontal navigational element from a printed copy of the webpage.
*******************************************************************************/

#leftColumn, #rightColumn, #contentColumn, #SOWrap
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
html>body #SOWrap
{
	width: auto;	/* help Opera out */
}
#rightColumn, #leftColumn, .hnav, .printHide
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}
#outerColumnContainer, #innerColumnContainer, #pageWrapper
{
	border-width: 0;	/* hide various borders, including those used
				   to create the backgrounds for the left and
				   right columns */
}
#masthead, #footer
{
	border-width:0px;
	border-style:solid;
	border-color:#000;
	border-top-width:3px;
	padding: 0.5em;		/* add some borders to the masthead and footer
				   for presentation */
}
#masthead object {
	display: none;
}
* html #footer
{
	/* \*/
		margin-top:	1em;
	/* help IE print space between the content and footer */
}
a, a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}
body *
{
	background-color: #fff;
	color: #000;		/* simple catch-all to make sure we have no
				   colored items in the print out. delete this
				   if you want. */
	font-family: arial, helvetica, sans-serif;
}
/*******************************************************************************
*  the main content is printed here : middleColumn
*******************************************************************************/
#middleColumn
{
	margin: 0px;
	width: 100%;
	float: none;
}

#middleColumn .inside{
	padding:10px;
	border-width:0;
}
#middleColumn  .inside  h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 0;

	color: #000;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-bottom:20px;
	letter-spacing:0.15em;  
	font-size: 1.3em;
	background-image: none;
	text-align:center;
	border-bottom-color:#000;
	border-bottom-width:3px;
	border-bottom-style:solid;
}
#footer p {
	background-color:transparent;
	height:auto;
	text-align:center;
	vertical-align:middle;
	border-width:0;
	margin:0px;
}
h3, dt {
	padding-top: 0;
	padding-bottom: 0;

	position: relative;
	color: #000;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom:15px;
	letter-spacing:1px;  
	font-size:1.1em;
	background-image: none;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
div.notice {
	color:#000000;
}
li {
	list-style-image: none;
}

div.important_paragraph {
	border-width:0px;
	font-weight:bold;
}

/* IFRAME */
.myIFrame {
	border-style:none;
	border-width:0px;
}
hr.hide {
	display:none;
	margin:0px;
	padding:0px;
}
/*******************************************************************************
*  HEADER  
*******************************************************************************/
.headerExt {
	width: 650px;
}
.headerLogo{
	display:none;
}
h1 {
	display:block;
	font-size:1.5em;
	text-align:center;
	margin:0px;
	padding:0px;
}

/***************************************************************************/
/* LINKS */
/***************************************************************************/
a:hover
{
	text-decoration: none;
}
a:visited
{
	color:#000000;
}
a
{
	color:#000000;
}
.white, .white:visited{
	color:#000000;
}
/******************************************************************************/