body {
	background-color: #666666;
	margin: 0;
	color: #CCCCCC;
	text-decoration: none;
}

#homeline {
	background-image: url(images/teal_div_long.gif);
	background-repeat: repeat-x;
	background-position: 0px 94px;
}

#enterline {
	background-image: url(images/teal_div.gif);
	background-repeat: repeat-x;
	background-position: 10px 44px;
	
	}

#welcomeTopline {
	background-image: url(images/teal_div.gif);
	background-repeat: repeat-x;
	background-position: 0px 32px;
	width: 100%;

	}
	
#welcomeBotline {
	background-image: url(images/teal_div.gif);
	background-repeat: no-repeat;
	background-position: 100% 50px;
	width: 100%;
	
	}
	
#bioBotline {
	background-image: url(images/teal_div.gif);
	background-repeat: repeat-x;
	background-position: 10px 40px;
	
	}
	
#newsBotline {
	background-image: url(images/teal_div.gif);
	background-repeat: no-repeat;
	background-position: 100% 40px;
	width: 100%;
	
	}
	
.bioText {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #E2FAF5;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 36px;
}

a.bioTextLink:link {
	color: #E2FAF5;
	text-decoration: underline;
}
a.bioTextLink:visited {
	color: #E2FAF5;
	text-decoration: none;
}
a.bioTextLink:hover {
	color: #D0D7AB;
	text-decoration: underline;
}

a.link1:link {
	color: #D0D7AB;
	text-decoration: underline;
}
a.link1:visited {
	color: #D0D7AB;
	text-decoration: none;
}
a.link1:hover {
	color: #D0D7AB;
	text-decoration: underline;
}

.thumblink1 img
{
border: 2px solid #bde7de;
}

a.thumblink1 img:link {
border: 2px solid #bde7de;
}

a.thumblink1 img:visited {
border: 2px solid #bde7de;
}

a.thumblink1 img:hover {
border: 2px solid #e6ac6c;
}


