h1		{ font-size: 150%; font-weight: bold; }
h2		{ font-size: 125%; font-weight: bold; }

div.title	{ background-color: white;
		  background-position: 0 0;
		  background-repeat: no-repeat;
		  height: 110px;
 		  width: 100%;
		  position: relative; }

div.title, div.title a
		{ color: #999; }
		
div.title, div.title a, div.body a		
		{ text-decoration: none; }

div.title a:hover, div.body a:hover
		{ text-decoration: underline; }

div.body a	{ color: #2f2d9d; }

div.title td
		{ font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-size: 1.2em;
		  padding-left: 0;
		  padding-right: 0; }

div.title div.address
		{ position: absolute;
		  right: 0.6em;
		  top: 0.5em;
		  height: 110px; }

div.title table.address
		{ text-decoration: none;
		  font-weight: normal;
		  font-style: normal;
		  padding-top: 0.2em;
		  height: 2.5em; }

div.title div.logotext
		{ position: absolute;
		  top: 5px;
		  padding-bottom: 5px; 
		  width: 100%;
		  left: 0.6em;
		  text-align: left; }

div.menu a.sel	{ color: white;
		  font-weight: bold; }

div.menu a	{ color: white;
	 	  font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-size: 0.8em;
		  font-weight: normal; 
		  text-decoration: none; 
		  padding-left: 0.6em; }

div.body	{ color: black; 
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-size: 0.8em;
		  padding: 0.4em 1.2em 1em 146px;		  
		  margin-bottom: 1em; }

div.footer	{ border-top: 2px solid #999;
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-size: 0.8em;
		  color: #666; 
		  padding: 0 1.2em 0 1.2em; }

p		{ margin-top: 0.5em;
		  margin-bottom: 0; }

.sidebar	{ border-left: 2pt solid #4b8276;
		  padding-left: 0.4em; 
		  margin-left: 1pt; }

div.menu	{ background-color: #898d9b;
		  background-repeat: no-repeat;
		  background-position: 0 0; 
		  float: left;
		  width: 140px; 
		  padding-top: 0.5em; }

body		{ background-position: 0 0;
		  background-repeat: no-repeat; 
		  background-color: #c0c6da; 
		  margin: 0 0 0 0;
		  padding: 0 0 0 0; }

blockquote, p.attribution
		{ margin-left: 3em; }

blockquote	{ font-style: italic; }

ul.paralist li	{ margin-bottom: 0.6em; }
