body{
		scrollbar-face-color:#B0953A;
		scrollbar-arrow-color:#073A72;
		scrollbar-track-color:#C9CDEF;
		scrollbar-shadow-color:#3C3C3C;
		scrollbar-highlight-color:'';
		scrollbar-3dlight-color:'';
		scrollbar-darkshadow-Color:'';
		
		background:url(../images/background.jpg);
		
}

/* ------------------------------------- */

.headline {

	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006600;
	font-weight:bold;
}

.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #0A5B8F;
}

.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px; 
	color: #000000;
}

.bodytext_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #545C61;
}

.footer_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.linktext {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #005592;
	text-decoration: underline;
}


.spacer_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}

.attribute {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: 300; 
	color: #B0953A;
}

/* ------------------------------------- */
/* LINKS FORMAT */

A {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #005592;
	text-decoration: underline;
}

/* ------------------------------------- */
/* BG IMAGES FORMAT */

#container   
/* holds blueprint image and menu */ { 
background-color: #fff; 
background-image: url(../images/background_adam.jpg);
background-repeat: no-repeat; 
background-position: middle; 
z-index: 1; 
width: 606px; 
height: 350px 
}
