html, body {
	background-color:#d6cdad;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	background-image:url(images/backgradienttop.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-style: normal;
	text-decoration: none;
	color: #333333;
}

.main {
	border: 1px solid #a48d5b;
}

.background {
	background-image:url(images/backgradient.gif); 
	background-repeat:repeat-x; 
	background-position:bottom;
	background-color:#d6cdad;
	
}

.boxLeft {
	width:448px;
	padding:10px;
	border-top: 1px solid #e3dcc0;
	border-right: 1px solid #a48d5b;
	border-bottom: 1px solid #a48d5b;


}

.spaceBox {
	width:700px;
	border-top: 1px solid #e3dcc0;
	border-bottom: 1px solid #a48d5b;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;

}

.spaceSpecs {
	padding:5px;
	margin-left:190px;
	width:480px;
}

.spaceSpecsBg {
	padding:5px;
	margin-left:190px;
	width:480px;
	background-color:#c9bc97;
}

.specTitle {
	color:#6C6347;
	font-size: 10px;
}

.specTitleBlue {
	color:#003f7f;
	font-weight:bold;
}

.specTitleBrown {
	color:#2A1F14;
	font-weight:bold;
}



.bioLinkActive {
	color:#a48d5b;
	font-weight:bold

}

.artHeader {
	color:#5B442C;
	font-weight:bold;
	font-size: 14px;
}

.historyheader {
    font-family: Times New Roman, Times, serif;
	font-size:14px; 
	color:#003f7f;
	font-weight:bold

}

.chargingheader {
    font-family: Times New Roman, Times, serif;
	font-size:14px; 
	color:#ffffff;
	font-weight:bold

}

.forwardheader {
    font-family: Times New Roman, Times, serif;
	font-style:italic;
	font-size:18px; 
	color:#1E5F81;
	font-weight:bold

}

.articleBoxLeft {
	width:700px;
	padding:20px;
	border-top: 1px solid #e3dcc0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	

}

.bioNav {
	padding:10px 10px 10px 0px; 
	border-top: 1px solid #e3dcc0;
	border-bottom:1px solid #a48d5b


}

.boxRight {
	width:448px;
	padding:10px;
	border-top: 1px solid #e3dcc0;
	border-left: 1px solid #e3dcc0;
	border-bottom: 1px solid #a48d5b;	
}

a {
	font-weight: bold;
	color: #003f7f;
	text-decoration: none;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #003f7f;
}

a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold
}

/*CSS for popinig image BEGIN*/

.thumbnail{
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 0px;
left: -1000px;
border: 0px solid #000000;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50%;
left: 10%; /*position where enlarged image should offset horizontally */

}

.thumbnail2{
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}


.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 0px;
left: -1000px;
border: 0px solid #000000;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50%;
left: 55%; /*position where enlarged image should offset horizontally */

}

/*CSS for popinig image END*/
.spaceTop {
	margin-top: -10px;
}
.bg {
	background-image: url(images/bg01.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.bluebox{
	border: #039 1px solid;
}
.sienabox{
	border: #a48d5b 1px solid;
}
