h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bold; color: #CC0033}
h2 {  text-align: center; 
      font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.25em; font-weight: bold; color: #CC0033;	border-top: 1px solid #006;padding-top: 5px;}
h3 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.95em; font-weight: bold; color: #CC0033;}
html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	}

	
#nav {
	width: 190px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	background-color: #fff;
	}
	#nav h2 {  
      font-family: Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 12pt; 
	  font-weight: bold; 
	  color: white;
	  margin-bottom: 0px;
	  text-align: left;
	  background-color: #90bade;
	  border: 2px solid #000;
	  }

	
#content {
	padding: 10px;
	margin-left: 210px;
	margin-right: 20px;
	font-size: 0.9em
	}
	
	#content li {  
		font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
		font-size: 0.9em;
		font-weight: 300;
		padding-bottom: 10px}
		
#linklist {
	margin-left: 10px;
	margin-top: -15px;
	}
	
	#linklist ul {  
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
		}
	#linklist li {  
		padding-bottom: 0px;
		}


#header {
	background-color: #fff;
	color: #006;
	margin-bottom: 0px;
	}
	
#footer {
	background-color: #fff;
	color: #006;
	font-size: 9pt;
	padding: 2px 2px 0 0;
	clear: both;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	border-top: 1px solid #006;
	margin-left: 20px; 
	margin-right: 20px; 
	}

	#footer p {
	font-family:  'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: normal;
	color: #666;
	font-style: normal;
		}

#tabs {
	padding: 5px 5px 4px;
	border: 1px solid #000;
	border-width: 0px 0px 0px 0px;
	margin-bottom: 15px;
	font-size: 8pt;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
	#tabs ul li {
		margin-left: 0;
		margin-bottom: 0;
		padding: 2px 5px 5px;
		border: 1px solid #000;
		list-style: none;
		display: inline;
		background-color: #2175bc;
		}
	
		
	#tabs ul li.here {
		border-bottom: 1px solid #fff;
		background-color: #fff;
		color: #000;
		list-style: none;
		display: inline;
		}

	#tabs li a {
		color: #fff;
		text-decoration: none;
		}

	#tabs li.here a {
		color: #000;
		text-decoration: none;
		}

	html>body #tabs li a {
		width: auto;
		}

	#tabs li a:hover {
		background-color: #2586d7;
		color: #fff;
		}

#button {
	width: 10em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		list-style: none;
		list-style-image: none;
		color: #fff;
		font-size: 9pt;
		}
	
	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}

	#button li.here a {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}

.spacer {
	clear: both;
	}
	
p {
	padding: 10;
	margin-top: 0px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	padding-bottom: 10px}

dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}

#title {	
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 16pt;
	font-style: italic;
	color: #999;
	}
