/* Global Styles */

body 	{
	font-family: Arial,sans-serif;
	/* color: yellow;  /*yellow text*/
	color:#FECC62; /* gold text */
	line-height: 1.166;
	margin: 15px, 0px, 0px, 0px;
	padding: 0px;

	/* background: #FFFFFF url("background.jpg") repeat; */
	background-color:#000000;
	text-align:center; 
	/*& white background, also url must be within root dir*/

		/* Scrollbar settings only work with IE Display */	
		scrollbar-face-color: #999999;
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #999999;
		scrollbar-3dlight-color: #000000;
		scrollbar-darkshadow-color: #999999;
		scrollbar-track-color: #333333;
		scrollbar-arrow-color: #FECC62; 
	} 
	
.preload_images {
   display:none;
}

td 	{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;   /*black, text on buttons*/
	text-align: center;
	border-color: #FECC62; /* gold */
	}
	
a 	{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FECC62; /*gold, link*/
	font-weight:bold;
	line-height:17px;
	border:0;	
	}
	
a:hover {
	color: #FFFFCC;    /*light gold, mouseover text link*/
	}

	
img  {
	/* border:1; */
	border-color:#FECC62;
	border-style: solid;
	border-width:thin;
	}
	

input {
	border: 1px solid #FF6600;
}

input:focus {
	border: 1px solid #000000;
}

textarea {
border: 1px solid #FF6600;
}

table.table1 {
	border-width: 2px;
	border-spacing: 1px;
	padding:1px;
	border-style:solid;
	border-color: #FECC62; /* gold */
	border-collapse:collapse;
}

table.10pxMargin {
	margin: 10px;
	}


hr {
	text-align:left;
	color: #FECC62; 
	background-color: navy; 
	width: 100%; 
	height: 2px;
	}
	
ul {
	list-style: square url("pics\bullet_star.gif") outside; 
}



/* ID Styles */

#navigation td {
	/* border-bottom: 0px solid #000000;  /*REQUIRED black, between buttons*/
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;  /*black, text on buttons*/
	line-height:12px;
	text-align: center;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding: 4px 6px 0px 0px;
	background: url("nav_btn.gif") 0px 100% no-repeat;
	height: 32px;
	}
	
#navigation a:hover {
	background: url("nav_btn_hover.gif") 0px 100% no-repeat;  /*black*/
	color:#ffffff;  /*white, text on button mouseover*/
	}


#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;  /*white, date*/
	letter-spacing: .2em;
	}
	
/* Class Styles - Body Text */

.Nav-text {
	PADDING-LEFT: 18px; FONT-WEIGHT: 400; FONT-SIZE: 14px; WORD-SPACING: 2px; LINE-HEIGHT: 32px; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: 2px
}

.txt_body_main {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	/* color:yellow;   /*yellow text*/
	color:#FECC62; /* gold text */
	font-weight:500;
	line-height:17px;
	margin: 0px;
	}
	

.txt_body_alt1 {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;   /*black*/
	line-height:20px;
	margin:0px;
	}
	
		
.txt_body_alt2 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;  /*white text */
	line-height:14px;
	margin:0px;
	}
	
.txt_body_alt3 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#FECC62; /* gold text */
	line-height:20px;  /*double line spacing */
	margin:0px;
	}
	
.txt_body_pleinair {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#FECC62; /* gold text */
	line-height:30px;  /*double line spacing */
	margin:10px;
	}
	
.txt_red {
	color: #FF0000;
	}
	
.img_no_border {
	border: 0;
	}
	
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	/* color: blue;    /*mid-blue*/
	color:#FECC62; /* gold text */
	line-height:24px;
	letter-spacing:.2em;
	}

.header_top {
	color: #FFFF00;  /*text above header pic*/
	font-size: 16px;	
	}
	
.header_btm {
	color: #FF6600;	 /*txt below header pic*/
	font-size: 16px;
	}

	
.subHeader {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000099;    /*mid-blue, text above thumbnail pic*/
	line-height:16px;
	letter-spacing:.2em;
	}

.tagline {
	/* font:bold 10px Verdana, Arial, Helvetica, sans-serif; */
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	/* color: #FF6600;    /*orange text*/ 
	color:#FECC62; /* gold text */
	line-height:16px;
	letter-spacing:.2em;
	}
	
.nav_bar_header {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;  /*yellow*/
	}

/* Class Styles - Info Text */	

.i_SubHeader {
	font-size: 12px;
	color:#FECC62; /* gold text - underlined subheader text */
	font-weight: bold;
}

.i_name {
	font-size: 16px;
	/* color: #FFFF00;  /*yellow*/
	color:#FECC62; /* gold text */
	font-weight: bold;
}

.i_title {
	font-size: 14px;
	/* color: yellow;  /*yellow text*/ 
	color:#FECC62; /* gold text */
	font-weight: bold;
}

.i_subtitle {
	font-size: 14px;
	/* color: green;  /*green text*/
	color:#FECC62; /* gold text */
	/* font-weight: bold; */
}

.i_email {
	font-size: 12px;
	color: #FFFFFF;  /*white*/
	font-weight: bold;
}

.i_address {
	font-size: 12px;
	color: #000000;  /*black*/
	font-weight: bold;
}

.i_phone {
	font-size: 12px;
	color: #660033;  /*dark red*/
	font-weight: bold;
}

.i_footer {
	font-size: 11px;
	letter-spacing: .2;
	color:#FECC62; /* gold text */
}


	
/* --END OF FILE-- */
