#UL Corner {
				 position: absolute; top:0px; left:0px;
				 height:150px; width:180px;  
				 font-family: Tahoma,Arial,sans-serif; 
				 overflow:auto; 
				 margin: 0em 0em 0em 0em ;
				 padding: 0em 0em 0em 0em;}

#Header { 
				 position: absolute; top:0px; left:180px; 
				 height:40px; width:600px;  
				 font-family: Tahoma,Arial,sans-serif; 
				 text-transform: uppercase; text-align:left; overflow:hidden; 
				 margin: 0px 0px 0px 0px ;
				 color:white; font-size:20pt;   
				 background-color: #2D3B00; border: none;
				 padding: 30px 0px 0px 20px;}		
				 		 
#SubHeader {
				 position: absolute; top:70px; left:180px; 
				 height:80px; width:620px;
				 font-family: Tahoma,Arial,sans-serif; 
				 margin: 0px 0px 0px 0px;
				 padding: 0px 0px 0px 0px;}
			 
#LeftMenu { 
			position:absolute; top:150px; left:0px; 
			width: 160px; height:480px; 
			text-align:right;
			font-family:Trebuchet MS,'Lucida Sans Unicode',sans-serif;  
			font-size:12pt;
			font-weight:bold; 
			line-height:30px;   
      background-color: #D4B77D; border: none;
      padding: 10px 20px 0px 0px;}

#Content {
				 position: absolute; top:150px; left:180px;
				 height:470px; width:600px;
				 background-color: white;
				 padding: 10px 10px 10px 10px;
				 text-align:justify; 
				 font-family:  Trebuchet MS, Tahoma, 'Lucida Sans Unicode', sans-serif; 
				 font-size:12pt;
				 line-height:20px;
				 overflow:auto; }

#Footer{
				position: absolute; top:640px; left:0px;
				background-color: black;
				margin: 0px 0px 0px 0px;
				font-size:12pt;
				width: 800px; height:50px;
				color:white; text-align:center; }
				
table {width:550px;
			 text-align: center;
			 line-height:25px; }
	
th {
			 background-color: 718EC6;
			 color:white;
			 font-size:18px;  }

Body {
		 	margin: 0px 0px 10px 0px;
			padding: 0px 0px 10px 0px;
			background-color: #2D3B00;}

h1 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
  	 color: #2D3B00;}		 

h2 {
	 	 margin-top:-2px;
		 text-align:center;
     font-family: Verdana, Arial, Helvetica, sans-serif;
  	 color: #2D3B00;}

h3 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
  	 color: #2D3B00;
		 margin-bottom:3px}

a:link {color: #061B46; text-decoration: none;}
		 
a:visited {color: #026C5C; text-decoration: none;}
		 
a:hover   {color: #DE7C19; text-decoration: none;}
		 
.orangelink 
					 a:link {color: #DE7C19; text-decoration: none;}
.orangelink
					 a:visited {color: #DE7C19; text-decoration: none;}		
					  
img
				{border:none; padding: 5px 5px 5px 5px;}
				
.NoMargin {padding: 0px 0px 0px 0px;}