@charset "UTF-8";
ul#tabnav { /* general settings */
text-align: right; /* set to left, right or center */
margin: 4em 2.3em 1em 0em; /* set margins as desired */
font: normal 18px "Courier New", Courier, monospace; 
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6 { /* settings for selected tab 
border-bottom: 1px solid #fff; /* set border color to page background color 
background: #777; /* set background color to match above border color */
	text-decoration: none;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a { /* settings for selected tab link */
background-color: #555; /* set selected tab background color as desired */
color: #999; /* set selected tab link color as desired */
position: relative;
top: 0px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
text-decoration:none;
}

ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #777; /* set border COLOR as desired; usually matches border color specified in #tabnav 
background-color: #777;  set unselected tab background color as desired */
	color: #555; /* set unselected tab link color as desired */
	margin-right: -8px; /* set additional spacing between tabs as desired */
	text-decoration: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #000;
}


mainbio {
	background-image: url(bio.png);
}
.selected {
	background-color: #999;
	color: #FFF;
	border-width: thin;
	border-color: #CCC;
	border-style:solid;
	cursor:auto;
}
.noselected {
	max-width: auto;
	min-width: auto;
	color: #000;
	border-width: thin;
	border-color: #CCC;
	border-style:solid;
}
#menu {
	position: absolute;
	width:100%;
	top: 0px;
	text-align: right;
	opacity: 0.999;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
}
/*
.logoweb {
	background-image: url(logoweb.jpg);
	left: 0px;
	top: 0px;
	position: static;
	z-index: 2;
	text-align:left
	size:auto;
	widht: 10%;
	height:300px; 
} */
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #777;
}
a:active {
	text-decoration: none;
	color: #333;
}
.main {
	background-image: url(index.jpg);
	text-align: left;
}
