/* need to specify borders for older versions of IE: 6.0.26 */
/* in fieldsets, also need to give legends specific colour(black) */

/* look at html.css for firefox defaults, maybe "2px inset gray" */

/* global type elements */

label.tooltip {
	cursor:help;

}

span.tooltip {
	cursor:help;
}

body {
        padding: 0;
        font-family: arial, helvetica, sans-serif;
        margin: 0px;
	background: #ffffff;
	color: #000000;
}

a:visited {
        color: #750038;
}

a:hover {
        text-decoration: underline;
}

h1 {
        clear: both;
        margin: 0 0 0 0px;
        font-family: "times new roman",times,serif;
        font-size: 21px;
        line-height: 24px;
        font-weight: bold;  
        color: #000;
        text-align: center;
        padding: 1%;
}

h2 {
        clear: both;
        margin: 0 0 0 0px;
        font-family: "times new roman",times,serif;
        font-size: 17px;
        line-height: 20px;
        font-weight: bold;  
        font-style: italic;
        color: #000;
}

h3 {
        clear: both;
        margin: 0 0 0 0px;
        font-family: "times new roman",times,serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;  
        color: #000;
        text-align: center;
        padding: 1%;
}


/* layout of page in general sense */


#headercontainer {
	margin-left: 2%;
	margin-right: 2%;
        font-family: arial, helvetica, sans-serif;
	padding-top: 5px;
}

#maincontainer {
	clear: both;
        margin-left: 2%;
        margin-right: 2%;
	padding: 0;
}

#footercontainer {
	clear: both;
        margin-left: 2%;
        margin-right: 2%;
	padding-top: 10px;
}

/* header layout */

#headernav {
        float: right;
        width: 45%;
	text-align: right;
	padding-top: 10pt;
	padding-bottom: 10px;
        font-family: "times new roman",times,serif;
}

#headerlogo {
	color: #000099;
        float: left;
        width: 60%;
	padding-bottom: 10px;
        font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

div#fp7div {
	color: #000099;
        float: right;
        width: 74px;
	padding-top: 10px;
        font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

div#progresstext {
        float: right;
	padding-bottom: 0px;
}


img#fp7img {
        border-style: none;
}


div#efdadiv {
	color: #000099;
	width: 100%;
        text-align: center;
	padding-bottom: 10px;
        font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: auto auto;

}

img#euimg {
        border-style: none;
}




img.noborderimg {
        border-style: none;
}


span#adaseu {
	font-size: 74px;
	padding-left: 5px;
}

#headerlogo a {
	text-decoration: none;
        color: #000099;
}

hr.adaslogo {
	color: #000099;
	background-color: #000099;
	height: 3px;
	border: 0px;
        width: 28em;
        margin-left: 0;
        margin-right: auto;
        text-align: left;
}

div#quicksearch {
	padding-top: 5px;
}


div#quicksearch input#quicksearchbox{
        border-style: inset;
	border-width: 1px;
	border-color: #000;
}


/* footer layout */

#footercontact {
        float: left;
        text-align: left;
	padding-top: 5px;
        width: 50%;
        padding-bottom: 10px;
}

#footercopy {
	float: right;
        text-align: right;
	padding-top: 5px;
        width: 50%;
        padding-bottom: 10px;
}

/* holder for main part of page including side navigation */

#sidenav {
        float: left;
	position: relative; 
        background: #000099;	/* really want #fff6e6; */
        width: 25%;
	padding: 0%;
}

#contentholder {
	float: left;
        position: relative;
        width: 75%;
        background: #ffffff;
}

/* side navigation details */

#sidenav ul {
	margin: 3px;
        padding: 3pt;
        list-style: none;
}

#sidenav li {
        font-family: "times new roman",times,serif;
        margin: 2px;
        padding: 2px;
	border-left: solid #000099 5px;
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
}

#sidenav li.in {
        font-family: "times new roman",times,serif;
        margin: 1px;
        padding-top: 0;
	padding-bottom: 0;
	padding-left: 15pt;
        list-style-image: url(star.png);
        list-style-position: inside;
	border-left: solid #000099 5px;
}

#sidenav #currentside {
	border-left: solid #FFCC00 5px;
}

#sidenav a {
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
}

#sidenav a:hover {
	text-decoration: underline;
	color: #FFCC00;
}

#sidenav #currentside a {
	color: #FFCC00;
}

#sidenav #currentside a:hover {
	text-decoration: none;
	color: #FFCC00;
}


/* display of data classes tab navigation */

#tabnav {
	position: relative;
	width: 100%;
        z-index: 2;
}

