@charset "utf-8";
/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; color: #333; }
td { font-family: Arial, Helvetica, sans-serif; color: #333; }
th { font-family: Arial, Helvetica, sans-serif; color: #333; }

/* This is so IE6 will horizontally center the image on the intro page */
body {text-align: center}

#banner_whole {
    background-image:url(images/pikes_peak_by_ja-smaller.jpg) ; background-repeat: no-repeat;
	margin:0px auto; width: 754px; height: 184px; }

#banner_text h1 { position: relative; text-align:left; top:10px; left:20px; font-size: 30px ; letter-spacing: 0.0em ; color:#000  }
#banner_text h1, #banner_text h2 { font-family: Georgia, "Times New Roman", Times, serif }

#banner_text h2 { position: relative; text-align:left; top:90px; left:260px; font-size:17px ; letter-spacing: 0em ; color:#FFC600; font-style:italic }


body {
	background: #FFC600;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

body li { font-size: 14px; }

blockquote { padding-top: 20px }

#mainContent h1 {font-size:20px; margin-top: 20px; margin-bottom: -15px; }
#mainContent h2 {font-size:18px; margin-top: 20px; margin-bottom: 0px;}
#mainContent p {font-size:16px ; margin-bottom: 0px;}

.oneColElsCtr #container { position: relative; top:-100px; 
	width: 754px;
	background: #FFFFFF;
    height: auto; min-height:350px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* feed IE the same value for height, but not it IE Mac 5      does not help */
* html #container { height: 350px; }


.oneColElsCtr #main_content { 

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.contact_footer { text-align:center ; font-family:Arial, Helvetica, sans-serif, Times, serif ; font-size:12px ; margin-top: 0px ; margin-bottom: 0px; 
}

#site_maintainer p  { font-size:12px ; }  


.logo_list, .logo_list ul {
/*Remove all spacings from the list items*/
	margin: 0; 
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

.logo_list li { margin-bottom: 10px ; }

#contact_block {margin-left:15px; }

#maintainer , #maintainer a {
text-decoration: none; 
text-align: right;
font-size: 1px;
color: #fff;
}



/* 3E6294 is dark mountain color */
/* 75B0F6 is light sky color */
/* 000 is black */
/* fff is white */
/* FFD319 is gold */
/* FFC600 is new gold */

/* 4700B0 is dark blue bg ja prefers */
/* 4700B0 is new dark blue */
/* 6699FF is light blue bg ja prefers */
/* E1F4FF is very light blue submenu hover bg ja prefers */



