/*
*   Default stylesheet for Mission 2008: Las Tortugas Section Website
*   (c) 2004, Bryan Newbold
*/

BODY {
	font-family: serif;
	background-color: #528B92;
/*	background-color: #213D6B;  */
	font-size: 16px;
	background-image:  url(images/tort_title.png);
	background-repeat: no-repeat;
}

A {
	text-decoration: none;
	color: black;
	border-bottom: 1pt solid blue;
}

A:hover {
	text-decoration: none;
	border-bottom: 1pt solid #FF9900;
}

A:active {
	text-decoration: none;
	color: #F00000;
	border-bottom: 1pt solid #F00000;
}

A.image {
	border-width: 0px;
}

IMG.basic {
	margin: 4px;
	border: 2px solid #000000;
}

P {
	text-indent: 15px;
}

UL.subLinks {
	margin: 3px;
	font-size: 14px;
	padding-left: 15px;
}

.content {
	background-color: #ECE89D;
	padding: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 2px solid #000000;
	overflow: hidden;
}

.subcontent {
	background-color: #C6C7A7;
	padding: 12px 4px 12px 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #000000;
	overflow: hidden;
}
.subcontent:hover {
	background-color: #B6B78E;
}

.profiles {
	background-color: #C6C7A7;
	padding: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #000000;
	overflow: hidden;
	width: 44%;
	font-size: 14px;
	height: 140px;
}

#mainContent {
	margin: 20px 0px 10px 10px;
	position: absolute;
	left: 185px;
	top: 100px;
	width: 620px;
	font-family: trebuchet ms, trebuchet;
	font-size: 14px;
}

#leftBoxes{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100px;
	width: 180px;
	margin-top: 20px;
}
.leftBox{
	margin-left: 5px;
	margin-top: 25px;
	background-color: #ECE89D;
	border: 1px solid #000000;
	overflow: hidden;
}

.leftBoxLink{
	margin: 0px;
	padding: 4px;
	padding-left: 10px;
	background-color: #ECE89D;
	border: 2px solid #000000;
	border-bottom: 0px;
	border-left: 0px;
	position: relative;
	font-weight: bold;
	font-size: 16px;
}
.leftBoxLink:hover{
	background-color: #E0DA5F;
	font-weight: bolder;
}

#titleBox {
	padding-left: 110px;
	margin: 10px;
	margin-top: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 790px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: white;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	overflow: hidden;
}

.pageTitle {
	text-align: center;
	text=align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