#tabholder {
        clear: both;
	position: relative; 
        background: #cccccc;	/* really want #fff6e6; */
	top: -1px;
        padding: 1%;
        border-top: solid #000000 1px;
	border-right: solid #000000 1px;
	border-left: solid #000000 1px;
	border-bottom: solid #000000 1px;
	z-index: 1;
}

/* details for data classes tabs */

#tabnav ul {
	margin: 0;
        padding: 0;
        list-style: none;
}

#tabnav li {
	float: left;
        font-family: "times new roman",times,serif;
        margin: 0px -1px 0px 0px;
        padding: 3pt;
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
}

#tabnav #currentdata {
	border-bottom: solid #cccccc 1px;
	background: #cccccc;
}

#tabnav a {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}

#tabnav a:hover {
	text-decoration: underline;
	color: #000000;
}

#tabnav #currentdata a {
	color: #000099;
}

#tabnav #currentdata a:hover {
	text-decoration: none;
	color: #000099;
}

p.totalresults {
        text-align: center;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 14px;
        line-height: 17px;
	font-weight: bold;
        color: #333;
}


/* table to show search results */

table.searchresults {   
        margin: 15px 0;
        width: 100%;
}

table.searchresults th {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
	font-weight: bold;
        color: #333;
        /* width: 120px; looks dodgy! */
        padding: 5px 10px 5px 0;
        border-bottom: 1px dashed #bbb;
}

table.searchresults td {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        padding: 5px 10px 5px 0;
}

table.searchresults th.mspan {
        text-align: center;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold;
        line-height: 15px;
        color: #333;
        padding: 5px 10px 5px 0;
        border-bottom: none;
}


div.rawdata {
	width: 100%;
	text-align: center;

}

div.rawdata p{
        text-align: center;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 14px;
        line-height: 17px;
	font-weight: bold;
        color: #333;
}

table.rawdata {   
        margin: 15px 0;
	margin-left: auto;
	margin-right: auto;
}

table.rawdata th {
        text-align: left;
        vertical-align: bottom;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
	font-weight: bold;
        color: #333;
        /* width: 120px; looks dodgy! */
        padding: 5px 30px 5px 0;
        border-bottom: 1px dashed #bbb;
}

table.rawdata td {
        text-align: right;
        vertical-align: bottom;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        padding: 5px 30px 5px 0;
}

table.rawdata th.mspan {
        text-align: center;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
	font-weight: bold;
        line-height: 15px;
        color: #333;
        padding: 5px 10px 5px 0;
        border-bottom: none;
}



/* table to show history entries */

table.historytable {   
        margin: 15px 0;
        width: 100%;
}

table.historytable th {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        padding: 5px 10px 5px 0;
        border-bottom: 1px dashed #bbb;
}

table.historytable td {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        padding: 5px 10px 5px 0;
}



/* file details layout details */

#generalinfo {
	background: #fff6e6;
        position: relative;
        float: left;
        width: 53%;
	padding: 1%;
        font-family: "times new roman",times,serif;
}

#downloadinfo {
	background: #aaaaff;
        width: 35%;
        position: relative;
        float: right;
	padding: 1%;
        border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
        font-family: "times new roman",times,serif;
}

#downloadinfo #downloadheader {
	font-weight: bold;
        text-align: center;
}

#predonoff {
	background: #cccccc;
        width: 35%;
        position: relative;
        float: right;
	padding: 1%;
        margin-top: 5px;
        font-family: "times new roman",times,serif;
        text-align: center;
}

#translist {
	margin-top: 10px;
        background: #fff6e6;
	padding: 1%;
}

div.adfwide {
	margin-top: 10px;
        background: #fff6e6;
	padding: 1%;
	position: relative; 
	clear: both;
}

div.ncol4r {
	position: relative;
	float: left;
        width: 23%;
	text-align: right;
}

div.ncol4 {
	position: relative;
	float: left;
        width: 23%;
}

div.ncol2r {
	position: relative;
	float: left;
        width: 45%;
	text-align: right;
}

div.ncol2 {
	position: relative;
	float: left;
        width: 45%;
}

div.ncol3r {
	position: relative;
	float: left;
        width: 30%;
	text-align: right;
}

div.ncol3 {
	position: relative;
	float: left;
        width: 30%;
}

div.ncol {
	position: relative;
	float: left;
        padding-left: 10%;
	width: auto;
}

fieldset.searchfields {
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-top: 10px;
        border-style: none;
}

fieldset.searchfields legend {
	font-family: "times new roman",times,serif;
        color: #000000;
	font-size: 125%;
}

