/* External CSS code starts here ..... */



/*  PART 1 : DECLARATION ON ENTIRE BODY PAGE  */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
* {margin:0; padding:0;}
html,body 
 {
/* Linking to Source file in order  to make the drop down work  on internert explorer ...... */
 /* behavior:url(week_csshover.htc);  */
 font: 100.01% verdana, arial, sans-serif;
 background-color: #990000; 
 background-image:url(../Graphics/bg_checkerboards.jpg);
 background-position: top;
 background-repeat:repeat-x;
 color:#333333;
 font-size:12px; 
 height:100% ;
 height:100% ;
 
 }
html {
scrollbar-base-color:#990000;
scrollbar-track-color: #990000;
/* scrollbar-arrow-color: #CCFFFF; */ 
 }

/* other scroll bar styling .... 
html {scrollbar-face-color: #CE7E00;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #6F4709;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color: #6F4709;
scrollbar-track-color: #FFE8C1;
scrollbar-arrow-color: #6F4709;} */





/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */




 




 
 /* PART 2 : DECLARATION ON EACH INDIVIDUAL ID TAGS */
 /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
 
 #main_wrapper { /* main container parameter */

	min-width:100%;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;	
	margin-top:0px;
	font-size: 0.9em;
	height:100%;		
	

} /* centers layout when > max width */
 



 
 #content_all { 

	width:850px;
	height:100%;	
	/* height: auto; */		
	margin-left:auto;
	margin-right:auto;	
	margin-top:0px;
	font-size: 1em;
	text-align: center;
	/* background-color: none; */
	/*background-image:url(../images/image_main_top_gradient5.jpg);
	background-position: top;
	background-repeat:repeat-x; */
	
	
} 

#content_all_RD { 

	width:950px;
	height:100%;	
	/* height: auto; */		
	margin-left:auto;
	margin-right:auto;	
	margin-top:0px;
	font-size: 1em;
	text-align: center;
	/* background-color: none; */
	/*background-image:url(../images/image_main_top_gradient5.jpg);
	background-position: top;
	background-repeat:repeat-x; */
	
	
} 



#content_header { 

	width:850px;
	height:130px;	
	margin-top:0px;	
	margin-left:auto;
	margin-right:auto;
	float:left;
	
} 


#content_header_RD { 

	width:850px;
	height:130px;	
	margin-top:0px;	
	margin-left:50px;
	margin-right:auto;
	float:left;
	
}

#content_nav {
	width:850px;        
	height:30px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color: #666;
	background-image: url(../Graphics/bg_grey_666.jpg);
       	
} 



#content_nav_RD {
	width:850px;        
	height:30px;
	margin-top:0px;
	margin-left:50px;
	margin-right:auto;
	background-color: #666;
	background-image: url(../Graphics/bg_grey_666.jpg);
        float:left;	
} 




div#content_nav ul {

	width:850px;
	height:30px;
	margin-top:0px;	
	margin-left:auto;
	margin-right:auto;	
	text-align:center;	
	float:left;
	padding: 0 0 0 0;	
	background-image:none;
	position:relative; /* This help to place ul list block in specific position */
		
	}				
div#content_nav li {

	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */    
	padding-left:0px;  /* This is key element controling image spacing in header section */
	padding-right:0px;  /* right spacing the nav elements */
	background-image:none;
	position:relative;	
   	
	}
div#content_nav li:first-child {

	position:relative;
	padding-left:0px; /*the pseudo-class first spacing on the menu to keep in line with the graphic be;ow */

	}	
	
	
div#content_nav_RD ul {

	width:850px;
	height:30px;
	margin-top:0px;	
	margin-left:auto;
	margin-right:auto;	
	text-align:center;	
	float:left;
	padding: 0 0 0 0;	
	background-image:none;
	position:relative; /* This help to place ul list block in specific position */
		
	}				
div#content_nav_RD li {

	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */    
	padding-left:0px;  /* This is key element controling image spacing in header section */
	padding-right:0px;  /* right spacing the nav elements */
	background-image:none;
	position:relative;	
   	
	}
div#content_nav_RD li:first-child {

	position:relative;
	padding-left:0px; /*the pseudo-class first spacing on the menu to keep in line with the graphic be;ow */

	}	
	







	
	
.Form_Text_Field_style { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 9px; 
   color: #000000; 
   background-color: #FFFFFF; 
   padding: 0px; 
   height: 15px; 
   width: 150px; 
   border: 1px solid #7F9DB9; 
}

/* Form Element styling ........STANDARD */
.Form_Text_Field_style2 { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   /*font-weight:bold; */
   color: #000000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   /*border: 1px solid #7F9DB9; */
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: 15px; 
   width: 220px; 
}



