body
{
font-family : Helvetica,Arial,Lucida,sans-serif;
/*background-color: #e3e4e8;*/
background-color: white;
/*color : #330000;*/
}

.leftbox
{
background-color : #f3f3f5;
clear : left;
padding-left : 5px;
padding-right : 5px;
margin-top: 10px;
border-right : 2px dotted #b1b1bc;
border-top : 5px solid #b1b1bc;
}

.link
{
float : left;
clear : left;
text-decoration : none;
font-size : 1.2em;
border-left: 2px dotted #b10000;
border-right: 2px dotted #b10000;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}

a:link
{
text-decoration : none;
}

a:visited
{
text-decoration : none;
}
#pagebody
{
width : 60%;
margin-left : 20%;
}

#titlearea
{
/*min-height: 100px;*/
font-family : Helvetica,Arial,Lucida,sans-serif;
font-weight : bold;
width: 100%;
border-top : 0px solid black;
margin-bottom : 2px;
}

#leftarea
{
width: 25%;
height : 100%;
min-height: 100%; 
float : left; 
margin-right : 10px;
background-color: #d7d7e5;
}

#linkbox
{
border-right : 0px dotted black;
border-top : 0px dotted black;
}

#contentarea
{
border-left : 1px solid #b1b1bc;
border-right : 1px solid #b1b1bc;
border-bottom : 1px solid #b1b1bc;
border-top : 2px solid #b1b1bc;
padding-right : 10px;
margin-top: 0px;
/*background-color : #f3f3f3;*/
background-color : white;
}

#footer
{
text-align: center;
background-color : #d7d7d5;
border : 1px solid #b1b1bc;	
}
#logo
{
height : 80px;
float : left;
}

