body {
background-color:#CCCCCC;
margin: 0px 0px 0px 0px; 
} 
#container
{
position:absolute; 
margin-left:4px;
width:770px;
background-color:#FFFFFF;
height:100%
}
#header
{
width:770px;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
font-family: Verdana; 
font-size: 0.6em;
/*display: none;*/
}
#header2
{
width:770px;
background-color:#CC0000;
font-size: 0.5em;
}
#content
{
float: left;
width:420px;
}

#cpic
{
float: left;
width:420px;
/*display: none;*/
}

#ctxt
{
float: left;
padding-left: 4px;
padding-right: 4px;
padding-top: 8px;
font-family: Verdana; 
font-size: 0.7em;
line-height: 1.7em;
text-align: justify;
}
#left
{
float: left;
margin-left:-20px;
width:180px;
height:100%;
padding-right: 4px;
border-right: 1px solid gray;

}
#right
{
float: left;
width:190px;
height:100%;
padding-left: 4px;
padding-right: 4px;
font-family: Verdana; 
font-size: 0.7em;
line-height: 1.6em;
border-left: 1px solid gray;
}
#footer
{
clear: both;
width:770px;
border-top: 1px solid gray;
padding-top: 2px;
font-family: Arial; 
font-size: 0.6em;
text-align: center;
}

#navcontainer ul
{
list-style-type: none;
text-align: left;

}
#navcontainer ul li 
{
font-family: Verdana; 
font-size: 11px;
color: red;
}

#navcontainer ul li a
{
background: transparent url(../images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font-family: Verdana; 
font-size: 11px;
text-decoration: none;
color: blue;
}

#navcontainer ul li a:hover
{
background: transparent url(../images/list-on.gif) left center no-repeat;

}

#navcontainer ul li a#current
{
background: transparent url(../images/list-active.gif) left center no-repeat;
color: black;
}

.categories 
{ 
font-family: Arial; 
font-size: 11px;
color: black;
}

.divider 
{ 
border-top: 1px dashed teal;

}

.addform
{ 
font-family: Verdana; 
font-size: 11px;
}

.addformfield
{ 
font-family: Arial; 
font-size: 12px;
}

h1 
{
font-family: Arial;
font-size: 20px;
color: gray;
}
h2 
{
font-family: Arial;
font-size: 16px;
color: gray;
}
h3 
{
font-family: Arial;
font-size: 14px;
color: teal;
}


