html
{
	text-align:center;
}

body {
	background-color: #adb2b3;  /*#ffffff*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;	
	padding: 0px;
    text-align:center;
	height:inherit;

}
a 
{ 
	color: #996633;
	text-decoration: none; 
}
a:hover 
{ 
	text-decoration: underline; 
}

p
{
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
    padding-bottom: 4px;

}

h1 {
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic", "Copperplate", Georgia, "Times New Roman", "Times Roman", serif;
	color: #996633;
}



.Outer
{
	BORDER: 1px solid black;
	WIDTH:770px;
	BACKGROUND-COLOR:#FFFFFF;
    TEXT-ALIGN: center;
    margin: 0 auto;
	overflow:auto;
	
}

.Header

{
	background:url(../images/header2009.jpg);
	HEIGHT: 143px;
	BORDER-BOTTOM: 1px solid black;
    CLEAR: both;
}

.PageMiddle
{


       TEXT-ALIGN:left;      
	   height:auto;


}

.LeftNav
{
	
    position:STATIC;
    /*top:2;*/
    LEFT:0;
	WIDTH:162px;
	BORDER-RIGHT: 1px solid #000000;
	BACKGROUND-COLOR: #00B4DC;    
	CLEAR:both;
	min-height: auto; /*800 */
    height: 750px;    /*850 */
	
}

.LeftNavBar

{
	color:#FFFFFF;
        font-size:14px;
        font-weight: bold;
        padding-left:0px;
        text-align:left;
        margin-top:0px;
        width:162px;
       
}

.LeftNavBar td
{
	color:#FFFFFF;
        font-size:14px;
        font-weight: bold;
        padding-left:8px;
        text-align:left;
        padding-top:2px;
        padding-bottom:2px;
        width:162px;
        border-bottom: 1px solid black;
}

.LeftNavBar a:hover

{
	text-decoration: none;
        color: #000000;
}


.PageContent
{
    POSITION: ABSOLUTE;
	TOP: 0;
    PADDING: 0px;
	MARGIN-LEFT: 162px;
    MARGIN-TOP: 180px;
	TEXT-ALIGN: left;
    WIDTH: 598px;
	height /**/:400px; /* for IE5.5's bad box model */

}
.Footer
{
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	font-size:10px;
	COLOR: #000000;
	text-decoration:none;
	font-weight:bold;
}