/* CSS Document */

body {

	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
a:link, a:visited { color: #000000; text-decoration: underline; }
a:hover, a:active { color: #333333; } 

p.title_large{ color: #000; font-weight:bold; font-size:12pt; }
p.title_small { color: #000; font-weight:bold; font-size:10pt; }

/* LEFT NAVIGATION */
 #leftnav {
	margin-left: 25px;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 11pt;
	line-height: 15pt;
	text-align: left;
} 
 #leftnav p {
	font-size: 11pt;
	line-height: 15pt;
	color: #FFF; 
	text-align: left;
} 
#leftnav a:link, #leftnav a:visited { color: #FFF; text-decoration: none; }
#leftnav a:hover, #leftnav a:active { color: #000; } 
/* END LEFT NAVIGATION */

/* CONTENT AREA */
#contentarea {
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 18px;
	margin-bottom: 16px;
	font-size:10pt;
	color: #000;
	text-align: left;

		}
#contentarea p.bulletheader {
	margin-bottom: 0;
}
#contentarea img.border {
	border:2px solid #000;
	margin: 10px;
}

/* END CONTENT AREA */

/* BOTTOM BOXES */
#bottomboxes {
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 1px;
	text-align: left;

		}
#bottomboxes img {	padding-right: 8px; 
padding-top: 2px;
padding-bottom: 2px;
}	
/* END BOTTOM BOXES */	

/* BOTTOM NAVIGATION */
#bottomnav { margin-bottom: 3px; margin-top: 3px; text-align: center; color: #F7E99A; font-size: 10pt;  /*letter-spacing: -.2px;*/ }
#bottomnav  a:link, #bottomnav a:visited { color: #FFF; text-decoration: none; 	padding-left: 1px;	padding-right: 1px;	padding-top: 3px;	padding-bottom: 3px; }	
#bottomnav  a:hover, #bottomnav  a:active {	color: #F1CC65;	padding-left: 1px;	padding-right: 1px;	padding-top: 3px;	padding-bottom: 3px; }	
/* END BOTTOM NAVIGATION */


/* CREDIT  */
#credit { margin-bottom: 3px; margin-top: 5px; text-align: center; color: #F7E99A; font-size: 8pt; }

#credit a:link, #credit a:visited { color: #999999; text-decoration: none; 	
 }	
#credit a:hover, #credit a:active {	color: #FFFFFF;	 }

/* END CREDIT*/


/* HIGHLIGHT */
#highlight {
	border: solid #000 2px;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	width: 340px;
	text-align: center;
/*	position: relative; */
	margin-left: 15px;
	margin-right: 15px; 
	
}
/* END HIGHLIGHT */

/* PHOTOS */
.photosright { 
	padding: 4px;
	margin: 2px 2px 10px 15px;
	
	float: right;
	text-align: right;
}
/* END PHOTOS */