body, html {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background: none;

}

h1 {
	margin: 0;
	clear: both;
	font-weight: bold;
	padding-left: 5px;
	font-size: 130%;
	letter-spacing: 2px;
	color: #ffffff;
	background-color: transparent;
	
} 

h2 {
	margin: 0;
	clear: both;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #ffffff;
	background-color: inherit;
	
} 

h3 {
	margin: 0;
	clear: both;
	font-weight: bold;
	padding: 0px 0 4px 18px;
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #ffffff;
	background-color: inherit;
	text-align: center;
	
} 

a:link, a:visited{
  color:  #054992;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
  color: #548BC7;
}


ul { 
  margin: 0px 6px 0px 50px;
  list-style: square;
  padding: 0;
}

blockquote {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 120%;
  letter-spacing: -1px;
  line-height: 1em;
  text-align: center;
  color: #555;
}

/* hr for regular pages */
.menuSpacer {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 8px;
  margin-right: 8px;
}


/***********************************************/
/* Page Layout Divs                            */
/***********************************************/

#masthead{
	margin:0px;
	width: 777px;
	height: 258px;
	padding: 0px;
	color: #FFFFFF;
	background-image: url(../images/bkg-header.jpg);
	background-repeat: no-repeat;
}


#headerpic {
 display: none;
}


/************** Top Links within the Masthead styles *****************/

#toplinks{
 display: none;
	
}


/*---  Main Page Content Areas---*/
#content {
  margin-left: 20pt;
  color: #000000;
	
}
	    
#content img{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 4px;
    text-align: left;
    border: 1px #000 solid;
	    
}

/*---  ELI inner pages Content Areas without left column, course description page --*/
#content2 {
  margin-left: 20pt;
  color: #000000;
	
}
	    
#content2 img{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 4px;
    text-align: left;
    border: 1px #000 solid;

	    
}

/*---  Content Areas for shorter pages, Contact Page, etc. ---*/
#content3 {
  margin-left: 20pt;
  color: #000000;
	
}
	    

/*---  Right Column Info ---*/
#rightcol {
display: none;
	
}

/*---  Right Column Navigational Menu for ELI ---*/
#vertmenu {
 display: none;
}

#vertmenu h3 {
display: none;
}

#vertmenu ul {
 display: none;
}
#vertmenu ul li {
  margin: 0px;
  padding: 0px;
}
#vertmenu ul li a {
 display: none;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
  display: none;
}

.schedule { padding-top: 20px; padding-bottom: 10px;  clear: both; }

/* Footer Styles */
#footer {
	margin: 0px auto;
	padding: 0px;
	background: none;
	color:  #000;
}

/* Footer Styles */
.footer2 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	background: #548BC7;
	width: 100%;
	text-align: center;
	font-size: 89%;
}

.footer2 p{
	margin: 0px;
	padding: 24px 0 0 0px;
	color:  #333333;
	text-align: center;
	font-size: 89%;
}

.footer2 a {
	margin: 0px;
	padding: 4px;
	color:  #333333;
	text-align: center;
	font-size: 89%;
}

/* table data styles */

.tdheader {
 color: #FFFFFF;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 padding: 4px;
 text-align: center;
 font-weight: bold;
 background: #386197;
}

table {
 border-top: 1px solid #4A6FA0;
 border-left: 1px solid #4A6FA0;
 border-collapse: collapse;
}

th, td {
 padding: 4px;
 border-right: 1px solid #4A6FA0;
 border-bottom: 1px solid #4A6FA0;
}
 
 .tdodd {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 text-align: center;
 font-weight: normal;
 padding: 4px;
 background: #E1E9F2;
 color: #333333;
}

.tdeven {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 text-align: center;
 font-weight: normal;
 padding: 4px;
 background: transparent;
 color: #333333;
}

/* Image Alignment w/ borders */
.imgleft {
   float: left;
   margin: 5px;
   padding: 3px;
   border: 1px solid #CCC;
}

.imgright {
   float: right;
   margin-top: 0px;
   margin-left: 10px;
   margin-bottom: 3px;
   border: 1px solid #CCC;
}

/* Image Alignment without borders */
.imgleft2 {
   float: left;
   margin-top: 0px;
   margin-right: 10px;
   margin-bottom: 4px;

}

.imgright2 {
   float: right;
   margin-top: 0px;
   margin-left: 10px;
   margin-bottom: 3px;
}

/* Image Alignment - center */
IMG.displayed {display: block; margin-left: auto; margin-right: auto; padding: 20px 0 20px 0px; border: 0px;}
