/* Positioning styles for the four main portions of the screen */
.topstrip {
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 630px;
	/*  IE doesn't support max-width, hence this ugly business */
	width:expression(document.body.clientWidth > 640?"630px":"auto" );
}
.lefthand { position: absolute; top: 140px; left: 15px; width: 120px; } 
.content {
	margin-left: 160px;
	max-width: 450px;
	/*  IE doesn't support max-width, hence this ugly business */
	width:expression(document.body.clientWidth > 640?"465px":"auto" );
} 
.footer { margin-top: 10px; clear: both; left: 15px; text-align: center;
		  font-family: Verdana, sans-serif; font-size: 7pt; } 

/* Text styles for navigation menu text */
.topmenu {font-family: Verdana, sans-serif; font-size: 10pt; line-height: 150%; }
.secondlevelmenublock {display: none; margin-left: 10px; }
.secondlevelmenu
	{font-family: Verdana, sans-serif; font-size: 8pt; line-height: 100%;  margin-bottom:6.0pt; }
.sitemap
	{font-family: Verdana, sans-serif; font-size: 8pt; line-height: 130%;  margin-bottom:6.0pt; }
.menuselect {font-family: Verdana, sans-serif; font-size: 10pt; visibility: hidden; }

/* Other text styles */
p, body {font-family: Verdana, sans-serif; font-size: 9.0pt; line-height:13.0pt; color:#444; margin-bottom:6.0pt; margin-top:0cm;}
p b { color: #000 }
td {font-family: Verdana, sans-serif; font-size: 9pt; vertical-align: top; }
a, a:visited {color: #00f; }
a.topmenu, a.secondlevelmenu, a.utilitymenu, a.sitemap, a.footerlink
   {font-family: Verdana, sans-serif; text-decoration: none; color:#444; }

a:hover { color: #f80; text-decoration: none; }

a.moreinfolink
   {font-family: Verdana, sans-serif; font-size: 8pt; text-decoration: none; right: 0 }

h1 {font-family: Verdana, sans-serif; font-size: 13pt; color:#a02020; font-weight: normal; }
h2 {font-family: Verdana, sans-serif; font-size: 10pt; color:#a02020; font-weight: bold; margin-bottom: 0;}

.insertTable {color: #00f; margin: 10; background-color: #ccc; }

.extra { font-size: 8pt; line-height: 140%; }
.footertext {font-family: Verdana, sans-serif; font-size: 9pt; }
.blockheading {background-color: #ddd; font-weight: bold; padding-left: 5px;}
.block {margin-left: 0.5in; margin-bottom: 16px;}
