/*  PNNL Basic Stylesheet
    Author: Cameron Bates, Geoff Elliott
    Last Updated: September 2007
*/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {color: #00274c;}
a:link:hover, a:visited:hover {color: #3b6e8f;}

#page {
	padding: 0 15px;
	width: 966px;
	background-color: #fff;
	color: #000;
}

#topBanner a {text-decoration: none;}
#topBanner img {border: 0;}
#pause {display: none;}
#skipNav {display: none;}
#searchMsg {display: none;}
h1 {font-size: 20px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
td, th {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px;}
th {text-align: left;}

/*	Full-Width Styles **************************************/
	
body.fullWidth #page, body.col2Full #page, body.col1Full #page {
	width: 100%; /* Not auto, that causes problems in IE7 */
	min-width: 960px;
	padding: 0;
}