/* style.css */

.ad-banner { width:728px; height:90px; }
.container { width:820px }

body 
{
font-family: verdana;
}

h1
{
text-align: center;
font-size: 24px;
}

h2
{
text-align: center;
display: inline; 
font-size: 18px;
}

h3
{
text-align: center;
display: inline; 
font-size: 16px;
}

td
{
font-size: 12px;
}

.container
{
background-color: #F2FAFF;
border: 2px solid #C0C0C0;
margin: 0 auto;
padding:5px;
}

.header
{
background-color: #D3E1F0;
padding:5px 0;
}

.footer
{
background-color: #D3E1F0;
text-align: center;
font-size: 12px;
width:100%;
}

.left
{
float: left;
margin:10px;
}

.leftcontainer
{
float:left;
background-color: #F2FAFF;
max-width:570px;
}

.rightcontainer
{
width:250px;
float:left;
background-color: #F2FAFF;
text-align:center;
}

.titlebox
{
background-color:#D3E1F0;
border-radius:6px;
text-align:center;
padding:5px 0;
margin:8px 0;
float:left;
font-size:16px;
font-weight:bold;
width:100%;
}

.menutitle
{
background-color: #D3E1F0;
border-radius:6px;
text-align:center;
padding:5px 2px;
margin:8px auto;
font-size:16px;
font-weight:bold;
width:210px;
}

.menubox
{
width:210px;
background-color:#D3E1F0;
border-radius:6px;
text-align:left;
padding:5px 2px;
margin:0 auto 20px auto;
font-size:12px;
}

a
{
color: black;
text-decoration: none;
}

a:hover
{
font-weight: bold;
text-decoration: underline;
}

.paragraphTitle
{
text-align: center;
font-size: 18px;
}