body {
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	background-image: url(images/bkgd01.gif);
	background-color: #ffffff;
}

/* DIVISION STYLES FOR VIEW and PRINTING */
#headercontainer {
	display: none;
}

#contentcontainer{
	display: block;
} 

#navcontainer {
	display: none;
}

#footercontainer {
	display: none; 
} 

.header {
	width: 100%;
	height: 165px;
    	background-image: url(images/LJEDHeader05.jpg);
	background-color: #333399;
}

.headerbar {
	width: 100%;
	color: #ffffff;
	background-color: #0c489b;
	margin-top: 109px;
	border-top: #39c 2px solid;
  	border-bottom: #39c 2px solid;	
}

.content {
	width: 100%;
    	background-image: url(images/LJEDbkgd.jpg);
	background-color: #ffffff;
}

.navigation {
	width: 195px;
	float: left;
    	background-image: url(images/LJEDside03.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

.footer {
	width: 100%;
    	background-image: url(images/LJEDbkgd.jpg);
	background-color: #ffffff;
}

.menubar {
	width: 100%;
	color: #ffffff;
	background-color: #0c489b;
	margin-top: 5px;
	border-top: #39c 2px solid;
  	border-bottom: #39c 2px solid;	
}

/* FONT STYLES */



h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
}

.maintext {
	font-size: .85em;
	text-align: left;
	margin-left: 20px; 
	margin-right: 20px;
}

.textjustify {
	font-size: .85em;
	text-align: justify;
	margin-left: 20px;
}

.textitalic {
	font-size: .9em;
	font-style: italic;
	color: #000000;
	background-color: transparent;
}

/*Small text for copyright notice*/
.small {
	font-size: .7em;
	text-align: center;
	background-color: transparent;
}

/* SPECIAL FONT COLORS */
.river {
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

.cherry {
   	font-size: .8em;
	font-weight: bold;
	color:#000000;
	background-color: transparent;
}

.mountain {
	color: #000000;
	background-color: transparent;
}

.spruce {
	color: #000000;
	background-color: transparent;
}

.pine {
	color: #000000;
	background-color: transparent;
}

/* HORIZONTAL RULE */
.mainbgcolorNav
{
	color: #000000;
	background-color: transparent;
	margin-right: 20px;
	margin-left: 20px;
}

.mainbgcolor
{
	color: #000000;
	background-color: transparent;
	margin-right: 20px;
	margin-left: 20px;
}

.imgRight {
	float: right;
	margin-top: 20px; 
	margin-right: 20px;
	margin-bottom: 20px; 
	margin-left: 20px;
}

.imgLeft {
	float: left;
	margin-top: 20px; 
	margin-right: 20px;
	margin-bottom: 20px; 
	margin-left: 20px; 
}

.imgLeftnm {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px; 
}

/* BORDER BOX FOR SPECIAL EFFECTS */
.yehaw {
	border-top: #919191 8px outset;
  	border-right: #919191 8px outset; 
  	border-bottom: #919191 8px outset;
  	border-left: #919191 8px outset;
  	padding: 1px 1px 1px 1px; /* T-R-B-L */
} 

.acrobattext {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	color: #0c489b;
	background-color: transparent;
	border-top: #919191 4px outset;
  	border-right: #919191 4px outset; 
  	border-bottom: #919191 4px outset;
  	border-left: #919191 4px outset;
  	padding: 1px 1px 1px 1px; /* T-R-B-L */
}