fieldset.searchfields fieldset.search_column{
	position: relative;
        float: left;
        width: 46%;
        padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 2px;
	border: 2px groove #ffffff;
}

fieldset.historyfilter{
	position: relative;
        float: left;
        width: 46%;
        padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 2px;
	border: 2px groove #ffffff;
}

div#historysubmit{
	text-align: center;
}

div#prefsubmit{
	text-align: center;
}




/* does the below entry do anything?!? */

fieldset.searchfields div.search_column{
	position: relative;
        float: left;
        width: 46%;
        padding-left: 1%;
	padding-right: 1%;
}

fieldset.searchfields fieldset.search_column label{
	clear: both;
        width: auto;
  	float: left;
}

fieldset.searchfields fieldset.search_column input{
        width: auto;
  	float: right;
}

fieldset.passchange{
	position: relative;
        border: none;
        width: 50%;
        padding-left: 25%;
	padding-right: 25%;
}

fieldset.passchange label{
	clear: both;
        width: auto;
  	float: left;
}

fieldset.passchange input{
        width: auto;
  	float: right;
}

div.radiospan {
	position: relative;
        float: left;
        width: auto;
}

div.radiospan label.radiolabel{
        float: left;
        width: auto;
}

div.radiospan div.radiooptions{
	float: right;
        width: auto;
}

div.input_button {
	text-align: center;
}

/* CSS table-less signup form */

#accountinfo fieldset {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 2px groove #ffffff;
}

#accountinfo fieldset div.form_entry {
  	clear: left;
  	display: block;
  	width: 60%;
}

#accountinfo fieldset div.form_notes {
  	float: right;
  	width: 35%;
  	height: auto;
	padding: 5px;
  	border: 1px solid #000000;
  	background-color: #ffffff;
        color: #000000;
}

#accountinfo fieldset div.form_entry label {
  	display: block;
  	width: 40%;
  	float: left;
  
}

#accountinfo fieldset div.form_entry label.nowidth {
  	width: auto;
  	float: left;
}


#accountinfo fieldset div.form_terms {
	float: left;
        width: 65%;
}

#accountinfo fieldset div.form_submit {
	float: right;
        width: 35%;
	text-align: center;
}


#accountinfo fieldset div.form_notes h4 {
  	font-weight: bold;
	font-family: "times new roman",times,serif;
	margin: 0;
        clear: none;
}

#accountinfo fieldset legend {
	font-family: "times new roman",times,serif;
	font-size: 125%;
        color: #000000;
}

div.contactentry label {
  	display: block;
  	float: left;
	clear: both;
}

div.contactentry input {
  	display: block;
  	float: right;
}

div.contactentry {
	clear: both;
	width: 60%;
}


/* layout awaiting documentation */

table.signuptable {   
        padding: 1%;
        width: 100%;
}



table.signuptable th {
        text-align: left;
        vertical-align: top;
	width: 30%;
}

table.signuptable td {
        text-align: left;
        vertical-align: top;
}

table.logintable {   
        padding: 1%;
        width: 40%;
        margin-left: 30%;
}

table.logintable th {
        text-align: left;
        vertical-align: top;
	width: 30%;
}

table.logintable td {
        text-align: left;
        vertical-align: top;
	width: 70%;
}


#generalcontent {
        clear: both;
	position: relative; 
        background: #cce1e9;	/* really want #fff6e6; */
        padding: 1%;
        border-top: solid #000000 1px;
	border-right: solid #000000 1px;
	border-left: solid #000000 1px;
	border-bottom: solid #000000 1px;
        font-family: arial, helvetica, sans-serif;
}

#generalcontent a {
	text-decoration:none;
	font-weight:bold;
	color: #000099;
}

#generalcontent a:hover {
	text-decoration: underline;
	color: #000099;
}

#generalcontent a:visited {
	color: #750038;
}

#generalcontent ol.errors {
	color: #ff0000;
}


/*
#generalcontent li {
        list-style: circle;
}

#generalcontent li:hover {
        list-style: disc;
}
*/

#generalcontent ul.dataclasslist a {
	color: #000099;
}


fieldset.ionsearch {
	width: 47%;
        position: relative;
        float: left;
	margin: 2px;
        padding: 4px;
}

fieldset.ionsearch legend {
	font-family: "times new roman",times,serif;
	font-size: 125%;
        color: #000000;
}

div#freesearch {
	width: 100%;
	text-align: center;

}

div#freeexamples {
	clear: both;
        position: relative;
        margin-top: 30px;
        margin-left: 10%;
	width: 80%;
	text-align: center;
        background-color: #ffffff;

}

