body{
height:100%;
background-color:#b0fcff;
font-family:monospace;
margin:0px;
}
img{
border:0px;
}
div.outer-frame{
height:100%;
padding:0px 10px 0px 40px;
background-image:url(pictures/circle.png);
background-position:10px -10px;
background-repeat:repeat-y;
}
div.inner-frame{
height:100%;
padding-right:30px;
background-image:url(pictures/circle.png);
background-position:right -10px;
background-repeat:repeat-y;
}
div.content-frame{
height:100%;
border-color:#71a1a3;
border-width:0px 1px;
border-style:none dashed;
padding:5px;
}
h1{
text-decoration:underline;
text-align:center;
margin-top:0px;
padding-top:0px;
}
h2,h3{
text-decoration:underline;
}
a{
color:black;
}
div.home-page-link{
text-align:right;
clear:both;
}
div.about-us{
vertical-align:middle;
clear:both;
}
div.about-us img{
float:left;
border:5px solid darkblue;
margin-right:1px em;
}
div.about-us dl{
display:block;
margin-top:40px;
}
div.about-us dt{
display:block;
float:left;
font-weight:bold;
}
div.about-us dd{
display:block;
clear:right;
}
dl.date-list dt{
margin-top: 1em;
font-weight:bold;
}