.Form_Text_Field_style_post_message { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   font-weight:normal;
   color: #FFFF00; 
   text-align:center;
   background-color: #660000; 
   padding: 0px 0px 0px 0px; 
   border: 0px solid #7F9DB9; 
   border-bottom-color:none;
   border-bottom-style:none; 
   border-bottom-width:none;
   height: auto; 
   width: 220px; 
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ FORM REGISTRATION - Begin @@@@@@@@@@@@@@@@@@@@@@@ */
/* Form Element styling for Regustration Page ..........Begin */

.Form_Text_Field_style2_name { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   /*font-weight:bold; */
   color: #990000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   /*border: 1px solid #7F9DB9; */
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: 15px; 
   width: 125px; 
}

.Form_Text_Field_style2_email { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   /*font-weight:bold; */
   color: #990000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   /*border: 1px solid #7F9DB9; */
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: 15px; 
   width: 140px; 
}


.Form_Text_Field_style2_address { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   /*font-weight:bold; */
   color: #990000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   /*border: 1px solid #7F9DB9; */
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: 15px; 
   width: 330px; 
}
.Form_Text_Field_style2_city { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   /*font-weight:bold; */
   color: #990000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   /*border: 1px solid #7F9DB9; */
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: 15px; 
   width: 125px; 
}
.Form_Text_Field_style2_state { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   text-align:center;	
   color: #990000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: auto; 
   width: 40px; 
   scrollbar-base-color:#FF9999; 
   scrollbar-face-color: #FF9999; 
   scrollbar-track-color: #FF9999; 
   scrollbar-arrow-color: #FF9999; 
}




.Form_Text_Field_style2_zip { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   /*font-weight:bold; */
   color: #990000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   /*border: 1px solid #7F9DB9; */
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: 15px; 
   width: 37px; 
}
.Form_Text_Field_style2_tel { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   /*font-weight:bold; */
   color: #990000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   /*border: 1px solid #7F9DB9; */
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: 15px; 
   width: 90px; 
}
.Form_Text_Field_style2_year { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   /*font-weight:bold; */
   color: #990000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   /*border: 1px solid #7F9DB9; */
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: 15px; 
   width: 32px; 
}
.Form_Text_Field_style2_year2 { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   text-align:center;	
   color: #990000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: auto; 
   width: 50px; 
   scrollbar-base-color:#FF9999; 
   scrollbar-face-color: #FF9999; 
   scrollbar-track-color: #FF9999; 
   scrollbar-arrow-color: #FF9999; }

.Form_Text_Field_style2_make { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   /*font-weight:bold; */
   color: #990000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   /*border: 1px solid #7F9DB9; */
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: 15px; 
   width: 66px; 
}

/* Form Element styling for Regustration Page ..........End */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ FORM REGISTRATION - End @@@@@@@@@@@@@@@@@@@@@@@ */


.Form_Text_Field_style_security_code { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px;   
   color: #990000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px;   
   border-bottom-color:#CCCCCC;
   border-bottom-style:inset; 
   border-bottom-width:thin;
   height: 16px; 
   width: 50px;
   float:left; 
}





.Form_Text_Field_style3 { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   /*font-weight:bold; */
   color: #000000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   /*border: 1px solid #7F9DB9;  */
    border-bottom-style:inset;
   border-bottom-width:thin;
   border-bottom-color:#CCCCCC; 
   height: auto; 
   width: 220px; 
}

.Form_Text_Field_style_contact { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   /*font-weight:bold; */
   color: #000000; 
   background-color: #fff; 
   padding: 0px 0px 0px 0px; 
   /*border: 1px solid #7F9DB9;  */
    border-bottom-style:inset;
   border-bottom-width:thin;
   border-bottom-color:#CCCCCC; 
   height: auto; 
   width: 220px; 
   overflow-y: auto;
}


.Form_Text_Field_style_groove{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align:left;
   font-size: 10px; 
   color: #000000;
   font-weight:bold; 
   background-color: #fff; 
   padding: 2px; 
   height: 20px; 
   width: 105px; 
   border-bottom-style:inset;
   border-bottom-width:thin;
   border-bottom-color:#CCCCCC; 
  /*border: 1px solid #7F9DB9; */
}

 


#content_main_index_logo { 

	width:500px;
	height:130px;
	margin-top:25px;
	margin-left:30px;
	margin-right:auto;	
	text-align:left;
	padding: 0px 0px 0px 0px;
	float:left;
	color:#900;
	background-image:none;
	position:relative;
	/*background-color:#9C0; */
	
} 




#content_main_index { 

	width:850px;
	height:450px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;	
	float:left;
	background-image:url(../Graphics/main1.jpg);
    background-position: top;
    background-repeat:no-repeat;
	/*background-color: #990000;*/
	
} 

#content_main_index_left { 

	width:150px;
	height:450px;
	margin-left:50px;
	margin-right:0px;	
	text-align:left;	
	float:left;
	margin-top:0px;
	background-image:none;   	
} 

#content_main_index_text { 

	width:300px;
	height:50px;
	margin-top:395px;
	margin-left:550px;
	margin-right:auto;	
	text-align:left;
	padding: 0px 0px 0px 0px;
	float:left;
	color:#900;
	background-image:none;
	position:relative;
	/*background-color:#9C0; */
} 

#content_main_index_right { 

	width:150px;
	height:450px;
	margin-left:0px;
	margin-right:auto;	
	text-align:left;	
	float:left;
	margin-top:0px;
	background-image:none;   	
} 





#content_main { 

	width:850px;
	height:450px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;	
	float:left;
	color: #CCCCCC;
	background-image:url(../Graphics/main2.jpg);
        background-position: top;
        background-repeat:no-repeat;
		
} 



#content_main_about { 

	width:850px;
	height:450px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;	
	float:left;
	color: #CCCCCC;
	background-image:url(../Graphics/main5.jpg);
    background-position: top;
    background-repeat:no-repeat;
		
} 






#content_main_text { 

	width:400px;
	height:auto;
	margin-top:70px;
	margin-left:280px;
	margin-right:auto;	
	text-align:left;	
	color: #CCCCCC;
	/* float:left; */	
	
		
}


#content_main_text_about { 
	
	

	width:470px;
	height:300px;
	margin-top:100px;
	margin-left:190px;
	margin-right:0px;	
	text-align:left;
	padding: 0px 0px 0px 0px;
	float:left;
	background-image:none;
	position:relative;
	overflow-y: scroll; 
	/*overflow: hidden;*/

			
} 


#content_main_text_foundation { 	

	width:475px;
	height:140px;
	margin-top:140px;
	margin-left:100px;
	margin-right:50px;	
	text-align:left;
	padding: 10px 12px 10px 12px;
	float:left;
	background-image:none;
	position:relative;
	/*overflow-y: scroll;  */
 background-color:#ffffcc;
 border: 1px solid #999999; 
			
} 





