/* ---( css for print updated 7 Nov 2005 rej )------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: none;
}
	
#content {
	width: auto;
	clear:both;
	background-color: #fff;
	text-align: left;
	}
	
#outer {
	float: left;
	width: 100%;
	}
		
.nav {
	display:none;
	}	
#uos {
	display:none;
}

#sidenav {
	display:none;
}

/* ---( text )------------------------------- */
body, td, th, p {
  font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
  color : #333;
  
}

p {
	padding: 0px;
	margin: 5px 0 0 0 ;
}

h1 {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	color: #003399;
	margin: 0;
	padding: 10px 0 10px 0 ;
	line-height: 100%;
}

h2, h3 {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	color: #003399;
	margin: 0;
	padding: 8px 0 0 0 ;
}

h4 {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	color: #999;
	margin: 0;
	padding: 8px 0 0 0 ;
}

a:link {
	color: #36f;
	text-decoration: none;
	background-repeat: no-repeat;
}
a:active {
    color: #c60;
    text-decoration: underline;
}
a:visited {
    color: #969;
    text-decoration: none;
}
a:hover {
	color: #c60;
	text-decoration: underline;
}

ul{
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	list-style-image: url(../images/bullet.gif);
}

/* ---( footer )------------------------------- */

#footer {
    clear: both;
	width: auto;
    border-bottom: solid 1px #fff; /* IE 6 has the footer flow over the outer's 
    bottom border. if this border is added, IE draws
    the outer border as exptected */
    z-index: 10;
    }

#innerFooter {
    font-size: small;
    text-align: center;
	color: #424F7D;
    padding: 10px;
    }


/* ---( misc )------------------------------- */

.pullquote {
	float: right;
	width: 140px;
	font-weight: bold;
	font-style:oblique;
	color: #99c;
	border: solid #99c;
	border-width: 2px 0;
	padding: 5px 1px;
	margin: 1px 0 1px 5px; /* --(outside)-- */
}

hr {
	border: 0;
	height: 1px;
	color:#999;
	background-color: #999;
}