body {
	background-color: white;
	color: black;
	font-family: Verdana,Geneva,Arial;
	font-size: 12px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#header {
	height: 77px;
}

	#title {
		float: left;
		width: 383px;
		height: 77px;
	}
	
	#header-quotation {
		height: 77px;
	}

#navbar {
	float: left;
	width: 211px;

	margin-top: 10px;
}

	#navbar-title {
		width: 211px;
		height: 29px;
		background: url(images/navbar_top.gif) no-repeat;
	}

	#navbar-body {
		padding-left: 10px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 10px;
		background: url(images/navbar_bg.gif) repeat-y;
	}
	
		.navbar-item,.navbar-section-title {
			display: block;
			width: 160px;
			margin-top: 10px;
			padding-left: 5px;
			border: 1px solid white;

			font-size: 12px;
			font-weight: bold;
			color: black;
			text-decoration: none;
		}
		
		.navbar-subitem {
			display: block;
			width: 170px;
			font-size: 11px;
			margin-top: 6px;
			padding-left: 20px;
			border: 1px solid white;
			color: black;
			text-decoration: none;
		}

		a.navbar-item:hover, a.navbar-subitem:hover {
			border: 1px solid black;
		}
		
		
	
	#navbar-bottom {
		width: 211px;
		height: 35px;
		background: url(images/navbar_bottom.gif) no-repeat;
	}

#content-area {
	width: 550px;
	margin-left: 246px;
}

	h1 {
		margin-bottom: 5px;
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		border-bottom-style: groove;
		border-bottom-color: #999999;
		border-bottom-width: 2px;
	}
	
	#page-content {
	}
		h2 {
			padding-top: 5px;
			padding-bottom: 5px;

			font-family: Verdana;
			font-size: 16px;
			font-weight: bold;
			text-align: left;
		}
		
		.section-navigation {
			background-color: #DDDDDD;
			margin-top: 10px;
			margin-left: 10px;
			padding-left: 5px;
			padding-right: 10px;
			display: table;
			border: 1px solid black;
		}
		
		.section-content {
			padding-bottom: 20px;
			font-size: 12px;
		}
		
		.glossary-term,a.glossary-term {
			color: green;
			font-weight: bold;
		}
		
		.glossary-title {
			font-weight: bold;
		}
		
		.glossary-definition {
		
		}
		
		a.offsite-link {
		
		}
		
		a.intrasite-link {
			color: #666633;
/*					font-weight: bold;
			font-style: italic;
*/
		}
		a.intrasite-section-link {
			color: #666633;
			font-weight: bold;
		}
		
		.photo-sidebar {
			width: 150px;
			float: right;
			padding-left: 5px;
			font-size: 10px;
			font-weight: bold;
		}

	.form-field-label {
		font-size: 12px;
		font-weight: bold;
	}
	
	.form-field {
		font-size: 12px;
	}
		
#footer {
	font-size: 11px;
	color: #777777;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 25px;
	margin-bottom: 30px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}

#footer-navigation {
	margin-top: 5px;
	margin-bottom: 10px;
}