#content_main_text_sponsor { 
	
	

	width:350px;
	height:auto;
	margin-top:50px;
	margin-left:250px;
	margin-right:auto;	
	text-align:center;
	padding: 0px 0px 0px 0px;
	float:left;
	background-image:none;
	position:relative;
	/* overflow-y: scroll;*/
	background-color: none;




			
} 










#content_mainEvent { 

	width:850px;
	height:600px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;	
	float:left;
	color: #CCCCCC;
	background-image:url(../Graphics/mainEvent.jpg);
        background-position: top;
        background-repeat:no-repeat;        
	background-color:#cccccc; 
		
} 



 








#content_main_text_event { 
	
	width:460px;
	height:430px;
	margin-top:0px;
	margin-left:13px;
	margin-right:auto;	
	text-align:center;
	padding: 0px 0px 0px 0px;
	float:left;
	background-image:none;
	position:relative;
	overflow: auto;
			
} 


#content_main_text_event2 { 
	
	width:500px;
	height:auto;
	margin-top:25px;
	margin-left:13px;
	margin-right:auto;	
	text-align:center;
	padding: 0px 0px 0px 0px;
	float:left;
	background-image:none;
	position:relative;
        background-color:#cccccc; 	
			
} 



#content_event_inner_circle{

  width:200px;
  height:auto;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:113px;
  margin-right:auto;	
  text-align:center;
  padding: 0px 0px 0px 0px;
  float:left;
  background-image:none;
  position:relative;

}




#content_event_gala_date{

  width:200px;
  height:auto;
  margin-top:15px;
  margin-bottom:15px;
  margin-left:113px;
  margin-right:auto;	
  text-align:center;
  padding: 0px 0px 0px 0px;
  float:left;
  background-image:none;
  position:relative;
  background-color:#CCCCCC;

}














#content_main_text_gallery { 

	width:540px;
	height:auto;
	margin-top:0px;
	margin-left:0px;
	margin-right:auto;	
	text-align:left;	
	color: #CCCCCC;
	padding: 0px 0px 0px 0px;
    position:relative;
	float:left; 
	
	
		
}

#content_main_text_gallery2 { 

	
	width: 455px; 
    height: 250px; 
    overflow: auto; 
    overflow-y:scroll;
    background-color:#660000; 	
	margin-top:0px;
	margin-left:0px;
	margin-right:auto;	
	text-align:left;	
	color: #ffCCCC;
	padding: 0px 0px 0px 0px;
    position:relative;
	float:left; 
        /*overflow:auto; 
        overflow-y:hidden; 
        overflow-x:scroll;*/
	/* border: 2px solid #666666;*/
	border-color:#666666;
    border-style:ridge;
    border-width:thin;
        /*border-style:groove;
        border-style:solid;
        border-style:double;
        border-style:outset;
        border-style:inset; */
        
		
}


.content_main_text_gallery_thumbnail { 

	width:100px;
	height:auto;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;	
	text-align:left;	
	color: #CCCCCC;
	padding: 7px 7px 0px 0px;
    position:relative;
	float:left; 
		
}

 
#event_save
{ 
	
	width:125px;
	height:auto;
	margin-top:180px;
	margin-left:43px;
	margin-right:auto;	
	text-align:center;
	padding: 4px 4px 4px 4px;
	float:left;
	background-image:none;
	position:relative;
    text-align:center;
    border: 1px solid #333333;	
	background-color:#ffffcc;		
} 


#event_link_to_lyn
{ 
	
	width:185px;
	height:auto;
	margin-top:110px;
	margin-left:37px;
	margin-right:auto;	
	text-align:center;
	padding: 4px 4px 4px 4px;
	float:left;
	background-image:none;
	position:relative;
    text-align:center;
    border: 1px solid #333333;	
	background-color:#ffffcc;		
} 

#event_link_to_lyn2
{ 
	
	width:125px;
	height:auto;
	margin-top:20px;
	margin-left:43px;
	margin-right:auto;	
	text-align:center;
	padding: 4px 4px 4px 4px;
	float:left;
	background-image:none;
	position:relative;
    text-align:center;
    border: 1px solid #333333;	
	background-color:#ffffcc;		
} 










#purchase_ticket_car_show{

        width: 190px; 
        height: auto; 
        background-color:#ff9966; 	
	margin-top:10px;
	margin-left:0px;
	margin-right:auto;	
	text-align:left;	
	color: #990000;
	padding: 5px 5px 5px 5px;
        position:relative;
	float:left; 
        /*overflow:auto; 
        overflow-y:hidden; 
        overflow-x:scroll;*/
	/* border: 2px solid #666666;*/
	border-color:#666666;
        border-style:ridge;
        /* border-width:medium; */
        border-width:thin;         
        /*border-style:groove;
        border-style:solid;
        border-style:double;
        border-style:outset;
        border-style:inset; */


}



#purchase_ticket_gala{

    width: 190px; 
    height: auto; 
    background-color:#ff9966; 	
	margin-top:10px;
	margin-left:15px;
	margin-right:auto;	
	text-align:left;	
	color: #990000;
	padding: 5px 5px 5px 5px;
    position:relative;
	float:left; 
        /*overflow:auto; 
        overflow-y:hidden; 
        overflow-x:scroll;*/
	/* border: 2px solid #666666;*/
	border-color:#666666;
    border-style:ridge;
        /* border-width:medium; */
    border-width:thin; 
        
        /*border-style:groove;
        border-style:solid;
        border-style:double;
        border-style:outset;
        border-style:inset; */


}












#content_main_text_about2 { 

	
	width:500px;
	height:auto;
	margin-top:30px;
	margin-left:250px;
	margin-right:50px;	
	text-align:left;
	padding: 0px 0px 0px 0px;
	float:left;
	background-image:none;
	position:relative;	
			
} 

