@charset "UTF-8";
/* CSS Document */
	body {
		text-align:center;
		margin:0;
		padding:0;
		background:url(../_imgs/bg.png);
		font:normal 75% Helvetica, Verdana, sans-serif;
	}

/* Container */
	#container {
		width:1000px;
		min-height:100%;
		position:relative;
		margin:0px auto 0px auto;
		background:#FFF;
	}
	
/* Masthead */
	#masthead {
		height:238px;
		background:url(../_imgs/header.png) no-repeat;
	}
	
/* Left column */
	#sidebar {
		float:left;
		left:0;
		width:180px;
		margin:0px; 
		padding: 0px;
		text-align:left;
	}
	
/* Main column */
	#mainCol {
		float:right;
		width:680px;
		font-size:1 em;
		line-height:130%;
		padding:10px 50px 0px 50px;
		color:#333;
		text-align:left;
	}
	
/* Footer */
	#footer {
		position: relative;
		clear:both;
		bottom: 0px;
		width:100%;
		height:254px;
		background:url(../_imgs/footer.gif) no-repeat top;
	}
	
/* Navigation */
	#navlist {
   	 font-size:1 em;
   	 font-weight:bold;
   	 list-style:none;
	 margin:0px;
	 padding:0;
	}
	
	#navlist a {
  	  display:block;
  	  width:180px;
  	  color:#333;
	  background:url(../_imgs/button.jpg) no-repeat;
  	  text-decoration:none;
   	  padding:10px 10px 10px 15px;
	}
	
	#navlist a:hover { 
    	background-position:0 -32px;
    	color: #1e5ebd;
	}

	#navlist a:active {
    	background-position:0 -32px;
    	color:#fff;
	}
	
	
/* Highlight current page */
	#sidebar a.here { 
    	background-position:0 -32px;
    	color: #1e5ebd;
	}
	
	
/* Home Page Sub Navigation */
	#subnav {
   	 font-size:1.1em;
   	 font-weight:bold;
   	 list-style:none;
	 padding:0;
	}
	
	#subnav a {
  	  display:block;
  	  width:500px;
  	  color:#fff;
	  background:url(../_imgs/pill.png) no-repeat;
  	  text-decoration:none;
	  margin:20px;
   	  padding:14px 15px 14px 15px;
	}
	
	#subnav a:hover {
		background-position:0 -44px;
	}

	#subnav a:active {
    	color:#1e5ebd;
    	background-position:0 -44px;

	}
	
	
/* When to Call Ouput Main column */
	#mainCol2 {
		float:right;
		width:800px;
		font-size:1 em;
		line-height:150%;
		padding:15px;
		color:#333;
		text-align:left;
	}
	
	#mainCol2 p {
		width:700px;
	}
	
/* Table Appearance */
	table {
		border:0;
		border-collapse:collapse;
	}
	
	th, td {
		padding:5px;
	}
	
/* Headings */
	h2 {
		margin-top:0px;
		font-size:1.6em;
		line-height:130%;
		color:#7ebb72;
	}
	
	h3 {
		margin-top:10px;
		font-size:1.5em;	
		color:#FFF;
	}
	h4 {
		margin-top:10px;
		margin-bottom:0;
		font-size:1.2em;
		color:#5284C9;
	}
	
	h3 a:link, h3 a:visited {
		color:#FFF;
	}
	
	h3 a:hover {
		color:7ebb72;
		text-decoration:underline;
	}

/* Paragraph Link Appearance */
	p a:link, p a:visited {
	color:#5284C9;
	font-size: 1 em;
	font-weight: bold;
	}
	
	p a:hover {
		color:7ebb72;
		font-size: 1 em;
		font-weight: bold;
		text-decoration:underline;
	}
	
/* Make Links Green */
	a.green:link, a.green:visited {
	color:#7EBB72;
	font-size:1em;
	text-decoration:none;
	font-weight: normal;
	}
	
	a.green:hover, a.green:active {
	color:#5294DF;
	text-decoration:underline;
	font-weight: normal;
		}

/* Turn off borders on image links */
	img {
		border:0;
	}
	
/* Lists */
	ul {
		
	}

/* Small Caps */
	.smallcap {
	font-variant: small-caps;
	}
	
/* Superscript fix */
	sup { 
		line-height: 0;
	} 
	
/* iChemo */
h1.ichemo {
		color:#ff7c34;
	}
	
h2.ichemo {
		color:#6633cc;
	}
	

p.ichemo a:link, p a:visited {
		color:#0066cc;
		text-decoration:none;
	}
	
	p.ichemo a:hover {
		color:#ff7c34;
		text-decoration:underline;
	}

	
	.refs {
		font-size:.85em;
		line-height:110%;
	}
	
/* 818 */
.inputForm p { clear: left; margin: 0; padding: 1px 0 3px 0; padding-left: 100px; height: 1%; }
.inputForm label{  float: left; margin-left: -100px; width: 100px; }

.inputButton p { clear: left; margin: 0; padding: 1px 0 3px 0; padding-left: 100px; height: 1%; }
.inputButton label{  float: left; margin-left: -100px; width: 240px; }

.chkleft { float: left; width: 50%; }
.chkright { float: right; width: 50%;  }
.clear { clear: both; }