
body
{
    font-family: "Times New Roman", Arial, Helvetica, serif;
    margin: 0px;
    background: #FFFFC8 url(images/bkgmain.jpg) repeat-y center top;
    font-size: 1em;
}
a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;  
    color: #A45521;
}
a:active
{
    text-decoration: none; 
    color: #000000;
}

/* Use headers with styles below */

h1, h2, h3, h4, h5, h6
{
   font-family: Tahoma, Verdana, Helvetica, sans-serif;
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}


#menubar
{
    margin-right: auto;
    margin-left: auto;
    width: 820px;
    height: 2px;
    margin-top: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
}


/************************************************************************
* 
* Common top and bottom of page items
*
************************************************************************/

/* Picture at the top of each page */
#epbanner
{
    background: #fff url(images/epban820.jpg) no-repeat top left;
    margin-right: auto;
    margin-left: auto;
    width: 820px;
    height: 135px;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 1px;
}

#epbanner h2
{
    font-size: 16px;
    font-weight: bold;
    color: #50700E;
}

#panel h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

/* school address and phone info at the bottom of each page  */
#epfooter
{
    background: #fff url(images/bkgfull.jpg) repeat-y top left;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    padding-top: 5px;
    color: #808080;
}


#cssmenu * { padding:0px 1px; margin: 0; color: #fff; font-family: arial, helvetica, sans-serif; font-size: 1em;  }

#cssmenu { position: static;  z-index: 9; margin: 1px auto; float: left; line-height: 22px; }

#cssmenu a { display: block; border: 1px solid #fff; background: #05682d; text-decoration: none; padding: 2px 4px; }
#cssmenu a:hover { background: #97100d; }

#cssmenu ul li, 
#cssmenu ul li ul li  { width: 100px; list-style-type:none; }

#cssmenu ul li { float:left; width: 100px; font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;}

#cssmenu ul li ul, #cssmenu:hover ul li ul, #cssmenu:hover ul li:hover ul li ul {  
	display:none;
	list-style-type:none; 
	width: 100px;
        z-index: 99
	}

/************************************************************************
* 
* Common body of Page Formatting
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 820px;
    margin-top: 3px;
    margin-right: auto;
    margin-left: auto ;
    position: relative;  
}

/* 2 column layout */
#columnleft
{
    float: left;
    width:300px;
  /*  position: relative;   this line commented out for IE */
    z-index: 1;
}

#columnright
{
    margin-left: 310px;
 /*  position:absolute;    commented out for IE */
    z-index: 2;
}

.leftblock
{
    border: 1px solid #DBDB79;
    border-left: 2px solid #000000;
    padding: 15px;
    margin-bottom: 10px;
  /*  background-position: left;  */
    background: #808080 url(images/bkgcoll.gif) repeat-y;
    vertical-align: top;
    position: relative;
}

.rightblock
{
    border: 1px solid #DBDB79;
    border-left: 2px solid #000000;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFFAB url(images/bkgcolr.gif) repeat-y;
    vertical-align: top;
    position: relative;
    width:472px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    

/* A full width block on the page */

.fullwidth, #panel
{
    border: 1px solid #DBDB79;
    border-bottom: 3px solid #ffffff;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/bkgfull.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.leftblock p, .rightblock p, .leftblock table, .rightblock table, 
.leftblock li, .rightblock li, .fullwidth p, .fullwidth table, .fullwidth li
{
	font-family: "Times New Roman", Arial, Helvetica, serif;
	font-size: 1.1em;
	font-weight: normal;
	color:#000000;
        list-style-type:none; 
	text-align: left;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
    color: #000000;
}
.leftblock h3, .rightblock h3, .fullwidth h3
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
    color:#000000;
}