#content_main_text_gallery_box { 

	
	width:500px;
	height:auto;
	margin-top:80px;
	margin-left:200px;
	margin-right:50px;	
	text-align:left;
	padding: 0px 0px 0px 0px;
	float:left;
	background-image:none;
	position:relative;	
			
} 


#content_main_text_registration { 

	width:520px;
	height:auto;
	margin-top:70px;
	margin-left:280px;
	margin-right:auto;	
	text-align:left;	
	color: #CCCCCC;
	/* float:left; */
		
}

.registration_sub_header{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align:left;
   font-size: 12px; 
   color: #FFCC00;
   font-weight:bold;
   /* background-color:#FF0000; */
   line-height:30px;
       
}


#registration_sub_header2{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align:left;
   font-size: 10px;
   color: #FFCC00;   
   font-weight:bold;
   background-color:#990000;
   line-height:20px;
   padding: 3px 5px 3px 5px;
   margin-bottom:0px;
   margin-left:-40px;
   margin-right:auto;
   position:relative;
   width:430px;
   
}


.registration_sub_header2{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align:left;
   font-size: 12px;
   color: #FFCC00;   
   font-weight:bold;
   background-color:#990000;
   line-height:25px;
   padding: 3px 5px 3px 5px;
   margin-bottom:10px;             
}



















/* ............... Sponsors page stylings .............. */



#content_mainSponsor { 

	width:850px;
	height:1550px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;	
	float:left;
	color: #FFFFFF;
	/*background-image:url(../Graphics/mainSponsor.jpg);
        background-position: top;
        background-repeat:no-repeat;*/
        background-color:#cccccc;
		
} 




#content_main_text_sponsor { 
	
	
	width:500px;
	height:auto;
	margin-top:55px;
	margin-left:180px;
	margin-right:auto;	
	text-align:left;
	padding: 0px 5px 0px 5px;
	float:left;
	background-image:none;
	position:relative;
        background-color:#FFFFFF;	
			
} 





















#content_main_text_guest_book { 

	width:420px;

	height:320px;
	margin-top:100px;
	margin-left:40px;
	margin-right:auto;
        padding: 0px 0px 0px 0px;	
	text-align:left;	
	color: #CCCCCC;
	border-color:#666666;
        border-style:ridge;
        border-width:thin;
	position:relative;		
	float:left; 
        background-color:#990000; 
	/*overflow: auto; 
        overflow-y:scroll;*/
        		
	
}




#content_main_text_guest_book_animation { 

	width:125px;
	height:auto;
	margin-top:195px;
	margin-left:47px;
	margin-right:auto;	
	padding: 0px 0px 0px 0px;
	float:left;
	background-image:none;
	position:relative;
        text-align:center;
        border: 0px solid #000000;	       		
	
}


#content_main_text_guest_book_db { 

	width:383px;
	height:210px;
	margin-top:10px;
	margin-left:10px;
	margin-right:auto;
    padding: 5px 5px 5px 5px;	
	text-align:left;	
	color: #CCCCCC;
	border-color:#ff6633;
    border-style:ridge;
    border-width:medium;
	position:relative;		
	float:left; 
    background-color:#660000; 
	overflow: auto; 
    overflow-y:scroll;
     
		
}


#content_main_text_guest_book_db2 { 

	width:383px;
	height:210px;
	margin-top:10px;
	margin-left:10px;
	margin-right:auto;
    padding: 5px 5px 5px 5px;	
	text-align:left;	
	color: #CCCCCC;
	border-color:#ff6633;
    border-style:ridge;
    border-width:medium;
	position:relative;		
	float:left; 
    background-color:#660000; 
	/*overflow: auto; 
    overflow-y:scroll; */
    scrollbar-shadow-color: #660000; 
	scrollbar-highlight-color: #660000; 
	scrollbar-face-color: #660000;  
	scrollbar-3dlight-color: #660000;  
	scrollbar-darkshadow-color: #660000;  
	scrollbar-track-color: #660000;  
	scrollbar-arrow-color: #660000; 
		
}





#guest_book_post_form { 
    float:left; 
	color:#ffff00; 
	width:350px; 
	overflow-x: hidden;   
	font-weight:bold; 
	margin-left:7px; 
	margin-top:0px; 
	position:relative; 
    scrollbar-shadow-color: #FF9999; 
	scrollbar-highlight-color: #FF9999; 
	scrollbar-face-color: #FF9999; 
	scrollbar-3dlight-color: #FF9999; 
	scrollbar-darkshadow-color: #FF9999; 
	scrollbar-track-color: #FF9999; 
	scrollbar-arrow-color: #FF9999; 
}




#content_main_text_guest_book_Title { 

	width:90px;
	height:18px;
	margin-top:0px;
	margin-left:10px;
	margin-right:auto;
    padding: 5px 0px 0px 0px;	
	text-align:center;	
	color: #FFFF00;
    font-weight:normal;
	border-color:#ff6633;
    border-style:ridge;
    border-width:thin;
	position:relative;		
	float:left; 
    background-color:#CC0000; 
	      		
	
}




#content_main_text_guest_book_post_button { 

	width:120px;
	height:18px;
	margin-top:0px;
        line-height:18px;
	margin-left:auto;
	margin-right:10px;
        padding: 2px 0px 5px 0px;	
	text-align:center;	
	color: #FFFF00;
        font-weight:normal;
	border-color:#ff6633;
        border-style:ridge;
        border-width:thin;
	position:relative;		
	float:right; 
        background-color:#CC0000; 
	      		
	
}

