/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}


#leftsidebar {
background-color: #fe6d03;
background-image: url(images/sidebar_left.jpg);
background-repeat: no-repeat;
}

#leftbarrepeat {
background-color: #fead01;
background-image: url(images/sidebar_repeat_left.jpg);
background-repeat: repeat-y;
}

#rightsidebar {
background-color: #fead01;
background-image: url(images/sidebar_repeat_right.jpg);
background-repeat: repeat-y;
}

#footer {
background-color: #fe6d03;
background-image: url(images/footer_middle.jpg);
background-repeat: no-repeat;
}

#footer a:link,
{
color: black;
text-decoration: underline;
} 

#footer a:hover,
{
color: green;
text-decoration: underline;
} 

#footer a:active
{
color: green;
text-decoration: underline;
} 

#footer a:visited
{
color: black;
text-decoration: underline;
} 

.mainpanel {
        background: white;
		padding:10px 0px 10px 15px;
		text-align:left
      }
	  
.footpad {
        padding:10px 0px 0px 50px;
		font-size: small;
		}
		
a:link { color: blue;
         text-decoration: underline; 
		}

a:hover { color: green; 
          text-decoration: underline;
		 }

a:active { color: green; 
           text-decoration: underline; 
		  }

a:visited { color: blue; 
            text-decoration: underline;
		  } 	
			 
h1      {
        
        font-family: "Trebuchet MS", Helvitica Arial, sans-serif;
	    font-size: x-large;
        font-weight: bold;
	    color: black;
	    }
		
h2      {
        font-family: "Trebuchet MS", Helvitica Arial, sans-serif;
	    font-size: large;
        font-weight: bold;
	    color: black;
	    }

	  
.smallestfont {
         font-size: x-small;
		 color: #000000;
		 }
		 
.smallfont {
         font-size: small;
		 color: #000000;
		 }		 	   