body 		{
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: small;
			 color: #000066;
			 background-color: #ffffff;
			 margin-top: 5px;
			 text-align: center;
			}

h1			{
			 font-size: medium;
			 font-weight: bold;
			 text-align: bottom;
			}
			
h2			{ 
			 font-size: small;
			 font-weight: bold;			 
			}
			
h2.menu		{ 
			 font-size: small;
			 font-weight: bold;
			 text-indent: 15px;
			 font-style: italic;
			}		

li			{
			 text-indent: -10px;
			}

#mainbox	{
			 background-color: #ffffff;
			 border: #000066 dashed 1px;
			 width: 800px;
			 margin-left: 0px;
			 margin-right: 0px;
			}
			
#banner		{
			 width: 800px;
			 height: 100px;
			 margin-top: 0px;
			 margin-bottom: 0px;
			}

#navigation	{
			 width: 800px;
			 height: 20px;
			 background-color: #ffffff;
			 font-size: 4pt;
			 overflow: hidden;
			}

#spacer		{
			 width: 800px;
			 height: 5px;
			 background-color: #000066;
			 overflow: hidden;
			}


#strip		{
			 width: 800px;
			 height: 25px;
			 background-color: #000066;
			 color: #ffffff;
			 font-weight: bold;
			 font-size: medium;
			}

#content	{
			 width: 800px;
			 margin-left: 0px;
			 margin-right: 0px;
			}

#maintext 	{
				 float: right;
				 width: 600px;
				 background: #ffffff;
				 margin-top: 5px;
				 margin-bottom: 30px;
				 text-align: left;
				 margin-left: 5px;
				 margin-right: 5px;
				 font-size: small;
				}

#menu		 	{
				 text-align: left;
				 margin-top: 5px;
				 width: 180px;
				}

#breadcrumbs	{
				 margin-top: 5px;
				 font-size: x-small;
				 text-align: left;
				 width: 300px;
				}

#icons			{
				 float: right;
				 margin-top: 5px;
				 text-align: right;
				 width: 200px;
				}
				
#footer			{
				 width: 800px;
				 text-align: center;
				 font-size: small;
				 border-top: #000066 dashed 1px; 
				}

.right			{
				 float: right;
				 margin-left: 10px;
				}
			
.breadcrumbs 	{
				 font-size: x-small;
				}
				
#box		{
			 margin-left: 5px;
			 border: 1px solid #000066;
			 padding: 5px;
			 float: right;
			 width: 190px;
			 height: 250px;
			 valign: middle;
			 font-size: small;
			 }			