html{height:100%;}

body, td, th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12pt;
	height:100%; 
}

#container {
	PADDING:0;
	MARGIN: 0 auto; 
	WIDTH: 760px; 
	border-left:1px solid #CF4038;
	border-right:1px solid #CF4038;
}
#banner {
	HEIGHT:185px;
	BACKGROUND: url(/images/headerBG.gif) #FFF no-repeat left top;
}

#logoContainer{
height:100px;
}

#searchContainer{
height:90px;
BACKGROUND: url(/images/ban_science.jpg) #FFF no-repeat left top;
}

#searchBar{
background-color:#CF4038;
color:#FFF;
display:inline;
float:right;
padding:5px;

}

#searchBar #searchField{
border:1px solid #CCC;
height:15px;
font-size:8pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content {
	MARGIN-LEFT: 285px; 
	margin-right:10px;
}

#contentWide {
	MARGIN-LEFT: 175px; 
	margin-right:0px;
}

#content h1{
	BACKGROUND: url(/images/headingBG.gif) transparent no-repeat center top;
	margin:0;
	width:450px;
	height:45px;
	padding: 10px 0 0 10px;
}

#contentWide h1{
	BACKGROUND: url(/images/headingBGWide.gif) transparent no-repeat center top;
	margin:0;
	width:550px;
	height:45px;
	padding: 10px 0 0 10px;
}

.twoCol{
		width:260px;
		display:block;
		float:left;
		line-height:25px;
		padding-left:15px;
		margin-bottom:20px;
		}
		
.twoCol P{
		margin-top:0;
		margin-bottom:9px;
		}
		
.oneCol{
		line-height:25px;
		padding-left:10px;
		padding-right:25px;
		display:block;
		}
		
#sidebar-a {
	FLOAT: left; 
	WIDTH: 255px;  
	margin-left:10px;	
}

#sidebar-a h1{
	BACKGROUND: url(/images/headingBG2.gif) #FFF no-repeat left top;
	margin:0;
	width:250px;
	height:45px;
	padding: 10px 0 0 10px;
}

#sidebar-b {
	FLOAT: left; 
	WIDTH:155px;  
	margin-left:10px;
}

#footer {
	CLEAR: both; 
	BACKGROUND-COLOR: #FFF;
	text-align:center;
	border-top:1px solid #CF4038;
	padding:5px;
	background-color:#CF4038;
	color:#FFF;
}

#footer a{
	color:#FFF;
}

#campaign{
	margin:10px;
	width: 435px;
}

#campaign th{
 	background:#CF4038;
	color:#FFF;
	text-align:left;
	padding:5px;
}

#campaign td{
	padding:5px;
}

#campaign td.footer{
	background:#CF4038;
	color:#FFF;
	text-align:left;
	padding:5px;
}

#tabLayRed{
	margin:10px;
	width: 435px;
}

#tabLayRed th{
 	background:#CF4038;
	color:#FFF;
	text-align:left;
	padding:5px;
}

#tabLayRed td{
	padding:5px;
}

#tabLayRed td.footer{
	background:#CF4038;
	color:#FFF;
	text-align:left;
	padding:5px;
}

#whatsNew {
	margin:0 10px 10px 10px;
	width: 410px;
	background-color: #F1DACE;
}

a.jump{
		background: url(/images/navigation/jumpNext.gif) no-repeat center right;
		color:#CF4038;
		text-decoration:none;
		padding:0px 13px 0px 0px;
		border:none;
		}
		
a.jump:hover{
		background: url(../images/navigation/jumpNext.gif) no-repeat center right;
		color:#CF4038;
		text-decoration:underline;
		padding:0px 13px 0px 0px;
		border:none;
		}
		
a.jumpAlt{
		color:#CF4038;
		text-decoration:none;
		}
		
a.jumpAlt:hover{
		color:#CF4038;
		text-decoration:underline;
		}
		
#sidebar-b a.jump{
		background: url(/images/navigation/jumpNextLeft.gif) no-repeat top left;
		color:#CF4038;
		text-decoration:none;
		padding:0 0 0 13px;
		border:none;
		}
		
#sidebar-b a.jump:hover{
		background: url(/images/navigation/jumpNextLeft.gif) no-repeat top left;
		color:#CF4038;
		text-decoration:underline;
		padding:0px 0px 0px 13px;
		border:none;
		}
		
a.jumpUp{
		background: url(/images/navigation/jumpUp.gif) no-repeat center right;
		color:#CF4038;
		text-decoration:none;
		padding:0px 13px 0px 0px;
		border:none;
		}
		
a.jumpUp:hover{
		background: url(/images/navigation/jumpUp.gif) no-repeat center right;
		color:#CF4038;
		text-decoration:underline;
		padding:0px 13px 0px 0px;
		border:none;
		}
		
p{
margin-top: 0;
margin-left:0;
margin-bottom:0;
margin-right:0;
}


/* here be dragons... */

#nav{
border-top: 5px solid #CF4038;
border-bottom: 5px solid #CF4038;

}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #CF4038;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #666666;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #CF4038; /* IE6 Bug */
	border-bottom: 0;
	}
	
ul li a:hover {
	display: block;
	text-decoration: none;
	color: #666666;
	background: #DDD; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #CF4038; /* IE6 Bug */
	border-bottom: 0;
	}	
	
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul {display: block; } /* The magic */


hr {
border:none;
		border-top:1px solid #CF4038;
		height:1px;

}