.content_main_text_guest_book_post_button2{ 

	width:90px;
	height:18px;
	margin-top:0px;
        margin-left:auto;
	margin-right:auto;
        padding: 5px 2px 2px 5px;	
	text-align:center;	
	color: #FFFF00;
        font-weight:bold;
	border-color:#ff6633;
        border-style:ridge;
        border-width:thin;
	position:relative;		
	float:center; 
        background-color:#CC0000; 
	      		
	
}

#content_main_text_guest_book_post_button a: hover{
	width:120px;
	height:18px;
	margin-top:0px;
        line-height:18px;
	margin-left:auto;
	margin-right:10px;
        padding: 2px 0px 5px 0px;	
	text-align:center;	
	color: #FFFF00;
        font-weight:normal;
	border-color:#ff6633;
        border-style:ridge;
        border-width:thin;
	position:relative;		
	float:right; 
        background-color:#FF0000; 

}












      








#content_main_form_registration { 

	width:440px;
	height:auto;
	margin-top:5px;
	margin-left:-40px;
	margin-right:auto;	
	text-align:left;	
	color: #CCCCCC;
	position: relative;
	border-color:#666666;
        border-style:ridge;
        border-width:thin;
	padding: 3px 3px 3px 3px;	
	background-color: #990000;
     /*	background-image:url(../Graphics/bg_strong_red.jpg);	*/
	/* float:left; */
			
} 
#content_main_form_registration2 { 

	width:480px;
	height:auto;
	margin-top:5px;
	margin-left:0px;
	margin-right:auto;	
	text-align:left;	
	color: #CCCCCC;
	position: relative;
	border-color:#666666;
        border-style:ridge;
        border-width:thin;
	padding: 3px 3px 3px 3px;	
	background-color: #990000;
	background-image:url(../Graphics/BG_metal_red.jpg);	
	/* float:left; */
			
} 




#content_main_form_contact { 

	width:380px;
	height:auto;
	margin-top:10px;
	margin-left:0px;
	margin-right:auto;	
	text-align:left;	
	color: #CCCCCC;
	position: relative;
	border-color:#666666;
        border-style:ridge;
        border-width:thin;
	padding: 3px 3px 3px 3px;	
	background-color: #990000;
	/* background-image:url(../Graphics/bg_red_velvet.jpg); */
	
	/* float:left; */
		
} 

#thank_you_text{ 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   color: #990000; 
   margin-top:0px;
   padding: 20px 20px 20px 0px; 
   height: auto; 
   width: 380px;    
}


#thank_you_registration_text{ 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   color: #990000; 
   margin-top:0px;
   padding: 20px 0px 20px 0px; 
   height: auto; 
   width: 420px;
   text-align:left;
   font-weight:normal;    
}


















#content_footer { 

	width:850px;
	height:30px;
	margin-top:0px;	
	margin-left:auto;
	margin-right:auto;
	/* background-color: none; */
	text-align:center;
	color: #FF9966;	
	
} 
div#content_footer ul {

	width:850px;
	height:auto;
	margin-top:8px;	
	margin-left:55px;
	margin-right:auto;	
	text-align:center;	
	float:left;
	padding: 0 0 0 0;	
	background-image:none;
	position:relative; /* This help to place ul list block in specific position */
		
	}				
div#content_footer li {

	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */    
	padding-left:4px;  /* This is key element controling image spacing in header section */
	padding-right:0px;  /* right spacing the nav elements */
	background-image:none;
	position:relative;	
	color:#CCCCCC;
	text-align:center;	
   	
	}
div#content_footer li:first-child {

	position:relative;
	padding-left:35px; /*the pseudo-class first spacing on the menu to keep in line with the graphic be;ow */

	}	


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */








 
 
 /* PART 3: BJECT HANDLING  TOOLS  */
 /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
 
 /* Vertical Push-Down on Floating objects ------ */ 
 .clearFloat {
	clear: both;
  }
 
 /* More Powerful Vertical Push-down on Floating objects ( If above Push-Down failed )  --------------------*/  
  .clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
   }

 .float {
	float: left;
  }

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
  
 
 
 
 
 
 
 
 
 
/* PART 4: Declaration on Pseudo-class styles  */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */	
a:link 
{
 color:#CCCCCC;
 text-decoration:none;
/* color:#003399;
/* background: #FFFFFF; */
}
	
a:visited 
{
 color:#CCCCCC;
 text-decoration:none;
/* color:#003366;
text-decoration:none;*/
}	

a:hover 
{

 color:#99ff00;
 text-decoration:none;
 /* text-decoration:underline; */
/* background-color:#669999; */
}

a:active 
{
/*
color: #003399;
text-decoration:none;
*/
}

 /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */	
 
 
 
 
 
 
 
 
 
  
 
 /* PART 5: DECLARATION ON PARTICULAR CLASS TAGS   ........... */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */	



.WHITE
{
color: #FFFFFF;
font-size: 1em;
line-height:auto;
	
}

.WHITE2
{
color: #FFFFFF;
font-size: 1em;
line-height:auto;	
font-weight:bold;
}
.WHITE3
{
color: #FFFFFF;
font-size: 1.2em;
line-height:auto;	
font-weight:bold;
}







.YELLOW
{
color: #FFFF00;
font-size: 1em;
line-height:22px;
margin-top:0px;	
}

.YELLOW2
{
color: #FFFF00;
font-size: 1em;
line-height:22px;
margin-top:0px;	
font-weight:bold;
}
.YELLOW3
{
color: #FFFF00;
font-size: 1.2em;
line-height:22px;
margin-top:0px;	
font-weight:bold;
}







.RED
{ 
color: red;
font-style:normal;	
font-size:10px;
}


.REDBold
{ 
color: red;
font-style:normal;	
font-weight:bold;
font-size:10px;
}

.RED1
{ 
color: red;
font-style:normal;	
font-weight:bold;
font-size:12px;
}



