body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	background-color: White;
	color: #00008B;
}
h1,h2,h3,h4,h5,h6,p,table,td { font-family: Arial, Helvetica, sans-serif;    }
h1 { font-size: 120%; }
h2 { font-size: 100%; }
h3 { font-size: 110%; color:#9EAEC6;  font-style: italic;  letter-spacing: 2px;      }
img {padding: 4px 4px 4px 4px;}
.hidden { display: none; }
.topbar {height: 26px; width: 100%;  background-color: #B7C8E2;  }

#logo {position: absolute; left: 30px; top: 21px;}
#main {position: absolute; top: 100px; left: 10px;}

#navigation { padding-right: 55px;  }
#navigation a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 15px;  font-weight: bold;  color: White;  text-decoration: none;     }
#navigation a:hover {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 15px;  font-weight: bold;  color: Black;  text-decoration: none;  }
#navigation li, ul{  list-style: none;  padding-bottom: 4px;  padding-top: 4px;  text-align: right;     }

#content {
	position: absolute;
	top: 125px;
	width:100%;
	margin: 0px;
}
#content p { font-family: Arial, Helvetica, sans-serif;  font-size: 70%;  color: #00008B;   }
#title {
	width: 80%;
	height: 36px;
	padding-left: 30px;
	padding-top: 20px;
}

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px;

	background: #ffffff;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\";

}\"";
	voice-family:inherit;
	width: 200px;
	}
html>body #left {
	width: 200px; /* ie5win fudge ends */
	}
	
	#middle {
	padding: 10px;
	border: 1px;
	background: #ffffff;
		border-left: 1px;
		border-right: 1px;
	border-right-color: #00008B;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #00008B;
	border-left-style: solid;
	border-left-width: 1px;
	/* ie5win fudge begins */
	margin: 0px 270px 0px 220px; 
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-top: -10px;
	}
html>body #middle {
	margin-top: 0px; /* ie5win fudge ends */
	}
	#middle hr {width: 70%; height:1px; color: navy;}


#right {
	position: absolute;
	top: 0px;
	right: 0px; /* Opera5.02 will show a space at right 
	when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #ffffff;
	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 250px;
	margin-top: -80px;
	}
html>body #right {
	width: 250px; /* ie5win fudge ends */
	}


#navcontainer
	{
		width: 100%;
		padding: 0px;
		
		background: #fff;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../media/tab_bottom.gif) repeat-x top;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
		
	  }
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 5px 2px 10px;
		margin-right: 4px;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		text-decoration: none;
		color: #666;
		margin-top: -3px;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #cccccc;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}

.list li {font-size: 80%; text-align: left; list-style: disc;  }