<!-- begin /homepage.css -->
.notice-section {
text-align: center;
width: 100%;
clear: both;
}
.notice-item {
font-weight: bold;
font-size: 120%;
}
.mission {
font-style: italic;
font-size: 130%;
}
.counter {
margin-top: 1em;
float: none;
text-align: center;
clear: both;
}
.hosting {
margin-top: 1em;
float: none;
text-align: center;
clear: both;
}
.cols {
clear: both;
}
.col1-of-2 {
margin-top: 1em;
margin-right: 1em;
float: left; 
width: 45%;
text-align: center;
}
.col2-of-2 {
margin-top: 1em;
margin-left: 1em;
float: right; 
width: 45%;
text-align: center;
}
.col1-of-3 {
margin-top: 1em;
margin-right: 1em;
float: left; 
text-align: center;
}
.col2-of-3 {
margin-top: 1em;
margin-left: 1em;
margin-right: 1em;
float: left; 
text-align: center;
}
.col3-of-3 {
margin-top: 1em;
margin-left: 1em;
float: left; 
text-align: center;
}
.membership-promo {
margin-top: 1em;
float: none;
text-align: left;
clear: both;
}
.access-section {
clear=right;
margin-top: 1em;
float: none;
padding: 1em;
font-style: italic;
font-size: 90%;
text-align: right;
}
.frames-link {
}
.date-updated {
font-size: 80%;
font-style: italic;
}
.function-section {
width: 100%;
margin-top: 1em;
border-top: thin solid;
float: none;
text-align: center;
clear: both;
}
.function-heading {
color: black;
background-color: #e0e0e0;
font-size: 110%;
text-align: center;
}
.function-body {
display: inline-table;
border: thin;
color: white;
background-color: #a0a0a0;
text-align: center;
}
.function-line {
display: table-row;
vertical-align: middle;
}
.credits {
margin-top: 1em;
float: none;
text-align: center;
clear: both;
}
.legal {
margin-top: 1em;
float: none;
text-align: center;
clear: both;
}
<!-- end /homepage.css -->

