        body {
            font-family: Arial, Verdana, Helvetica, sans-serif;
            font-size: 14px;
            text-align: left;
        }
        
        p {
            margin: 20px 10px;
            text-align: justify;
        }
        
        table {
            border: none;
        }
        
        table td {
            border: none;
        }

        td#left {
            width: 180px;
        }
        
        a {
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
        
        ul li a {
        line-height: 25px;
        }

		#sidebar-a {
			text-align: center;
			width: 180px;
			height: 460px;
			background-color:#832760; 
			margin: 0;
			padding-top: 30px;
			border-bottom: 2px solid #aaaaaa;
		}
		
        #homelogo {
			width: 130px;
			height: 165px;
			margin: auto;
			text-align: center;
		}
		
		#sidebar-b {
            text-align: center;
			width: 180px;
			height: 200px;
			background-color:#636363; 
			margin: 0 auto;
			padding-top: 20px;
		}
		
		table#sidemenutable {
		  margin: 10px auto;
		}
		
		td.sidemenu {
            font-size: 13px;
            text-align: center;
            background: url("images/buttondoubled.jpg") bottom;
            height: 20px;
            width: 100px;
            border: 1px solid #bbbbbb;
		}

        td.sidemenu a {
            text-decoration: none;
            color: #000000;
            background: url("images/buttondoubled.jpg") bottom;
            display: block;
		}
		td.sidemenu a:hover {
            background: url("images/buttondoubled.jpg") top;
		}
		
		#topmenu {
		      text-align: center;
		}
		
		#topmenu li {
		      display: inline;
		      padding: 5px 10px;
		}
		
		#topmenu a {
            font-size: 13px;
            text-decoration: none;
            color: #3377cc;
		}
		
        #topmenu a:hover {
            text-decoration: underline;
		}
		
		h1 {
		  width: 80%;
		  margin: 20px auto;
		  color: #555555;
		}

		#content {
            width: 560px;
			margin: 20px auto;
			padding-bottom: 50px;
		}
		#content img {
			margin: 15px;
		}
		
        #footer {
            margin: auto;
            font-size: 10px;
        }
        #footer p {
            text-align: center;
        }
        p#offsite {
            font-size: 11px;
        }
        table#box {
            margin: auto;
            width: 884px;
        }

        
/********index page*************/

        #table1 {
            border: 1px solid #000000;
            width: 860px;
            height: 465px;
            margin: auto;
        }
        
        td#tdleftindex {
            width: 340px;
            text-align: center;
        }
        
        td#tdrightindex {
            width: 510px;
            border: none;
            text-align: right;
        }
        
        #indexrightbox {
            background: #d7b64c;
            border: 1px solid #000000;
            width: 420px;
            height: 315px;
            text-align: center;
        }
        
        h1#index {
            font-size: 25px;
            width: 90%;
            text-align: center;
            color: #000000;
        }
        
        #indexrightbox p {
            margin: 30px;
        }
        
        #indexrightbox a {
            font-size: 27px;
        }
        
/***********resources************/

        table.tableresources {
            width: 550px;
            margin: auto;
            text-align: justify;
            font-size: 13px;
            border: none;
        }
        
        table.tableresources th {
            font-weight: bold;
            font-size: 15px;
            color: #555555;
        }

        table.tableresources td {
            border-bottom: none;
            border-right: none;
            border-left: none;
            border-top: 1px solid #aaaaaa;
            padding-top: 5px;
        }

/**********Suppliers*************/
        
        table.tablesuppliers {
            width: 550px;
            margin: auto;
            text-align: justify;
            font-size: 13px;
            background-color: #ffddee;
        }
        table.tablesuppliers th {
            font-weight: bold;
            font-size: 17px;
            color: #222222;
        }
        
        table.tablesuppliers td {
            border-top: 1px solid #aaaaaa;
            padding-top: 5px;
        }
        
        h3.suppliers {
            color: #222222;
        }
        
        h4.suppliers {
            color: #222222;
        }
/*************join************/
        table#joinrates {
            width: 80%;
        }

/*********graphics**********/
        table#logos {
            width: 500px;
            margin: auto;
        }
        table#logos td {
            border: none;
        }
        table#logos a img {
            border: none;
            width: 66px;
        }
/************projects**********/
        table#proj {
            width: 600px;
            margin: auto;
            border: none;
            font-size: 13px;
        }
        table#proj td {
            padding: 15px 8px;
            border: none;
        }
/**********sitemap************/


    table#sitemap td {
        width: 30%;
        padding: 15px 15px;
    }

    table#sitemap h3 {
        padding: 5px 0;
        margin: 0;
    }
    
    table#sitemap a {
        margin: 0;
        padding: 0;
        line-height: 20px;
        text-decoration: none;
    }
    table#sitemap a:hover {
        text-decoration: underline;
    }
    
    td#sitemap1 {
        background: #ff99dd;
    }
    td#sitemap2 {
        background: #ffbbdd;
    }
    td#sitemap3 {
        background: #ffccee;
    }
    td#sitemap4 {
        background: #ffddee;
    }
    
    
    
    
    