/* Based on http://css.maxdesign.com.au/floatutorial/tutorial0816.htm  */

body		{	font-family: Verdana, Arial, Helvetica, sans-serif;			
			color: #ffffff;
			font-size: 80%;		
			background-color: #000066;
		}
td		{	font-size: 80%;		
		}
#container  	{ 	background-color: #000066;
			background-repeat: repeat-y;
			color: #ffffff; 
			width:  750px; 		
			text-align: left;

		}
#header		{ 	position: relative;
			width: 100%;	
			height: 110px;				
		}
#left		{	width: 110px;
			height: 110px;
			float: left;
			margin: 0;
		}
#center		{	width: 400px;
			height: 70px;
			margin-left: 120px;
			margin-right: 200px;
			margin-top: 5px;
			margin-bottom: 1px;
			padding: 0;
		}
#right		{	width: 200px;
			height: 70px;
			float: right;
			margin-left: 0;
			margin-right: 0;
			margin-top: 5px;
			margin-bottom: 1px;
			padding: 0;
		}
#right	p	{	margin: 0;
			padding: 0;
			font-size: 11px;
			line-height: 1.7em;
		}
#bluebar	{	width: 620px;
			height: 21px;
			margin-left: 120px;
			margin-top: 1px;
			background-color: #0000cc;
			text-align: center;
			padding: 2px;
		}
#bluebar p	{	margin: .4em 0 .4em 0;
			font-size: 11px;
		}
#navbar		{	float: left;
			margin: 0;
			padding: 0;
			width: 130px;
			margin: 0;
			padding: 10px 0 0 0;
			/*border: solid 2px white;*/
		}
.navbg		{	position: relative;			
			width: 110px;
                        margin: 5px;
                        padding: 2px 0px 2px 6px;
			border: solid 2px #000000;
			background-color: #999999;
			font-size: 13px;
                	font-weight: bold;
			/*font-size: 1em;*/
		}
#content 	{	margin-left: 140px; 
					}
/* Hide from IE5-mac. Only IE-win sees this. \*/

* html #content {	margin-right: 10px;
 		}
 
* html #content {	height: 1%;
			margin-left: 0;
			padding-bottom: 15px;
  		}
#content h2,h3	{	margin: 20px 0 .5em 0;
			font-size: 125%; 
			font-weight: bold;			
		}
#footer		{	clear: both;			
			margin: 0;
			padding: .5em;
	
		}
#footing	{	position: relative;		
			padding: 10px 0 0 0;
			margin: 15px 0 0 0;
			text-align: center;
			margin-left: 140px;
			border-top: 1px solid #ffffff;
			line-height: 1.4em;		
		}
#footer p	{	margin: 0;
			padding: 0 0 .5em 0;
			font-size: .9em;
		}
.pageTitle	{	font-family: Arial, Helvetica, sans-serif; 
                	font-size: 16px;
			color: #ffffff; 
                	text-decoration: none;
			font-weight: bold;  
		}
.rednotes	{	 
			font-size: xx-small; 
			color: #ff0000;
                	font-weight: normal; 
		}
.caption	{	 
			font-size: xx-small; 
			color: #000000;
                	font-weight: normal; 
                        font-style: normal;
		}
.warning	{	 
			font-size: xx-small; 
			color: #ff0000;
                	font-weight: normal; 
                        font-style: normal;
		} 
pre		{	font-size: x-small; 
			color: #ffffff; 			
		}
.redsub		{	font-family: Arial, Helvetica, sans-serif; 
			font-size: x-small; 
			font-weight: bold;
			color: #ff0000; 			
		}
A:link   	{ 	color: #ffffcc;
                	text-decoration: underline;
             	}
A:visited 	{ 	color: #cccccc; 
                	text-decoration: none;
              	}
A:hover   	{	color: #cccccc; 
                	text-decoration: underline;
              	}
A:active  	{ 	color: #ccccff; 
                	text-decoration: none;

	      	}  
A.nav:link 	{ 	color: #ffffff;
			text-decoration: none;
             	}
A.nav:visited 	{  	color: #cccccc; 
                	text-decoration: none;
             	}
A.nav:hover 	{  	color: #cccccc; 
                	text-decoration: underline;
             	}
A.nav:active 	{  	color: #00ff66; 
                	text-decoration: none;
             	}
hr		{   	color: #ffffff;
 			margin-top: 5px;
 			margin-bottom: 5px;
		}
#pics 		{	position: relative;
			width: 380px;
			border: none
		}

.button		{	color: #ffffff;
			background-color: #0000cc;
			text-align: center;
			font-size: 11px;
			font-weight: bold;
		}