div#freesearch input#searchstring{
	width: 60%;

}




/* all rest below are probably unused but perhaps useful */


table.statetable {
        width: auto;
	margin-left: auto;
	margin-right: auto;
        text-align: center;
}

table.statetable td {
        text-align: left;
	padding-right: 20px;
}

table.statetable td.e {
        text-align: right;
	padding-left: 20px;
}



table.adastable {   
        margin: 15px 0;
        width: 100%;
}



table.adastable th {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        /* width: 120px; looks dodgy! */
        padding: 5px 10px 5px 0;
        border-bottom: 1px dashed #bbb;
}

table.adastable td {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        padding: 5px 10px 5px 0;
}


table.summary {   
        margin: 15px 0;
        width: 100%;
        border-bottom: 1px solid #bbb;
}

table.summary th {
        text-align: left;
        vertical-align: top;
        padding: 5px 10px 5px 0;
        border-bottom: 1px solid #bbb;
}

table.summary th.number {
        text-align: right;
        vertical-align: top;
        padding: 5px 10px 5px 0;
        border-bottom: 1px solid #bbb;
}

table.summary th.filesize {
        text-align: center;
        vertical-align: top;
        padding: 5px 10px 5px 0;
        border-bottom: 1px solid #bbb;
}

table.summary td.filesize {
        text-align: right;
        vertical-align: top;
        padding: 5px 2px 5px 0;
}

table.summary td {
        text-align: left;
        vertical-align: top;
        padding: 5px 10px 5px 0;
}


table.summary td.number {
        text-align: right;
        vertical-align: top;
        padding: 5px 10px 5px 0;
}


div.clear {
	clear: both;
}

div.clear_heading {
	clear: both;
	text-align: center;
        font-size: 125%;
}

table#periodic {
	width: 100%;
	background-color: #ffffff;
        border: solid 1px #000000;
}

table#periodic td {
	width: 5%;
        background-color: #ffffff;
        border: solid 1px #000000;
        text-align: center;
}

table#periodic td.empty {
	background-color: #ffffff;
        border: none;
}

table#periodic td#lanthium {
	background-color: #00ff00;
}

table#periodic td#lanthium_start {
	border-right: solid 10px #00ff00;
}

table#periodic td#lanthium_end {
	border-left: solid 10px #00ff00;
}

table#periodic td#actinium {
	background-color: #ff0000;
}

table#periodic td#actinium_start {
	border-right: solid 10px #ff0000;
}

table#periodic td#actinium_end {
	border-left: solid 10px #ff0000;
}


fieldset#wavelengthsearch {
	position: relative;
	border: 2px groove #ffffff;
	padding-bottom: 10px;
}

div#minwavelength {
	position: relative;
	float: left;
        clear: none;
        width: 44%;
	padding-left: 1%;
        text-align: right;
}

div#arrowwavelength {
	position: relative;
        float: left;
        clear: none;
	padding-left: 3%;
	padding-right: 3%;
}

div#maxwavelength {
	float: left;
	position: relative;
        clear: none;
        width: 44%;
        padding-right: 1%;
        text-align: left;
}


div#progress {
        float: right;
        width: 355px;
	text-align: right;
	padding-top: 2em;
	padding-bottom: 10px;
        font-family: "times new roman",times,serif;
}

img.progressimage {
        border-style: none;
}



div.centerimage {
	width: 100%;
	text-align:center;
}

table#progresstable {
	background-color: #ffffff;
}

table#progresstable th {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
	font-weight: bold;
        color: #333;
        padding: 5px 10px 5px 0;
        border-bottom: 1px dashed #bbb;
}
table#progresstable td {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        padding: 5px 10px 5px 0;
}

table#progresstable td.cent {
        text-align: center;
}

#orgcontain {
	text-align: center;
        min-width: 39em;
}

    #orgchart {
      position: relative;
      height: 32em;
      width: 39em;
      clear: both;
	margin-left: auto;
	margin-right: auto;
      text-align: center; /* hmm */
    }

    #orgchart abbr, #orgchart acronym { border-bottom: 0 }

    #orgchart div {
      border: 0.05em solid #000;
    }

    #orgchart div, #orgchart li {
      position: absolute;
      margin:   0;
      padding:  0;
    }

    #orgchart h3 {
      margin:      0;
      padding:     0;
      font-size:   1em;
      font-weight: normal;
      line-height: 2;
      text-align:  center;
      font-weight: bold;
    }

    #orgchart li span {
      position:    absolute;
      width:       0;
      height:      0;
      overflow:    hidden;
    }

    * html #orgchart li span {
      font-size:  0;
      f\ont-size: 1em;
    }

    * html #orgchart .circ-top span,
    * html #orgchart .down span,
    * html #orgchart .up span
    {
      width:   8px;
      w\idth:  0;
      height:  4px;
      he\ight: 0;
    }

    * html #orgchart .right span,
    * html #orgchart .left span
    {
      width:   4px;
      w\idth:  0;
      height:  8px;
      he\ight: 0;
    }

    #orgchart ul {
      margin:     0;
      padding:    0;
      list-style: none inside;
    }

    * html #orgchart ul { width: 0 }