.REDL
{ 
color: red;
font-size: 2em;
font-style:normal;	
font-weight:bold;

}




.BLUE
{ 
color: #003399;
font-size: 100%;
font-style:normal;	
font-weight:bold;
font-size:10px;

}
.BLUE1
{ 
color: #003399;
font-size: 110%;
font-style:normal;	
font-weight:bold;
font-size:10px;

}

.BLUE2
{ 
color: #003399;
font-size: 120%;
font-style:normal;	
font-weight:bold;


}


.GREEN
{ 
color: green;
font-style: italic;
font-weight:bold;
font-size:10px;

}

.BLACK0
{

   color:#000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 90%;
   font-weight:bold;

}



.BLACK
{

   color:#000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 100%;
   font-weight:bold;

}


.BLACK1
{

   color:#000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 115%;
   font-weight:bold;

}

.BLACK2
{

   color:#000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 130%;
   font-weight:bold;

}


.BLACK3
{

   color:#000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 140%;
   font-weight:bold;

}


.BROWN
{ 
color: #990000;
font-size: 1.2em;
font-style:normal;	
font-weight:bold;

}



.GREY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #999999;
	font-weight: bold;
}


.GREY2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: blink;
	font-weight: bold;
}

.GREY3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #CCCCCC;
	/*text-decoration: blink;*/
	font-weight: bold;
}



.ORANGE {
	color: #FF6600;
	font-size: 110%;
	font-style:italic;	
	font-weight:bold;
}

.ORANGE2 {
	color: #FF6600;
	font-size: 0.9em;
	line-height:25px;
	margin-top:18px;	


}

.ORANGE3 {
	color: #FF6600;
	font-size: 1em;
	line-height:25px;
	margin-top:18px;	

}
.ORANGE4 {
	color: #FF6600;
	font-size: 1.2em;
	line-height:25px;
	margin-top:18px;	

}

.ORANGE_R {
	color: #FF6600;
	font-size: 1em;
	font-weight:bold;
	}

.ORANGET {
	color: #FF6600;
	font-size: 1em;
	line-height:22px;
	margin-top:12px;	

}



.Burgandy0 {
color: #660000;

font-size: 0.8em;
font-weight:bold;
}



	
.Burgandy {
color: #990000;
font-size: 1em;
font-weight:bold;
}

.Burgandy00 {
color: #990000;
font-size: 0.8em;
line-height:20px;
}

.Burgandy100 {
color: #990000;
font-size: 0.9em;

}



.Burgandy0 {
color: #990000;
font-size: 0.8em;
font-weight:bold;
}

.Burgandylyn {
color: #990000;
font-size: 0.8em;
}



.Burgandy1 {
color: #990000;
font-size: 1em;

}


.Burgandy2 {
color: #990000;
font-size: 1.5em;
font-weight:bold;
}


.Burgandy3 {
color: #990000;
font-size: 2em;
font-weight:bold;
}



.BurgandyEvent {
color: #990000;
font-size: 1.1em;
font-weight:bold;
/* line-height:25px; */
text-decoration: underline;
background-color:#CCCCCC;

}

.BurgandyEvent1 {
color: #990000;
font-size: 1.1em;
font-weight:bold;
/* line-height:25px; */
background-color:#ffff99;

}



.BurgandyEvent2 {
color: #990000;
font-size: 1.1em;
font-weight:bold;
/* line-height:25px; */
background-color:#CCCCCC;
padding: 0px 1px 0px 0px;
}


.BurgandyEvent3 {
color: #990000;
font-size: 1em;
/* line-height:25px; */
background-color:#CCCCCC;
padding: 0px 1px 0px 0px;
}


.BurgandyEventInnerCircle {
font-family: Times New Roman;
color: #990000;
font-size: 1.3em;
font-weight:bold;
/* line-height:25px; */
font-style:italic;
background-color:#CCCCCC;

}








/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */	



 
 
 
 
 
 
 
 
 /* PART 6: DECLARATION ON MULTIPLE TYPE SELECTOR  */
 /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */	
/* Block Level elements such as h1,h2, etc ....... */


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	font-style:normal;
	color:#000000;
	padding: 10px;
}

h3 {
	font-family: geneva, Arial, Tahoma;
	color: 99ccff;
	letter-spacing: 0.1em;
	margin-left: 0.2em;
   }

h2 {
	font-family: arial black, arial, arial narrow;
	color: blue;
	letter-spacing: 0.1em;
        font-size:100%;
	}


h1 {
	font-family: stencil, rockwell, algerian;
	color: red;
	letter-spacing: 0.1em;
	font-size: 150%;
	margin-left:auto; 
	margin-right:auto;
	text-transform:uppercase; /* This will convert all text to uppuer case: cool stuff  ..... */
	}
	
	/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */	
 
 












/* XXXXXXXXXXXXXXXX VARIOUS COLOR STYLING XXXXXXXXXXXXXXXXX */



/* @@@@@@@@@@@@@@@@@@@ RED STYLING @@@@@@@@@@@@@@@@@@@@@@@@@ */



.RED_SMALL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:normal; 
 color: #FF0000; 

}



.RED_SMALL_BOLD  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:bold; 
 color: #FF0000; 

}


.RED_NORMAL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:normal; 
 /* font-weight:bold;  */
 color: #FF0000; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */


}


.RED_NORMAL_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #FF0000; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */

}


.RED_NORMAL_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #FF0000; 
 background-color: #FFFF99;  
 padding: 0px 10px 0px 10px;  

}


.RED_LARGE {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:normal; 
 color: #FF0000; 
 padding: 0px 10px 0px 10px;  

}


.RED_LARGE_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #FF0000; 
 padding: 0px 10px 0px 10px;  

}



