  body {
    background-color: #f0f0f0;
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    }
    
  a {
    color: #0000aa;
    text-decoration: none;
    }
    
  a:hover {
    color: #0000ff;
    text-decoration: underline;
    }
    
  #container {
    width: 760px;
    margin: 0 auto 0 auto;
    }
    
  #content {  	
		width: 100%;
		/*margin: 0 auto 0 auto;*/
		background-color: #ffffff;
    border: 1px #ffffff solid;
    /*border-right: 1px #c0c0c0 solid;
    border-bottom: 1px #c0c0c0 solid;*/
		padding: 0px;
	}

 	#maincontent {	 	
		margin: 5px;
		font-family: lucida grande, arial, helvetica, verdana, sans-serif;
		font-size: 13px;
		background-color: #ffffff;
		color: #000000;
		border-style: solid;
		border-color: #ffffff;
		border-width: 1px;
		margin-left: 170px;
		text-align: left;
    margin-bottom: 10px;
		}
	
	#sidebar {
		padding-top: 0px;
		margin: 0px;
		/*background-color: #f0f0f0;*/
		border-color: #ffffff;
		border-width: 1px;
		border-style: solid;
	  font-size: 9px;
		font-family: "Verdana", sans-serif;
	  color: #333333;
		width: 150px;
		float: left;
		text-align: left;
    margin-bottom: 10px;
		}
    
	#footer {			
		width: 100%;
		text-align: justify;
		font-family: "Verdana", sans-serif;
		font-size: 9px;
		background-color: #c0c0c0;
		color: #333333;
		/*border-color: #ffffff;
		border-width: 1px;
		border-style: solid;*/
		z-index: 100;
		clear: both;
		}

  #sidebar h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 10 0 0 5;
    border-bottom: 1px #ff9900 solid;
    }
    
	.sbarbody {
		margin: 0 0 0 5px;
    background-color: #f0f0f0;
    font-size: 11px;
		}
    
  .sbarbody ul {
    margin: 0;
    padding: 4;
    list-style: none;
    }
    
  .sbarbody li {
    margin-bottom: 5px;
    }
    
  .sbarheader {
    font-size: 13px;
    line-height: 1.5em;
    border: 1px #ff9900 solid;
    }

  #top {
    width: 100%;
    font-family: Lucida Grande;
    font-weight: bold;
		/*margin: 0 auto 0 auto;*/
		background-color: #ffffff;
    border-width: 1px;
		border-style: solid;
		border-color: #ffffff;
		padding: 0px;
    }

 	#top_header {
    margin: 10 500 10 10px;
    }
	
	#top_ad {
    width: 468px;
    height: 60px;
    border: 1px #ccc dashed;
    float: right;
    margin: 8px;
		}
    
	#footer_ad {
    width: 728px;
    height: 90px;
    border: 1px #ccc dashed;
    margin: 8 auto 8 auto;
		}

    
  #top_navigation {
    width: 100%;
    background-color: #000099;
    clear: both;
    font-family: verdana;
    font-size: 9px;
    }
    
  .ltadjust {
    text-align: left;
    }
    
  .rtadjust {
    text-align: right;
    }
