/* This is the website css for most of the major pages of the institute.  It only really changes for areas that require specifics that this doesn't match.  Not much is integrated, but we have placed the banner information as well as the style imposition for the side menu bar. The banner spot is in there, but you might want to use the banner.jpg that has the embedded linking process in it for the Institute logins.*/body {	background-color:#CCCCCC;	background-image:url(images/background.jpg);	margin:30px;	padding:0;	text-align:center;}h1 {	font-family: Georgia, Times New Roman, Times, Serif;	font-size:24px;	color:#FFF;	font-weight:200;	margin:0;	border-bottom:1px dotted #CCC;}h2 {	font-family: Arial, Helvetica, sans-serif;	font-size:10px;	color:#79b7c4;	margin:0;	font-weight:200;}h3 {	font-family: Arial, Helvetica, sans-serif;	font-size:14px;	color:#424242;	font-weight:700;	margin:0;	padding-bottom:5px;	border-bottom:1px dotted #CCC;}p {	margin-top:5px;	padding-bottom:5px;	font-size:11px;	line-height:1.5em;}#container {	font-family:Arial,Helvetica,sans-serif;	font-size:12px;	margin:0 auto;	width:850px;	padding:0px;	height:auto;	background-color:#FFF;	text-align:left;}#banner {	width:850px;	height:113px;	background:url(images/banner.gif) repeat-x;	margin-bottom:10px;}#bannerRight {	width:850px;	height:110px;	float:right;	border:1px solid #000000;	border-width:1px 0 0 1px;	padding:50px 0 0 10px;}#content {	background:url(images/bg1.gif) repeat-y;	height:1%;		}#leftColumn {	float:left;}#nav {	margin:0;	padding:0;	list-style:none;	font-size:12pt;}#nav a {	display:block;	font-size:12px;	color:#FFF;	text-decoration:none;	padding:6px;	width:130px;	border-bottom:1px #333;	}#nav a:hover {	background-color:#831111;}#rightColumn {	float:left;	width:660px;	padding-left:30px;	color:#000000;}#clear {	clear:both;}.date {	font-size:10px;	color:#999;	font-weight:normal;}#copyright {	padding-top:10px;	font:10px Arial,Helvetica,sans-serif;	color:#369;}#copyright a {	text-decoration:none;	color:#367;}#copyright a:hover {	color:#333;}
