body {
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size:90%;
	margin: 0px;
	padding: 0px;
}

a {font-weight: bold}
a:link {color: #333333; }
a:visited {color: #666666; }
a:hover { color: #999999; }
a:active {color: #666666; }

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #ffffff;
	height: 94px;
	width: 99%;
	background-color: #ffffff;
}

#left {
	position: absolute;
	top: 91px;
	left: 0px;
	width: 190px;
	border: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
	font-size:75%;
}
#left p{margin: 10px;
	line-height: 1.5;
}

#green-links{
	padding: 30px 0px 15px 5px;
	background-color:#006666;
}
#green-links ul{
	list-style-type:none;
	padding-left: 0px;
	margin-left: 0px;
}
#green-links li{
	margin: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
	#green-links a {text-decoration: none; 
					padding-bottom: 5px;
					font-weight:normal;
	}
	 	#green-links a:link {color: #ffffff; }
		#green-links a:visited {color: #eeeeee; }
		#green-links a:hover { color: #aaaaaa; }
		#green-links a:active {color: #dddddd; }

a.pdf { padding-left: 20px;
		padding-bottom: 3px;
		background-image: url('images/pdf.gif');
		background-repeat:no-repeat;
		
}
a.word { padding-left: 20px;
		padding-bottom: 3px;
		background-image: url('images/word.gif');
		background-repeat:no-repeat;
		
}
a.ppt { padding-left: 20px;
		padding-bottom: 3px;
		background-image: url('images/ppt.gif');
		background-repeat:no-repeat;
		
}
a.xls { padding-left: 20px;
		padding-bottom: 3px;
		background-image: url('images/excel.gif');
		background-repeat:no-repeat;
		
}

#login {
	background-color: #e5e5e5;
	background-image: url('images/grey-curve-bg.gif');
	background-repeat: no-repeat;
	background-position:bottom;
	padding: 15px 5px 30px 15px;
	color:#666666;
}

#login ul{
	list-style-type:none;
	padding-left: 0px;
	margin-left: 0px;
}
#login li{
	margin: 12px;
}
	#login a {text-decoration: none; 
	}
	 	#login a:link {color: #333333; }
		#login a:visited {color: #666666; }
		#login a:hover { color: #999999; }
		#login a:active {color: #999999; }
	#login-link{
		border: none;
		margin-bottom: -7px;
		margin-right: 5px;
	}

#content {
	position: absolute;
	top: 95px;
	left: 192px; 
	background-color:#ffffff;
	padding: 20px 20px 20px 35px;
	font-size:85%;
	line-height:1.7;
	/* background-image: url('images/watermark.jpg');
	background-repeat:no-repeat; */
}

#content ul{
	padding-left: 15px;
	margin-left: 0px;
}
#content li{
	padding-left: 20px;
}

#red-quote {
	font-size:110%;
	font-style:italic;
	color: #990000
	}

#objectives {
}

#left-green-block {
	position: absolute;
	top: 0px;
	left: 0px; 
	height: 140px;
	width: 14px;
	background-color:#006666;
	border-right: 1px solid white;
}

#logo {	
	position: absolute;
	top: 5px;
	left: 20px; 
	border: none;
}
#left-img {
	float: left;
}

#montage {
	float: right;
}
/* hides the 'skip navigation links' link when viewing with styles on */
#skip{	/*display: none;*/
		position:absolute;
		top: -30px;
}

#bar {
	position: absolute;
	background-color:#cccccc;
	width: 98%;
	top: 73px;
	left: 0px;
	padding:0px; 
	height: 17px;
	font-size:75%;
	border-left: 14px solid #006666;
	text-align:right;
}

#red-links{
			background-color:#CC0033;
			width: 20em;
			background-image: url('images/red-cap.gif');
			background-repeat:no-repeat;
			color: #FFFFFF;
			padding: 0px 3px 3px 10px;
			margin: 0px;
			text-align:right;
}


/* html red-links ul{
		top: 72px;
}*/


#red-links a { text-decoration:none;
   				  margin: 0px 5px 0px 5px;
				  font-weight:normal;
	}

 		#red-links a:link {color: #ffffff; }
		#red-links a:visited {color: #eeeeee; }
		#red-links a:hover { color: #dddddd; 
								text-decoration:underline;
		}
		#red-links a:active {color: #dddddd; }


#grey-links{	text-align: left;
				padding:0px;
				background-color:#cccccc;
   				  margin: 0px 5px 0px 5px;
				  color:#666666;
				  position:absolute;
				  top:74px;
				  left: 188px;
				  z-index:10;
				  height: 16px;
				font-size:75%;
}
	#grey-links a { text-decoration:none;
					  font-weight:normal;
	}

 		#grey-links a:link {color: #000000; }
		#grey-links a:visited {color: #333333; }
		#grey-links a:hover { color: #666666; 
								text-decoration:underline;
		}
		#grey-links a:active {color: #666666; }
		
h1 {
	font-size:130%;
	}
h2 {
	font-size:120%;
	color: #006666;
}	
	
	
td {
	vertical-align: top;
}
#institutions{
	padding-left: 40px;
}

#splash{
	text-align: center;
	padding-top: 20%;
}
#splash-links{
	padding-left: 240px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#cy-link {
	background-image: url('images/red-arrow.gif');
	background-repeat:no-repeat;
	padding: 2px 5px 5px 20px;
	margin-right: 20px;
	text-decoration:none;
	font-size:130%;
	color:#CC0000;	
}
		#cy-link a:visited {color: #CC0000; }
		#cy-link a:hover { color: #FF3333; 
								text-decoration:underline;}
		#cy-link a:active {color: #FF3333; }


#en-link {
	background-image: url('images/green-arrow.gif');
	background-repeat:no-repeat;
	padding: 2px 5px 5px 23px;
	text-decoration:none;
	font-size:130%;
	color:#185f57;	
}
		#en-link a:visited {color: #CC0000; }
		#en-link a:hover { color: #006666; 
								text-decoration:underline;}
		#en-link a:active {color: #FF3333; }

.news-img {
	float: left;
	border: 1px solid #666666;
	margin: 0px 15px 2px 0px;
}
