@charset "iso-8859-1";
/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 02-06-2006 */

body {
	border: 0;
	margin: 0;
	max-width: 1000px;  /* set maximum width for page */
	/* set background color image for nav column within body element */
	background: #fffff6 url("images/slider204_1k.gif") repeat-y; 
	}

	
/* -----  BEGIN MAIN NAVIGATION ----- */
#navcontainer {
	margin-left: 0;
	position: absolute;
	left: 0px;
	/* border-left: 3px solid #bf0001; */ /* may be needed for Firefox left border */
	padding-left: 3px; 
	padding-right: 0;
	padding-top: 6px;
	/* border: 1px solid red; */
	}

#navcontainer ul {
	border-top: 3px solid #66b1cc;  /* smoky light blue */
	border-bottom: 2px solid #66b1cc; 
	margin: 0; 
	margin-right: 3px; 
	margin-left: 3px;
	padding: 0;
	padding-top: 3px;
	list-style-type: none;
	font-family: Georgia, Verdana, "Lucida Fax", "Trebuchet MS", "Times New Roman", Times, serif;
	font-weight: bold;
	}

#navcontainer li { margin: 0 0 1px 0;  }

#navcontainer a	{
	display: block;
	color: #fff;
	background-color: #66b1cc;  /* sets nav button color of link */  /* smoky light blue */
	text-decoration: none;
	font-size: 15px;
	color: #000000;
	/* width and padding are set in box model hack below */
	}

/* BOX MODEL HACK from http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
* html #navcontainer a   /* this selector recognized by IE only */
	{
  	width: 180px;   /* total width (only for IE5.x/Win) */ /* THIS VALUE NEEDS TWEAKING FOR IE5.x vs. 6.0 */
  	w\idth: 190px;  /* content width (for other IE, i.e. 6.0) */
	}

#navcontainer a	{
  	padding: 6px;
  	width: 180px;   /* content width (for other browsers) */
	}
/* END BOX MODEL HACK */

#navcontainer a:hover {
	color: #fff;
	background-color: #337e99;  /* smoky medium blue */
	text-decoration: none;
	color: #ffffff;
	/* border: 1px solid red; */
	}
/*  ----- END MAIN NAVIGATION ----- */	
	
		
/*  ----- BEGIN MAIN CONTENT ----- */
/* main content column */
#main {
	float: right;
	width: 68%; 
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	font-family:  Georgia, Verdana, "Lucida Fax", "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 16px;
	min-height: 800px;
    height: auto;
	/* border: 1px solid blue; */  /* for boundary testing */
	}
/*  ----- END MAIN CONTENT ----- */

	
/* ----- BEGIN FOOTER FORMATTING ----- */
#footer {
	clear: both;
	margin: 0;
	margin-left: 200px;
	padding: 0;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
/* ----- END FOOTER FORMATTING ----- */	


/* ----- BEGIN FORMATTING OF FOOTER NAV MENU ----- */ 
#bottomnav ul {
	padding: 5px;
	margin: 0px;
	list-style-type: none;
	white-space: nowrap;
	text-align: center;
    }

#bottomnav li { 
    display: inline; 
    margin-right: 1.2em;
    font: 11px Verdana, Helvetica, Arial, sans-serif;
    line-height: 20px;
	}

#bottomnav li a:hover {
    color: #990000;
    }
/* ----- END FORMATTING OF FOOTER NAV MENU ----- */ 


/* ----- BEGIN FORMATTING STYLES OF ALL PAGES ----- */ 
/* reduces spacing between title and paragraph below */
h2	{
	text-align: center;
	}
h3	{
	margin-bottom: -4px;
	}
	
/* sets style of "return to top" of page link */
#return	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: right;
	}

/* this style aligns an image within the content area */	
#img_element  {
	text-align: center;
	}

#smallerfont  {
	font-size: 75%;
	}	
	
#largerfont  {
	font-size: 120%;
	}	
	
	
/* ----- END FORMATTING STYLES OF ALL PAGES ----- */ 