div#govern
{
top: 0em;
left: 0em;
width:12em;
}

div#director
{
top: 0em;
left: 15em;
width:12em;
/*background: red;*/
}

div#special
{
top: 5em;
left: 27em;
width:12em;
}

div#electron
{
top: 10em;
left: 25em;
width:12em;
}

div#manager2
{
top: 17em;
left: 10em;
width:12em;
}

div#manager
{
top: 16em;
left: 15em;
width:12em;
}

div#subcontractor
{
top: 23em;
left: 25em;
width:14em;
}

div#fellow
{
top: 23em;
left: 3em;
width:14em;
}


li#governtodirector
{
      top:           50%;
      right:          100%;
      margin-right:   0.05em;
      border-top: 0.05em solid #000;
      width: 2.9em;
      overflow:    hidden;
}

li#specialtoline
{
      top:           50%;
      right:          100%;
      margin-right:   0.05em;
      border-top: 0.05em solid #000;
      width: 5.9em;
      overflow:    hidden;
}

li#electrontoline
{
      top:           50%;
      right:          100%;
      margin-right:   0.05em;
      border-top: 0.05em solid #000;
      width: 3.9em;
      overflow:    hidden;
}

li#bigdown
{
      top:         100%;
      left:        50%;
      margin-top:  0.05em;
      border-left: 0.05em solid #000;
      overflow: hidden;
      height: 10.5em;
}

li#managertodirector
{
      bottom:           100%;
      left:          50%;
      margin-bottom:   0.05em;
      border-left: 0.05em solid #000;
      height: 5.0em;
      overflow:    hidden;
}

li#subtospecial
{
      bottom:           100%;
      left:          13em;
      margin-bottom:   0.05em;
      border-left: 0.05em solid #000;
      height: 12.5em;
      overflow:    hidden;
}

li#subtoelectron
{
      bottom:           100%;
      left:          11em;
      margin-bottom:   0.05em;
      border-left: 0.05em solid #000;
      height: 7.5em;
      overflow:    hidden;
}


li#managertofellow
{
      top:         100%;
      left:        1em;
      margin-top:  0.05em;
      border-left: 0.05em solid #000;
      overflow: hidden;
      height: 1.5em;
}

li#managertosub
{
      top:         100%;
      left:       11em;
      margin-top:  0.05em;
      border-left: 0.05em solid #000;
      overflow: hidden;
      height: 1.5em;
}

li#fellowtomanager
{
      bottom:         100%;
      left:       13em;
      margin-bottom:  0.05em;
      border-left: 0.05em solid #000;
      overflow: hidden;
      height: 1.0em;
}

li#subtomanager
{
      bottom:         100%;
      left:       1em;
      margin-bottom:  0.05em;
      border-left: 0.05em solid #000;
      overflow: hidden;
      height: 1.0em;
}

li#subtofellow
{
      top:           2em;
      right:          100%;
      margin-right:   0.05em;
      border-top: 0.05em solid #000;
      width: 5.9em;
      overflow:    hidden;
}

li#fellowtosub
{
      top:           2em;
      left:          100%;
      margin-left:   0.05em;
      border-top: 0.05em solid #000;
      width: 5.9em;
      overflow:    hidden;
}

li#specialtosub
{
      top:         100%;
      left:        11em;
      margin-top:  0.05em;
      border-left: 0.05em solid #000;
      overflow: hidden;
      height: 10.5em;
}

li#electrontosub
{
      top:         100%;
      left:        11em;
      margin-top:  0.05em;
      border-left: 0.05em solid #000;
      overflow: hidden;
      height: 8.5em;
}

img.floatpic {
	float: right;
        padding-top: 1em;
        margin: 4px;
}

img.centerpic {
	float: center;
        padding-top: 1em;
        margin: 4px;
}


ul.course {
	margin-left: 40pt;
}

ul.course li {
        padding-bottom: 5px;
        padding-top: 5px;
	text-decoration:none;
}

div.address {
	margin-left: 40pt;
}
