body {  margin: 10px; 
	padding: 0pt; 
	line-height: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 12px; 
	font-size-adjust: none; 
	font-stretch: normal; 
	text-align: center; 
	color: black; 
	background-color: white; }

#container {width: 761px; Height: 509px; }
#leftcontainer {position: relative; float: left;
        display: inline;
        width: 114px;
	height: 509px;
        border-top: none;
        border-left: none;
        border-bottom: none;
        border-right:  none;
        background-color: white; }
#logo { height: 58px; 
	width: 114px; 
	background-color: white; }
#leftpanel { 
        height: 451px; 
	width: 115px;
	background-image: url(../images/leftPanel.jpg);
	font-size: 14px; 
	color:white; }
#rightcontainer {float: right;
        display: inline;
        width: 646px;
	height: 509px;
        background-color: black; }
#topright { 
        height: 33px; 
	width: 646px;
	background-color: black; }

#contents { width: 646px; 
	height: 392px; 
        border: 0;
        margin: 0;
        padding: 0;
	background-image: url(../images/mainPanel.jpg); 
	color: white; 
        background-color: black; 
        text-align: left;
 	}
#contents h1{	font-size: 150%; padding: 20px;}
#contents h2 { font-size: 100%; padding: 2px ; }
#contents p {	font-size: 100%; padding: 20px;} 
#contents p.squ {	font-size: 100%; padding: 6px;} 
#contents ul { list-style-type: none;}
#contents li {margin-left: 25px; margin-right: 10px; padding: 3px; text-align: justify}
#contents p.cli {margin-left: 25px; margin-right: 25px; padding: 3px; }
#contents a {color: white;}
#contents p.squ2 { font-size: 100%; padding: 2px;}
#contents br {line-height: .5;}
#contents indent { margin-left: 50px ; }

#bottompanel {	width: 646px;
        height: 59px; 
        border: 0;
        margin: 0;
        padding: 0;
        background-image: url(../images/bottomPanel.jpg); }
#footer { clear: both; 
        height: 20px; 
        background-color: black;
 	color: white; 
	font-size: 85%; 
	text-align: center;
        } 

#navcontainer { 
        height: 25px; 
	background-color: black; 
        display: block;
        text-align: center;
        font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
#navcontainer ul
{
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        background-color: black; 
}

#navcontainer ul li
{
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a
{
        background: black;
        width: 80px;
        height: 24px;
        border-top: none;
        border-left: none;
        border-bottom: none;
        border-right:  1px solid gray;
        padding: 0;
        margin: 0;
        color: white;
        text-decoration: none;
        display: block;
        text-align: center;
}

#navcontainer ul li a:hover
{
        color: white;
        background: #6699CC;
}

#navcontainer a:active
{
        background: #336699;
        color: white;
}

#navcontainer li#active a
{
background: #336699;
color: white;
}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}
