/*CSS Document for CSS flexible-layout*/






body {
	background-color: #FFF;
}


#header {
	background-color: #FF9;
	font-size: 24px;
	width: 100%;
	height: 170px;
	font-family: "Lucida Console", Monaco, monospace;
}

h1  {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-size: 36px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
     }
h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
p {
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 6px;
}

ul li{
	list-style-type: square;
}


#navbar {
	font-size: 90%;
	text-transform: uppercase;
	color: #223958;
	background-color: #0FF;
	text-align: center;
	padding: 2px 2px;
        }

		
	#navbar ul {
	list-style: none;
	margin: 0;
	padding-top: 2px;
	background-color: #6FF;
	text-align: center;
	padding-bottom: 2px;
        }


		
		
   #navbar li {
  display: inline;
        }       
	      
    #navbar a:link {  
         color: #000;
         text-decoration: none;
         }
    #navbar a:visited {  
         color: #ff0315;
         }
    #navbar a:hover {
	color: #1d7406;
	background-color: #399;
		}


#content {
	width: 74%;
	margin-right: 0.5%;
	margin-left: 1%;
	padding-right: 0.75em;
	padding-left: 0.25em;
	float: right;
	clear: none;
	padding-top: 5px;
	}
	
	


	
table {
  border: 2px solid #000;
  caption-side: bottom;
  border-collapse: collapse;
  font-size: 90%;
}	
	
	
         
  td, th {
	border: 1px solid #000;
	padding: 10px;
  border-collapse: collapse;
	    }

.cellcolor {
	background-color: #6F9;
}



.oddrow {
	background-color: #6FC;
}

    
    th {
	background-color: #FF0;

    }
    

    
    caption {
    font-style: italic;
    padding-top: 8px;    
    }
    
    .centeralign {
     text-align: center;    
    }
    
    .rightalign {
     text-align: right;
     }
	  
	
	
	
	

#sidebar {
	float: left;
	width: 20%;
	padding-right: 0.25em;
	padding-left: 0.25em;
	background-color: #FF9;
}
#logo {
	text-align: center;
	clear: both;
}








#sidebar img {
	margin-right: 20px;
}

#footer {
	clear: both;
	font-family: Tahoma, Geneva, s    ans-serif;
	font-size: small;
	text-align: center;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
		}
#sidebar img {
	width: auto;
	margin-top: 10px;
	padding-left: 14px;
}
#sidebar2 img {
	height: auto;
	width: auto;
}
#contentRight {
	float: right;
	margin-right: 60px;
	padding-right: 40px;
	padding-top: 20px;
}

#contentRight2 {
	float: right;
	margin-right: 20px;
	margin-top: -30px;
}
