html, body
{
margin:0px;
padding:0px;
}

#shadow
{
width:1000px;
background-image:url(images/shadow.jpg);
background-repeat: repeat-y;
}

#header
{
width:900px;
background-color: #ffffff;
}

#header p
{
margin:0px;
padding:20px;
color:#0088a4;
font-family:Arial;
font-size:10pt;
font-weight:bold;
}

#header a, #menu a
{
color:#ffffff;
text-decoration: none;
}

#header a:hover, #menu a:hover
{
text-decoration: underline;
}

#menu
{
width:900px;
background-color: #949496;
border-top:1px solid white;
border-bottom:1px solid white;
height:30px;
}

#menu p
{
margin:0px;
padding:9px 20px 5px 35px;
color:#ffffff;
font-family:Arial;
font-size:9.25pt;
text-align: left;
font-weight:bold;
}

#content
{
background-color: #ffffff;
}

#content h1
{
margin:0px;
padding:20px 20px 5px 20px;
color:#0088a4;
font-family:Arial;
font-size:15pt;
font-weight:bold;
text-align: left;
}

#content p
{
margin:0px;
padding:5px 20px 5px 20px;
color:#444444;
font-family:Arial;
font-size:10pt;
text-align: left;
line-height: 16pt;
}

#content li
{
margin:0px;
padding:0px 20px 0px 20px;
color:#444444;
font-family:Arial;
font-size:10pt;
text-align: left;
line-height: 16pt;
}

#content a
{
color:#901c1d;
text-decoration:none;
font-weight:bold;
}

#content a:hover
{
text-decoration: underline;
}

#box
{
width:292px;
border:1px solid #bfbfbf;
height:220px;
}

#box h1
{
margin:0px;
padding:5px 20px 5px 20px;
color:#ffffff;
background-color:#0088a4;
font-family:Arial;
font-size:10pt;
text-align: left;
font-weight:bold;
}

#box p
{
margin:0px;
padding:10px;
}

#right
{
border-top:1px solid white;
}

#right p
{
margin:0px;
padding:20px;
color:#ffffff;
font-family:Arial;
font-size:10pt;
font-weight:bold;
text-align: left;
line-height: 16pt;
}

#bottom
{
width:1000px;
background-image:url(images/bottom.jpg);
height:50px;
}

#footer
{
width:900px;
}

#footer p
{
margin:0px;
padding:0px 20px 10px 20px;
color:#666666;
font-family:Arial;
font-size:8pt;
text-align: left;
}

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