@charset "utf-8";
<!--
body {background-color: white}	 
	  				
/* Instance for the DIV tag for the complete page */	  
#page-container {	width: 800px;
					margin-left: 80px;
					font-family: Verdana,Arial,Helvetica,sans-serif; 
					font-size: 10pt;
				}
					 		
/* Instance for header block */
#header { width: 800px;	
        }
					 
/* Instance for header logo */					 
#header-logo {vertical-align: bottom;
			 }	 
			 
/* Instance for date script container */			  
#header-date {font-size: 8pt; 
			  text-align: right; 
			  font-family: Verdana,Arial,Helvetica,sans-serif; 
			  font-weight: bold;
			  color: #000000;
			  padding-bottom: 5px; }	
			  							
/* Instance for the Menu-bar */			  
#menu-bar {	width: 800 px;
			height: 20px;
		    background-color: #a80101; 
			border-bottom: 1px #FF9803 solid; 
			padding-top: 2px;
		  }
		   					   
/* Menu has two parts each in its own container - the Home tag class */		   
.menu-home {width: 80px;  
			margin-left: 20px;
			float: left;  
			color: #000000;
		   }	 
			
/* Overrides for <a> tag - normal and mouse-over */
.menu-home a {  font-family: Verdana,Arial,Helvetica,sans-serif; 
 				color:#fff; 
				font-size:10pt;
				text-decoration:none; 
				margin-right: 20px;
				font-weight: bold; 
			 }  

.menu-home a:hover {	color:#f90; 
						text-decoration:underline;
						font-weight: bold;
			       }		
/* Rest of menu bar is a list - this is the class for the list container */		
ul.nav-menu-class {	width: 600px;
					margin-top: 0px;
					float: right;
					text-align: right;
					list-style-type: none;
					padding-left: 0px;
					padding-right: 20px;
					color: #000000;
				   }
											
ul.nav-menu-class li { display: inline; } 	  

/* Overrides for <a> tag for the menu items in the list container */	
ul.nav-menu-class a {   font-family: Verdana,Arial,Helvetica,sans-serif; 
 						color:#fff; 
						font-size:10pt;
						text-decoration:none; 
						margin-right: 20px;	
						font-weight: bold;
				    }  

ul.nav-menu-class a:hover {	color:#f90; 
							text-decoration:underline;
							font-weight: bold;
						  }

/* Instance for the page contents container and its frame */
#page-contents {	border-left: 1px #369 solid;
					border-right: 1px #369 solid;  
					margin-top: -20px; 
					padding-right: 45px;
					padding-left: 45px;	
					font-family: Verdana,Arial,Helvetica,sans-serif;
					font-size: 10pt;
					color: #000000;
				}

/* Instances for floating bottom graphic and border */
#page-bottom-left	 {	float: left;   
						width: 651px;
						height: 58px;
						margin-top: -20px;
						border-left: 1px #369 solid;  
						border-bottom: 1px #369 solid;	
					 }

#page-bottom-right	 {	float: right;
						width: 147px;
						height: 58px;  
						vertical-align: bottom;
						margin-top: -20px; 			   
						overflow: hidden;
						border-right: 1px #369 solid;  
						border-bottom: 1px #369 solid;	
					 }

/* Style overrides */

h1 {	padding-top: 10px;
		padding-left: 0px;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 15pt;
		font-weight: bold;	 
		color: #000000;
   }
   
h2 {	font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 13pt;
		font-weight: bold;	 
		color: #000000;
   }
		   
   

-->