﻿body
{
background-color: ffffcc;
background-repeat: repeat;
margin-top: 10px;
margin-left: 10px;
}

a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {color: #000000; text-decoration: underline}
a:active {color: #000000; text-decoration: none}




div.container
{
width:800px;
margin:0px auto;
}
div.header
{
width: 800px;
height: 150px;
background-image: url('img/top.jpg');
background-repeat: no-repeat
}

div.mid
{
width:800px;
height: 130px;
background-image: url('img/mid_blank.jpg');
background-repeat: no-repeat
}

div.left
{
float:left;
width:200px;
padding-top:15px;
margin-left:0px;
background-color:ffffff;
background-image: url('img/bg3.jpg');
background-repeat: repeat-y;
font-family: helvetica;
font-size: 14px;
color:ffffff;
line-height: 150%;
height: auto;
}

div.sidemenu
{
float:left;
width:200px;
padding-top:15px;
margin-left:0px;
background-color:ffffff;
background-image: url('img/bg3.jpg');
background-repeat: repeat-y;
font-family: helvetica;
font-size: 14px;
color:ffffff;
line-height: 150%;
height: 350px
}
div.left a
{
color:000000;
text-decoration:none;
}
div.left a:hover
{
color:000000;
text-decoration:none;
}

div.content
{
width:590px;
min-height: 500px;
margin-left:200px;
padding:15px 10px 5px 10px;
background-color:ffffcc;
background-image: url('img/bg5.jpg');
background-repeat: repeat-y;
font-family: helvetica;
font-size:13px;
color:000000;

}
div.content a
{
color:990000;
text-decoration:none
}
h2
{
font-family: helvetica;
font-size:14px;
color:000000
}
table.one
{
font-family: helvetica;
text-align: center;
font-size:13px;
color:000000
}
table.two
{
font-family: helvetica;
font-size:13px;
color:000000
}
div.footer
{
background-color:330000;
width:800;
height:25px;
padding-top:5px;
text-align: center;
font-family: helvetica;
font-size: 9pt;
color: ffffff
}
div.footer a
{
color:c6c6c6;
text-decoration:none
}
