/* GLOBAL DEFAULTS */
body{
	margin: 3% auto;
	width: 1000px;
	background-color: #000000;
}
.bodycopy{
	padding: 10px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}
.footer {
	padding-right: 20px;
	padding-top: 2px;
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 8px;
	line-height: 20px;
	padding-bottom: 5px;
}
.footerlink{
	font-size: 6pt;
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}
.footerlink:hover{
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
.headline{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
	line-height: 17pt;
}
.link{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #6c5D56;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}
.link:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
}

/************************************************************************/
/**********************        STAGE COPY          **********************/
/************************************************************************/
/* enclose code in <DIV ID=oDiv class="oDivStage"></DIV> and it will be styled to default below */
.oDivStage {
	font-size: 9pt;
	padding-right: 10px;
	width: 100%;
	height: 425px;
	overflow: auto;
	line-height: 13pt;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:C7C7C7;
	scrollbar-face-color:#FFF6BA;
    scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
}

/************************************************************************/
/**************        CSS SHEETS FOR MENUS BELOW          **************/
/************************************************************************/
/* Main Menu Group Settings */
.about_cdd0_main_menu{
	/*background-color:#FFFFFF;
	background-image:url(images/nav.1.jpg);*/
	text-decoration:none;
	vertical-align: bottom;
	cursor:hand;
	cursor:pointer;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10pt;
}
.about_cdd0_main_items{
	/*background-color: #ebe7b2;
	background-image:url(images/nav.1.jpg);*/
	text-decoration:none;
	height: 18px;
	text-align: left;
	cursor:hand;
}
.about_cdd0_main_items_rollover{
	/*background-image:url(images/nav.1-over.jpg);*/
	height: 18px;
	text-align: left;
	cursor:hand;
	text-decoration:underline;
	color:#FFFFFF;
}

/* Sub Menu Style Settings */
.global_cdd0_sub_menu{
	background-color:#000000;
	cursor:hand;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:8pt;
	text-decoration:none;

	filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);
	background: transparent;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.global_cdd0_sub_items{
	color: #FFFFFF;
	cursor:hand;
	background-color: #000000;
	text-decoration:none;
	float:inherit;
}
.global_cdd0_sub_items_rollover{
	cursor:hand;
	color:#FFF194;
	background-color: #000000;
	text-decoration:none;
	filter:alpha(opacity=100);
}
.inBodyHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
}
.lineHeight {
	line-height: 25px;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 10px;
	
}
/********* PHOTO GALLERY *********/
.phppgtitleband { /* table, holds $page_title, $left_content, $right_content */
	margin:10px auto 0 auto; 
	padding:0; 
	background-color: #EEE; 
	border: 1px solid #CCC; 
	width: 100%;
	font-size: 90%; 
}
.phppgtitleband td {
	width:33%;
	padding: 5px;
}
.phppgmainbox { /* holds next/prev links and main image */
	margin:10px auto 0 auto; 
	padding:0; 
	text-align: left;
	min-height:400px;
}
.phppgnextbox { /* holds next and previous links */
	margin-bottom:5px; 
	padding:0;
	text-align:center; 
}
.phppgimagebox { /* table, holds main image */
	margin:0 auto 0 auto;
	padding:0;
}
.phppgimageframe { /* frame around main image */
	width: auto; 
	border: 0px solid #CCC; 
	background-color: #EEE; 
	padding: 7px 7px 40px 7px;
}
.phppgimagetag { /* main image's img tag style */
	border: 0px solid #CCC;
}
.phppggifbox { /* table style that holds gif thumbnail's */
	margin:10px auto 0 auto; 
	padding:2; 
	border-collapse:collapse;
}
.phppggifbox td {
	padding: 2px; 
	border:0px solid #999;
	border-collapse:collapse;
	text-align:left;
	vertical-align:middle;
}
