body {
	background:#DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	scrollbar-3dlight-color:#808080; 
	scrollbar-arrow-color: #808080; 
	scrollbar-darkshadow-color:#EEEEEE; 
	scrollbar-face-color:#EEEEEE; 
	scrollbar-highlight-color:#EEEEEE; 
	scrollbar-shadow-color:#808080; 
	scrollbar-track-color:#EEEEEE;
}

#header {
	height:80px;
	display: block;
	background-color:#000000;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:640px;
	background:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
	color: #000000;
}

 #maincontent {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top:20px;
	width:645px;
    height:500px;
    float:left;
    overflow: auto;
}

#navbar {
   	padding: 0 10px;
   	padding-top:20px;
   	width:115px;
   	height:530px;
   	font-family: "Franklin Gothic Demi";
	font-size: 14px;
	text-decoration: none;
	color:#FFFFFF;
	float:left;
	display: block;
	background-color:#536273;
	
}
#navbar a {
text-decoration:none;
color:#FFFFFF;
 }
 #navbar a:hover {
text-decoration:none;
color:#99AAB0;
 }

#LeftColumn { 
padding: 0 10px;
width:600px;
float:left;

}
 #footer {
 	width:780px;
 	height:20px;
	background-color:#000000;
	float:left;	
	color:#99AAB0;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial,Verdana;
	font-size: 11px;
	padding-left:140px;
	padding-top:5px;
}
#foot {
	padding-left: 150px;
	padding-top: 1px;
	font-family: Arial,Verdana;
	font-size: 11px;
	color:#99AAB0;
}

#foot A:active {
    FONT-SIZE: 11px;
	COLOR: #99AAB0;
    font-family: Arial,Verdana;
	TEXT-DECORATION: none;
    FONT-WEIGHT: none; 
}

#foot A:link
{
    FONT-SIZE: 11px;
	COLOR: #99AAB0;
	font-family: Arial,Verdana;
	TEXT-DECORATION: none;
	FONT-WEIGHT: none; 
}
#foot A:visited
{
    FONT-SIZE: 11px;
    COLOR: #99AAB0;
	font-family: Arial,Verdana;
	TEXT-DECORATION: none;
	FONT-WEIGHT: none; 
}
#foot A:hover
{
    FONT-SIZE: 11px;
    COLOR: #99AAB0;
    font-family: Arial,Verdana;
	TEXT-DECORATION: underline;
    FONT-WEIGHT: none; 
}
/*
p {
	font-family: Arial,Verdana;
	font-size: 12px;
}

h3 {
	font-family: "Franklin Gothic BookOblique";
	font-size: 14px;
	color: #000000;
}
h4 {
	font-family: "Franklin Gothic BookOblique";
	font-size: 14px;
	color: #000000;
	padding-bottom: 5px;
}
*/
/* 
#RightColumn {
	postition:absolute;
	top:0px;
	left:400px;
 	width:185px;
	margin-left:15px;
	border: 1px black solid;

}
*/