body		{	font-family: Verdana, Arial, Helvetica, sans-serif;			
			color: black;
			text-align: center;
			font-size: 80%;
			background-color: #336699;
		}
body td		{	font-family: Verdana, Arial, Helvetica, sans-serif;			
			color: black;
			font-size: 75%;
		}
#container  	{ 	margin: 10px auto;
			background-color: #ffffff;
                        background-image: url('/images/bg.gif'); 
			background-repeat: repeat-y;
			color: black; 
			width:  98%;		
			text-align: left;
			border: 1px solid #000000;
		}
#header		{	padding: 0;
                        margin: 0;
			background-color: #0066cc;
			background-image: url('/images/top_bg.gif');
			height: 90px;
			overflow: hidden;
			text-align: left;

		}

#header h1	{	padding: 0;
			margin: 0;
			color: #3399cc;
			font-size: 1.6em;
			font-weight: normal;
		}
#navbar		{	float: left;
			width: 120px;
			margin: 0;
			padding: 0;
		}
#navlinks	{
			width: 105px;
			margin-left: 10px;
			margin-right: 5px;
			font-size: .85em;
			font-weight: normal;
			line-height: 2em;
		}
#content 	{	margin-left: 125px; 
			padding-bottom: 1em;
			padding-right: .5em;
			padding-left: .5em;	
			border-right: 1px solid #000000;
			border-top: 1px solid #ffffff;
			background-color: #ffffff;
		}
#content h1	{	margin: 25px 0 .5em 0; 	
			font-size: 1.2em;
			color: #336699;		
		}
#content h2	{	margin: 20px 0 .5em 0; 	
			font-size: 1.2em;
			color: #336699;		
		}

/* Hide from IE5-mac. Only IE-win sees this. \*/

* html #content {	margin-right: 0;
			height: 1%;
			padding-bottom: 15px;
  		}
#topMenu     	{	height: 20px;
			background-color: #3399FF; 
			color: #ffffff;
			padding: .3em;
			font-weight: bold;
		}
#footer		{	clear: both;			
			margin: 0;
			padding: .4em;
			color: #000000;
			background-color: #3399FF; 
			border-top: 1px solid gray;
			text-align: center;
 		}
#topleft	{	float: left;
			border: 0;
		}
#topright	{	border: 0;
		}
.disclaimer	{	font-style: normal;
			font-size: .8em;
		}
.nav	      	{
                	font-family: Arial, Helvetica, sans-serif; 
			font-weight: normal;
                	line-height: 18px;
			font-size: 1.1em;
			color: #cccccc;
	      	}

A:link    	{ 
                	font-family: Arial, Helvetica, sans-serif; 
                	text-decoration: underline;
			font-weight: normal;  
               	}
A:visited 	{ 
                	font-family: Arial, Helvetica, sans-serif; 
                	text-decoration: underline;
			font-weight: normal;   
               	}
A:hover   	{ 
                	font-family: Arial, Helvetica, sans-serif; 
             		text-decoration: none; 
			font-weight: normal;  
               	}
A:active  	{ 
			font-family: Arial, Helvetica, sans-serif;  
			text-decoration: none;
			font-weight: normal;  
	       	}

A.link:link    	{ 
                	font-family: Arial, Helvetica, sans-serif; 
                	text-decoration: underline;
			font-weight: normal;  
               	}
A.link:visited 	{ 
                	font-family: Arial, Helvetica, sans-serif; 
                	text-decoration: underline;
			font-weight: normal;   
               	}
A.link:hover   	{ 
                	font-family: Arial, Helvetica, sans-serif; 
             		text-decoration: none; 
			font-weight: normal;  
               	}
A.link:active  	{ 
			font-family: Arial, Helvetica, sans-serif; 
			text-decoration: none;
			font-weight: normal;  
	       	}
A.nav:link    	{ 
 			color: #003399;
             		text-decoration: none; 
 
              	}
A.nav:visited 	{
                	color: #666666; 
                 	text-decoration: none;

              	}
A.nav:hover   	{	 
 			color: #ff0000; 
             		text-decoration: underline; 
                }
A.nav:active  	{ 
			color: #ff00ff; 
			text-decoration: none;
	     	}
.panel		{      	font-size: .86em;
		}
A.panel:link    { 
 			color: #003399;
             		text-decoration: none; 
 
              	}
A.panel:visited 	{
                	color: #666666; 
                	text-decoration: none;

              	}
A.panel:hover   	{	 
 			color: #ff0000; 
             		text-decoration: underline; 
                }
A.panel:active  	{ 
			color: #ff00ff; 
			text-decoration: none;
	     	}

.button 	{ 		
			background-color: #0066cc; 
			font-size: 9px; 
			width: 100;
                        height: 23; 
			font-weight: bold; 
			color: #ffffff; 
		}
#panel		{	float: right;
			width: 160px;
		}
