/*
Title: Weatherhead Center for International Affairs: Graduate Student Assistant Web Site Print style
Author: Kristin Caulfield, Coordinator of Web Communications
Last Updated: February 27th, 2005

Notes: Thanks to Eric Meyer and his article "CSS Design: Going to Print" on A List Apart. It's been there for awhile, but it's still good. http://www.alistapart.com/articles/goingtoprint/
*/

body {
   background: white;
   font-size: 12pt;
   }
   
div#outerframe {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000;
	background: transparent none;
   }
   
div#header {
	border-top: 1px solid #467;
	border-bottom: 1px solid #467;
	}
   
div#navouter {
	display: none;
	}

div#nav, #navlist {
	display: none;
	}
	
div#content {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
   }
   
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
	
div#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 8pt;
	color: #000;
	background-color: #fff;
	border-top: 1pt solid #467;
	border-bottom: 1pt solid #467;
	}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	} 
	
h1 { 
	font-family: "Courier New", Courier, mono; 
	font-size: 160%;
	/*color: #b00;*/
	background-color: #fff;
	}

h2 { 
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 125%; 
	/*color: #467;*/
	background-color: #fff;
	}

h3 { 
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	font-size: 110%; 
	/*color: #467;*/
	background-color: #fff;
	}

a {
	text-decoration: underline;
	color: #000;
	background-color: #fff;	
	}
	
/*a:link {
	color: #467;
	background-color: #fff;
	}

a:visited {
	color: #636363;
	background-color: #fff;
	}

a:active {
	color: #b00;
	background-color: #fff;
	}

a:hover {
	color: #b00;
	background-color: #fff;
	}*/
	
caption {
	font-weight: bold;
	padding-bottom: 7px;
	}

th, td {
	padding: 7pt;
	}
	
th {
	font-size: 110%;
	text-align: center;
	color: #467;
	padding: 7pt;
	}
	
ul.nobullets {
	list-style: none;
	padding-left: 0;
	}