@charset "UTF-8";
/* CSS Document */

body	{
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	

	
/* home page styles */
#wrapper	{
	background-image:url(../images/bird.jpg);
	background-repeat: no-repeat;
	background-position: 320px 70px;
	}
	
#homebanner	{
	text-align: left;
	margin-left: 15px;
	padding: 1px;
	padding-top: 30px;
	height: 700px;
	width: 850px;
	background-image: url(../images/badsci.gif);
	background-repeat: no-repeat;
	background-position: 2px 25px;
	
	}
	
#homebanner ul	{
	list-style-type: none;
	margin-left: 0;
	padding:5px 0;
	text-align: right;
	border-bottom: 4px solid #00cc00;
	
	}

#homebanner li	{
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
			}	
			
#homebanner li a	{
	text-decoration: none;
	color: #333333;
	margin-right: 10px;
	padding: 5px 0;
	font-weight: bold;
			}
			
#homebanner li a:hover	{
	text-decoration: none;
	color:#FF3366; padding: 5px 0;
	border-bottom: #ff3366 solid 4px;
			}


/* other header styles */			
#banner	{
	text-align: left;
	margin-left: 15px;
	padding-top: 30px;
	height: 80px;
	width: 850px;
	background-image: url(../images/badsci.gif);
	background-repeat: no-repeat;
	background-position: 2px 25px;
	
	}
	
#banner ul	{
	list-style-type: none;
	margin-left: 0;
	padding:5px 0;
	text-align: right;
	border-bottom: 4px solid #00cc00;
	
	}

#banner li	{
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
			}	
			
#banner li a	{
	text-decoration: none;
	color: #333333;
	margin-right: 10px;
	padding: 5px 0;
	font-weight: bold;
			}
			
#banner li a:hover	{
	text-decoration: none;
	color:#FF3366; padding: 5px 0;
	border-bottom: #ff3366 solid 4px;
			}
			
/* navbar */

.navbar	{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}

.navbar ul	{
	list-style-type: none;
	margin: 10px;
	margin-bottom:30px;
	padding:0;
	}
	
.navbar li	{
	margin-bottom: 10px;
	}
	
.navbar a:link {

	color: #006600;
	text-decoration: none;
}
.navbar a:visited {
	color: #999999;
	text-decoration: none;
}
.navbar a:hover {
	
	color: #33CC00;
	text-decoration: none;
}
.navbar a:active {
	
	color: #FFFFFF;
	text-decoration: none;
}
.navbar h3 {
	font-size: 16px;
	}

/* page */

.bodycopy {
	line-height: 17px;
}

/* cv styles */

.namedanchor a	{
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	}
	
.namedanchor a:hover {
	color: #ff3366;
	}