A:link {text-decoration: none; color: white}
A:visited {text-decoration: none; color: white}
A:active {text-decoration: none; color: white}
A:hover {text-decoration: underline; color: white;}

body{
	margin: 0;
	background-color: #1770AF;
	background-image: url(../images/bgstrip.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

.text {
	font-family:Tahoma;
	font-size:10pt;
	color:white;
}

#main{
	
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 1000px;
	}
	
.header {
	font-family:Tahoma;
	font-size:12pt;
	color:white;
	font-weight:bold;	
}
.bold {
	font-family:Tahoma;
	font-size:10pt;
	color:white;
	font-weight:bold;
}
.bios {
	font-family:Tahoma;
	font-size:10pt;
	color:black;
}
.biosbold {
	font-family:Tahoma;
	font-size:10pt;
	color:black;
	font-weight:bold;
}

#nav {
font-family:			"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
font-size:				10pt;
font-weight:			bold;
color:					#777777;
background-color:		#000;
padding:				0;
text-align:				left;
border-bottom:			0px;
}

a.whitenav {
color: #ffffff;
text-decoration: 		none;
text-align:				left;
}

a.whitenav:hover {
text-decoration: 		underline;
text-align:				left;
}

#nav tr.submen {
background-color:		#303030;
text-align:				left;
}

#nav tr.submenover {
background-color:		#FF9933;
text-align:				left;
}

#nav td.subpad {
padding-left:			5px;
padding-right:			5px;
text-align:				left;
}

#nav a.tabpad {
color:					#FFFFFF;
text-align:				left;
}

#nav a.tabnav {
color:					#FFFFFF;
font-weight:			bold;
text-decoration:		none;
text-align:				left;
}

#nav a.tabnav:hover {
color:					#FFFFFF;
text-decoration:		underline;
text-align:				left;
}