/*************************************************/
/*************  MAIN PAGE STRUCTURE **************/
/*************************************************/

html body{
	margin: 0px; padding: 0px; border:0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 14px; color: #000;
	background-color:#D2CBBB;   /* home page */
	/* \*/
  	height:100%; /* height declaration hidden from Mac IE 5.x */
  	min-width:800px; /*** This is needed for moz. Otherwise, the header and footer will
	slide off the left side of the page if the screen width is narrower than the design. ***/
	}
	
#wrapper	{	/* this ID is used for the wrapper placement */
	margin: 0 auto;
	width: 800px;
	}
	
#site	{	/* this ID is used for the site placement */
	width: 800px;
	position:relative;
	background: url("../images/bkgd.jpg") repeat 0 0;
	}	

#notes	{	/* this ID is used for the page notes placement */
	width:500px;
	padding-top:5px;
	padding-left:700px;
	}
	
#header	{	/* this ID is used for the page header placement */
	width:779px;
	height:188px;
	padding-top:5px;
	margin-left:17px;
	z-index:1;
	}
	
#navbar	{	/* this ID is used for the page navbar placement */
	background:url(../images/navbar2.jpg) no-repeat;
	width:772px;
	height:47px;
	margin-left:17px;
	z-index:1;
	}
	
#mainTable {
	width:764px;
	text-align:left;
	vertical-align:top;
	margin-top:10px;
	margin-left:17px;
	z-index:1;
}

#map {
	margin-top:5px;
	margin-left: 5px;
	z-index: 5;
    border: 3px solid black;
	}
	
#colLeft	{
	vertical-align:top;
	width:464px;
	}	
	
#colRight	{
	vertical-align:top;
	width:240px;
	border-left:1px dashed black;
	}	
	
#footer {	/* this ID is used for the bottom most part of the page */
	background:url(../images/footer.jpg) no-repeat;
	width:990px;
	height:100px;
	}
	
#footInner {
	padding: 30px 20px 15px 40px;
	text-align:center;
}	
	
/*************************************************/
/**************  ALL FONT SECTION  ***************/
/*************************************************/

h1, h2, h3, h4, h5, h6, table, th, td, li, dd{
	margin:  0;
	voice-family: "\"}\"";			/* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	line-height:  1.2em;
}
h1 {
	font-weight: bold;
	font-size: large;			      /* IE 5.x size value */
	voice-family: "\"}\"";		     /* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	font-size: x-large;			  /* correct value for newer browsers */
}
h2 {
	font-weight: normal;
	margin-bottom:  0;  
	font-size: medium;			      /* IE 5.x size value */
	voice-family: "\"}\"";		     /* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	font-size: large;			  /* correct value for newer browsers */
}
h3{ 
	font-weight: bold;
	font-size: small;			      /* IE 5.x size value */
	voice-family: "\"}\"";		     /* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	font-size: medium;			  /* correct value for newer browsers */
}
h4 { 
	font-weight: normal; 
	font-size: x-small;			      /* IE 5.x size value */
	voice-family: "\"}\"";		     /* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	font-size: small;			  /* correct value for newer browsers */
	margin-bottom: 0;
}
h5, h6	{
	font-weight: normal; 
	font-size: xx-small;			      /* IE 5.x size value */
	voice-family: "\"}\"";		     /* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	font-size: x-small;			  /* correct value for newer browsers */
	margin-bottom: 0;
}

/*************************************************/
/***************** LINKS & LISTS *****************/
/*************************************************/

a {text-decoration: underline}
a img {border: none}
a:link, a:visited {color:#0000CC}
html body a:hover {background-color: #CCC}

ul{
 list-style-type: square;}
ul ul{
 list-style-type: disc;}
ul ul ul{
 list-style-type: none;}
	
	
/*********************************************************/
/***************** FONTS AND FONT STYLES *****************/
/*********************************************************/

.big {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 20px; color: #000066; font-weight:bold;
}

.middle {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 14px; color: #000066; font-weight:bold;
}

.little {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; color: #000066; font-style:italic;
}

.foottextBold {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 10px; color: #515F2A; font-weight:bold;
}

.foottext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 10px; color: #515F2A;
}

.bdrbottom {
	border-bottom:1px dashed black;
}

.bdrright {
	border-right:1px dashed black;
}

.noteText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 10px;
	text-align:right;
}

.crumbs {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 10px; color: #666;
}

.crumbsBold {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 10px; color: #666; font-weight:bold;
}


	

