 
/*   MAIN BODY   */
/*****************/
body {
	font-size: 62.5%;
	margin: 3em auto;
	padding: 0em;	
	background-color: rgb(110,110,120);
  	font-family: Verdana,Tahoma,Arial,sans-serif;
}
	 

/*** added for home page ***/
#wrap {
	width: 78.0em;
	margin: 0em auto;
	padding: 0em;	
	background-color: #000;	
}

/*** Correction for non-IE browsers ***/
#wrap {
	overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
/*	float: left; */
	float: none;
}


/*** Correction for Safari 1.x ***/
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

/**************/
/*   HEADER   */
/**************/

/*** Header main banner home ***/
#header-banner1 {
	width: 78.0em;
	height: 11.4em;;
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	background: url(../img/header1.jpg) no-repeat;
}


html>body #header-banner1 {
	height: 80px;
	padding-top: 0px;
padding-bottom: 20px;
} 



/*** Header navigation bottom ***/
#header-nav-bottom {
	float: left;
	width: 78.0em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	border-top: solid 0px rgb(69,136,176);		
	border-bottom: solid 0px rgb(69,136,176);			
	line-height: 2.0em;
	background: url(../img/menu.gif) repeat;
}

#header-nav-bottom ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;	
}	

#header-nav-bottom li {
	float: left;
	white-space: nowrap;
}

#header-nav-bottom li a {
	display: block;
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px #fff;	
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px #fff;	
	background-color: inherit;
	color: #000;
	text-decoration: none;
} 

#header-nav-bottom a:active, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(137,199,44);
	text-decoration: none;
}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}

html>body #buffer {
	margin: 0em;
}

#left-home {
	float: left;
	width: 30em;
	padding: 0em;
	margin: 4px 13px 15px 40px;
	border-right: solid 0em rgb(200,200,200);		
	background-color: #000;
	color: rgb(150,150,150);
	font-size: 1.2em;
	font-family: bradley hand, cursive;
}

#right-column {
	float: right;
margin-bottom: -2px;
	}
	

/* Start Mac IE5 filter \*/
#left-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
/* End Mac IE5 filter */

/***   Header site name ***/


h1.two {
  font-family: verdana;
	text-align: right;
	font-size: 360%;
	margin: 12px 70px 0px 0px;
	font-weight: bold;
	letter-spacing: 0px; 
	color: #63698D;	
	
}
/***   ensures header text is not a link and stays blue ***/
.two a {
text-decoration: none;
color: #63698D;
}

/***   Header subhead ***/
h2.two {
	padding: -5px;
	text-align: right;
	margin: -8px 40px 0px 10px;
	font-size: 250%;
font-style:italic;
	font-weight: bold;
	color: #858aa6;
}

/***   Header site name ***/
h1.three {
  font-family: verdana;
	text-align: right;
	font-size: 200%;
	margin: 65px 150px 0px 0px;
	font-weight: bold;
	letter-spacing: 0px; 
	color: #63698D;
}
/***   Header subhead ***/
h2.three {
	padding: -5px;
	text-align: right;
	margin: -4px 80px 0px 10px;
	font-size: 160%;
font-style:italic;
	font-weight: bold;
	color: #858aa6;
}

/***   ensures header text is not a link and stays blue ***/
.three a {
text-decoration: none;
color: #63698D;
}

/*****************/
/***   FOOTER   **/
/*****************/

#footer2 {
	clear: both;
	width: 78.0em;
	height: 3em;
	margin: 0em 0em 0em 0.0em;
	padding: 1em 0em 0em 0em;
	border-top: solid 0.1em rgb(200,200,200);
	border-bottom: solid 0.1em rgb(200,200,200);	
	background-color: rgb(85,89,136);
	text-align: center;
	color: #fff;
	font-size: 1.0em;
}

/*************************************************/
/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
/*************************************************/

/*** Hyperlinks in middle and right columns ***/

.class2 a {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}
.class2 a:hover {
	text-decoration: underline;
} 