.RED_LARGE_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #FF0000; 
 background-color: #FFFF99;  
 padding: 10px 10px 10px 10px;  

}


.RED_LARGE_BOLD_BG_BORDER {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #FF0000; 
 background-color: #FFFF99;  
 padding: 10px 10px 10px 10px;
 border: 1px solid #000000;  

}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@ END @@@@@@@@@@@@@@@@@@@@@@@@@ */



















/* @@@@@@@@@@@@@@@@@@@ BLUE STYLING @@@@@@@@@@@@@@@@@@@@@@@@@ */



.BLUE_SMALL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:normal; 
 color: #0000CC; 

}



.BLUE_SMALL_BOLD  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:bold; 
 color: #0000CC; 

}


.BLUE_NORMAL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:normal; 
 /* font-weight:bold;  */
 color: #0000CC; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */


}


.BLUE_NORMAL_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #0000CC; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */

}


.BLUE_NORMAL_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #0000CC;
 background-color: #FFFF99;  
 padding: 0px 10px 0px 10px;  

}


.BLUE_LARGE {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:normal; 
 color: #0000CC;
 padding: 0px 10px 0px 10px;  

}


.BLUE_LARGE_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #0000CC; 
 padding: 0px 10px 0px 10px;  

}



.BLUE_LARGE_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #0000CC; 
 background-color: #FFFF99;  
 padding: 10px 10px 10px 10px;  

}


.BLUE_LARGE_BOLD_BG_BORDER {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #0000CC; 
 background-color: #FFFF99;  
 padding: 10px 10px 10px 10px;
 border: 1px solid #000000;  

}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@ END @@@@@@@@@@@@@@@@@@@@@@@@@ */
















/* @@@@@@@@@@@@@@@@@@@ GREEN STYLING @@@@@@@@@@@@@@@@@@@@@@@@@ */



.GREEN_SMALL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:normal; 
 color: #339900; 

}



.GREEN_SMALL_BOLD  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:bold; 
 color: #339900;  

}


.GREEN_NORMAL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:normal; 
 /* font-weight:bold;  */
 color: #339900;  
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */


}


.GREEN_NORMAL_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #339900; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */

}


.GREEN_NORMAL_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #339900;  
 background-color: #FFFF99;  
 padding: 0px 10px 0px 10px;  

}


.GREEN_LARGE {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:normal; 
 color: #339900;  
 padding: 0px 10px 0px 10px;  

}


.GREEN_LARGE_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #339900;  
 padding: 0px 10px 0px 10px;  

}



.GREEN_LARGE_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #339900;  
 background-color: #FFFF99;  
 padding: 10px 10px 10px 10px;  

}


.GREEN_LARGE_BOLD_BG_BORDER {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #339900;  
 background-color: #FFFF99;  
 padding: 10px 10px 10px 10px;
 border: 1px solid #000000;  

}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@ END @@@@@@@@@@@@@@@@@@@@@@@@@ */















/* @@@@@@@@@@@@@@@@@@@ YELLOW STYLING @@@@@@@@@@@@@@@@@@@@@@@@@ */



.YELLOW_SMALL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:normal; 
 color: #FFFF00; 

}



.YELLOW_SMALL_BOLD  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:bold; 
 color: #FFFF00;   

}


.YELLOW_NORMAL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:normal; 
 /* font-weight:bold;  */
 color: #FFFF00;   
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */


}


.YELLOW_NORMAL_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #FFFF00;   
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */

}


.YELLOW_NORMAL_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #FFFF00;   
 background-color: #990000;  
 padding: 0px 10px 0px 10px;  

}


.YELLOW_MEDIUM_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 14px;
 font-weight:bold; 
 color: #FFFF00;   
 background-color: #0000CC;  
 padding: 6px 3px 3px 6px;  

}


.YELLOW_MEDIUM_BOLD_BG_BORDER {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 14px;
 font-weight:bold; 
 color: #FFFF00;   
 background-color: #0000CC;  
 padding: 6px 3px 3px 6px;  
  border:1px solid #0000cc;
}




.YELLOW_LARGE {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:normal; 
 color: #FFFF00;   
 padding: 0px 10px 0px 10px;  

}


.YELLOW_LARGE_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #FFFF00;   
 padding: 0px 10px 0px 10px;  

}



.YELLOW_LARGE_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #FFFF00;   
 background-color: #0000CC;  
 padding: 10px 10px 10px 10px;  

}


.YELLOW_LARGE_BOLD_BG_BORDER {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #FFFF00;   
 background-color: #0000CC;  
 padding: 10px 10px 10px 10px;
 border: 1px solid #000000;  

}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@ END @@@@@@@@@@@@@@@@@@@@@@@@@ */

















/* @@@@@@@@@@@@@@@@@@@ BURGANDY STYLING @@@@@@@@@@@@@@@@@@@@@@@@@ */




.BURGANDY_SMALL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:normal; 
 color: #990000; 

}



.BURGANDY_SMALL_BOLD  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:bold; 
 color: #990000; 

}


.BURGANDY_NORMAL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:normal; 
 /* font-weight:bold;  */
 color: #990000; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */


}


.BURGANDY_NORMAL_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #990000; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */

}


.BURGANDY_NORMAL_BOLD2 {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px;
 font-weight:bold; 
 color: #990000; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */

}

.BURGANDY_NORMAL_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #990000; 
 background-color: #FFFF99;  
 padding: 0px 10px 0px 10px;  

}


.BURGANDY_LARGE {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:normal; 
 color: #990000; 
 padding: 0px 10px 0px 10px;  

}


.BURGANDY_LARGE_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #990000; 
 padding: 0px 10px 0px 10px;  

}



.BURGANDY_LARGE_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #990000; 
 background-color: #FFFF99;  
 padding: 10px 10px 10px 10px;  

}


