body {text-align: center}

a img {border: none}

p {
    margin: 0 25px 0 0;
    font-size: 1.25em;
    text-align: justify;
  }



/* style to center website */
#wrap {
    text-align:left;
    margin: 0 auto;
    width:700px;
    background: #EBD0C4;
    color: #4B4B4B;
    font: small "Lucida Grande", Arial, sans-serif;
}

/* header styles */
#masthead {
    margin-bottom: 0;
    padding-top: 0;
    width:700px;
    background: #3E3947;
    text-align:right;
}

#secondhead {
    margin-bottom: 0;
    border-top: 1px #4B4B4B;
    border-bottom: double #4B4B4B;
    padding-top: 10px;
    padding-bottom:10px;
    width:700px;
    background: #735360;
    text-align:left;
    text-indent:1.0em;
    color: #EBD0C4;
}

#navlinks {
    margin: 0em;
    padding: 0.5em 0.5em;
    background: #3E3947;
    color: #D68684;
}

#navlinks li {
    display: inline;
    margin-right: 0.25em; margin-left: 0em; padding-right: 0.75em; padding-left: 0em;
    border-right: 1px solid #FFF;
    font-weight: bold;
}

#navlinks li.current {
    color: #EBD0C4;
}

#navlinks li.last {
    border-right: 0;
}

#navlinks li.currentlast {
    color: #EBD0C4;
    border-right: 0;
}

#navlinks a {
    text-decoration: none;
    color: #D68684;
}

#navlinks a.hover {
    color: #000000
}

#today {
    margin-top: -1.66em; padding: 0 3em 0 0;
    color: #FFF;
    font-weight: bold;

    text-align: right;
    line-height: 1;
}

/* body styles */

#content {
    width:700px;
    margin:0px auto;
    text-align:left;
    padding:15px;
}

#content h1 {
    margin: 1em 0 0.5em 0;
    padding-bottom: 0.25em;
    padding-right: 2.5em;
    border-bottom: 1px solid #3E3947;
    font-size: 1.75em;
    text-align: left;
    max-width: 600px;
    color: #3E3947;
}

#content h2 {
    margin: 1em 0 0.5em 0;
    padding-bottom: 0.0em;
    padding-right: 2.5em;
    font-size: 1.75em;
    text-align: left;
    max-width: 600px;
    color: #3E3947;
}

#content img.illus {
    float: left;
    margin: 1em 1em 1em 0;
}

#content a{
    text-decoration: none;
    color: #735360;
}

#content a.hover{

}

#contentfull {
    float: left;
    padding: 1.5em 4em 4em 3em;
}

#contentfull h1 {
    margin: 0em 0;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #F37221;
    font-size: 1.5em;
}

#contentfull img.illus {
    float: left;
    margin: 1em 1em 1em 0;
}


/* Image with caption */
.leftfigure {
    float: left;
    margin: 0.5em;
}
.leftfigure p {
    color: #4B4B4B;
}

.rightfigure {
    float: right;
    margin: 0.5em;
}
.rightfigure p {
    color: #4B4B4B;
}


/* Inner and outer divs (useful for centering inner div) */
.outer {
    width:100%;
}

.inner {
    width: 90%;
    margin: auto auto auto auto;
}


/* Lists (for publications, policies, and lectures) */
.leclist {
    margin: 0.25em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    list-style-type: none;
}
.leclist li{
    margin: 0 0.25em 0.25em 0.25em;
    font-size: 1.25em;
    color: #4B4B4B;
}

.pollist {
    margin: 0.25em;
    padding: 0.5em 1.5em 0.5em 0.5em;
}
.pollist li{
    margin: 0 0.25em 0.75em 1.25em;
    font-size: 1.25em;
    color: #4B4B4B;
}

.publist {
    margin: 0.25em;
    padding: 0 0 0 1.5em;
}
.publist li{
    margin: 0 0 0 0;
    font-size: 0.9em;
    color: #4B4B4B;
}

.linklist {
    margin: 0.25em;
    padding: 0 0 0 1.5em;
}
.linklist li{
    margin: 0 0 0 0;
    font-size: 1.25em;
    color: #4B4B4B;
}


/* Set up definition lists for schedule */
#schedule {
    font-size: 1.1em;
}

dl {
    font-size: 1em;
}

#schedule dt {
    float: left;
    clear: left;
    text-align: right;
    font-weight: bold;
    width: 6em;
}

#schedule dt:after {
    content: ":";
}

#schedule dd {
    margin: 0 25px 0 7em;
    padding: 0 0 0.25em 0;
}

#schedule dd.break {
    padding: 0 25px 2.0em 0;
}


/* Set up definition lists for due dates */
#duedates {
    font-size: 1.1em;
}

dl {
    font-size: 1em;
}

#duedates dt {
    float: left;
    clear: left;
    text-align: right;
    font-weight: bold;
    width: 6em;
}

#duedates dt:after {
    content: ":";
}

#duedates dd {
    margin: 0 25px 0 7em;
    padding: 0 0 0.25em 0;
}

#duedates dd.break {
    padding: 0 25px 2.0em 0;
}


/* Ordered list with a), b), etc.*/
ol.alpha {
  counter-reset: list;
  margin: 0.25em 0 0 0;
  padding-left: 2.0em;
}
ol.alpha > li {
  list-style: none;
  font-size: 1.25em;
}
ol.alpha > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
  font-size: 1.0em;
}


/* footer styles */

#footer {
	clear: both;
	margin-top: 1.0em;
	padding: 0.5em 0.5em 2em;
	background: #3E3947;
	font-size: x-small;
	font-style: italic;
	border-top: double #4B4B4B;
}

#footer p {
	margin: 0;
	color: #EBD0C4;
}

#footer a {
	color: #F1B0B0;
	text-decoration: none;
}


/* Aligned left and right p's*/
.alignleft {
    float: left;
}

.alignright {
    float: right;
}
