/* CSS for the Continuing Edcuation Press Webpage                   */
/* Created by: John Price  04/20/2006                               */


/* Base Settings of body and links */
body {
  color: #000;
  background-color: #fff;
  margin: 0px; 
  padding: 0px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  width: 760px;
  max-width: 760px;
}

body, p, li, table, h1, div, span {
  font-family: Verdana, Arial, Helvetica, sans-serif;  /* help for NS4 inheritance problems */
  font-size: 10pt;    
}

a:link {
  color: #066; /* CEP Dark Green */
  text-decoration: none;
}

a:visited {
  color: #066; /* CEP Dark Green */
  text-decoration: none;
}

a:hover {
  color: #D2492A; /* PSU Red */
  text-decoration: underline;
}

.special {font-size: 12pt;}
a.special:link{color: #D2492A; text-decoration: none;}
a.special:visited{color: #D2492A; text-decoration: none;}
a.special:hover{color: #066; text-decoration: underline;}

/* Setup DIVs for body */
  #pagewrapper {
     width: 800px; 
     border: 0px; 
     margin: 0px; 
     padding: 0px; 
     border: 0px black solid;
     overflow: hidden; 
  }

  #topmenu {
     width: 760px; 
     color: white;
     padding: 2px 0px 2px 0px; 
     margin: 0px;
     font: bold 10px Verdana, Arial, Helvetica, sans-serif; 
     overflow: hidden;
	 background-image: url("/images/spacer_green.gif");
  }

  #topmenu a:link {
     color: #FFF; /* CEP Dark Green */
     text-decoration: none;
  }

  #topmenu a:visited {
     color: #FFF; /* CEP Dark Green */
     text-decoration: none;
  }

  #topmenu a:hover {
     color: #E6DC8F; /* PSU Red */
     text-decoration: underline;
  }

  #leftmenu {
    width: 134px; 
	float: left; 
	padding: 0px; 
	margin: 0px;
	overflow: hidden; 
    font: bold 10pt Verdana, Arial, Helvetica, sans-serif; 
  }
  
  #maindocument {
    width: 620px; 
	left: 140px; 
	padding: 0px; 
	margin: 0px;
	overflow: hidden; 
  }

  #admin_maindocument {
    width: 740px; 
	padding: 10px; 
	margin: 0px;
	overflow: hidden; 
  }

  #printtitlebar {
    display: none;
    overflow: hidden; 
  }

  #titlebar {
	width: 630px;
	left: 134px;
    padding: 0px;
	margin: 0px;
    overflow: hidden;
  }
  
  #highlights {
    float: right; 
	background-color: #cccccc; 
	width: 142px;
  }
  
  #content {
    padding: 5px;
	width: 610px;
  }
  
  #footer {
    clear: both;
    width: 760px; 
    padding: 10px 0px 10px 0px; 
	margin: 0px;
	overflow: hidden; 
	font-size: .7em; 
	color: #666666; 
    overflow: hidden; 
  }
  
  #banner {
 	background-color: #066;
	color: white;
	font: bold 14pt Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
  }

  #infobox {
    width: 400px;
	overflow: hidden;
	font-size: 12px;
  }
  
  .AE a:link {color: red;}

  .AE a:hover {color: green;}

  .AE a:visited {color: green;}

  #SESHeader_Print {position:absolute; left: -780px; top: -220px; z-index: 1; display: none;}
  #menu_print {position:absolute; left: -780px; top: -320px; z-index: 2; display: none;}
  #PSUHeader_Print {position:absolute; left: -780px; top: -120px; z-index: 1; display: none;}