.BURGANDY_LARGE_BOLD_BG_BORDER {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #990000; 
 background-color: #FFFF99;  
 padding: 10px 10px 10px 10px;
 border: 1px solid #000000;  

}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@ END @@@@@@@@@@@@@@@@@@@@@@@@@ */















/* @@@@@@@@@@@@@@@@@@@ WHITE STYLING @@@@@@@@@@@@@@@@@@@@@@@@@ */



.WHITE_SMALL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:normal; 
 color: #FFFFFF; 

}



.WHITE_SMALL_BOLD  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:bold; 
 color: #FFFFFF; 

}


.WHITE_NORMAL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:normal; 
 /* font-weight:bold;  */
 color: #FFFFFF; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */


}


.WHITE_NORMAL_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #FFFFFF; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */

}


.WHITE_NORMAL_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #FFFFFF; 
 background-color: #FFFF99;  
 padding: 0px 10px 0px 10px;  

}


.WHITE_LARGE {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:normal; 
 color: #FFFFFF;
 padding: 0px 10px 0px 10px;  

}


.WHITE_LARGE_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #FFFFFF; 
 padding: 0px 10px 0px 10px;  

}


.WHITE_MEDIUM_BOLD_BG_BORDER {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 16px;
 font-weight:bold; 
 color: #FFFFFF; 
 background-color: #999999;  
 padding: 3px 5px 3px 5px;
 border: 1px solid #000000;  

}


.WHITE_LARGE_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #FFFFFF;  
 background-color: #999999;  
 padding: 10px 10px 10px 10px;  

}




.WHITE_LARGE_BOLD_BG_BORDER {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #FFFFFF; 
 background-color: #999999;  
 padding: 10px 10px 10px 10px;
 border: 1px solid #000000;  

}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@ END @@@@@@@@@@@@@@@@@@@@@@@@@ */



















/* @@@@@@@@@@@@@@@@@@@ BLACK STYLING @@@@@@@@@@@@@@@@@@@@@@@@@ */



.BLACK_SMALLER  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 8px;
 font-weight:normal; 
 color: #000000; 

}

.BLACK_SMALL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:normal; 
 color: #000000; 

}


.BLACK_SMALL_BOLD  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 font-weight:bold; 
 color: #000000; 

}


.BLACK_NORMAL  {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:normal; 
 /* font-weight:bold;  */
 color: #000000; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */


}


.BLACK_NORMAL_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #000000; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */

}




.BLACK_SMALL_BOLD_TIMES {  
 
 font-family:"Times New Roman",Georgia,Serif;
 font-size: 11px;
 font-weight:bold; 
 color: #000000; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */

}

.BLACK_NORMAL_BOLD_TIMES {  
 
 font-family:"Times",Georgia,Serif;
 font-size: 14px;
 font-weight:bold; 
 color: #000000; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */

}

.BLACK_MEDIUM_BOLD_TIMES {  
 
 font-family:"Times",Georgia,Serif;
 font-size: 18px;
 font-weight:bold; 
 color: #000000; 
 /* background-color: #FFFF99;  */
 /* padding: 10px 10px 10px 10px;  */
 /* border: 1px solid #000000;  */

}

.BLACK_NORMAL_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 font-weight:bold; 
 color: #000000; 
 background-color: #FFFF99;  
 padding: 0px 10px 0px 10px;  

}


.BLACK_LARGE {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:normal; 
 color: #000000;
 padding: 0px 10px 0px 10px;  

}


.BLACK_LARGE_BOLD {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #000000; 
 padding: 0px 10px 0px 10px;  

}



.BLACK_LARGE_BOLD_BG {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #000000;  
 background-color: #FFFFFF;  
 padding: 10px 10px 10px 10px;  

}


.BLACK_LARGE_BOLD_BG_BORDER {
  
 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 24px;
 font-weight:bold; 
 color: #000000; 
 background-color: #FFFF99;  
 padding: 10px 10px 10px 10px;
 border: 1px solid #FFFFFF;  

}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@ END @@@@@@@@@@@@@@@@@@@@@@@@@ */







.BURGANDY_NORMAL_ITALIC_SMALL{
  
font-family: Times New Roman;
color: #990000;
font-size: 1em;
font-weight:normal;
/* line-height:25px; */
font-style:italic;
background-color:#CCCCCC;

}


.BURGANDY_NORMAL_ITALIC{
  
font-family: Times New Roman;
color: #990000;
font-size: 1.2em;
font-weight:normal;
/* line-height:25px; */
font-style:italic;
background-color:#CCCCCC;

}




.BURGANDY_NORMAL_ITALIC_LARGER{
  
font-family: Times New Roman;
color: #990000;
font-size: 1.3em;
font-weight:normal;
/* line-height:25px; */
font-style:italic;
background-color:#CCCCCC;

}


.BURGANDY_NORMAL_ITALIC_BOLD{
  
font-family: Times New Roman;
color: #990000;
font-size: 1em;
font-weight:bold;
/* line-height:25px; */
font-style:italic;
background-color:#CCCCCC;

}


.BURGANDY_NORMAL_ITALIC_BOLD_LARGER{
  
font-family: Times New Roman;
color: #990000;
font-size: 1.3em;
font-weight:bold;
/* line-height:25px; */
font-style:italic;
background-color:#CCCCCC;

}




/*#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:../lightbox2/image/gif;base64,AAAA);  display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox2/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:../lightbox2/image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(../lightbox2/images/prevlabel.gif) left -7px no-repeat;}
#nextLink { right: 0; float: right; background: url(../lightbox2/images/nextlabel.gif) right -7px no-repeat;}
/*#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox2/images/nextlabel.gif) right 15% no-repeat; }*/

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/*  ----- END ------ */