	/* html styles */
		html {
			font-size: 16px;
		}
		body {
			margin: 0;
			padding: 0;
			background: #fff;
			color: #222;
			font-size: 76%;
			font-family: arial, "trebuchet ms", sans-serif;
		}
		p, li, ul, ol, dl, dt, dd, h1, h2, h3, h4 {
			margin: 0;
			padding: 0;		
		}
		p, li {
			margin: 0 0 .6em 0;
			line-height: 1.3em;
			font-size: 1em;
		}
		h1, h2, h3, h4 {
			margin: 0 0 .4em 0;
			font-family: tahoma, "trebuchet ms", arial, sans-serif;
			font-weight: normal;	
			color: #033;
			}
		h1, h2 {
			border-bottom: 1px solid #999;
		}
		h1 {
			font-size: 1.8em;
		}
		h2 {
			font-size: 1.6em;
		}
		h3 {
			font-size: 1.4em
		}
		h4 {
			font-size: 1.2em;
		}
		ol {
			margin-left: 2.8em;
		}
		ul {
			margin-left: 2.2em;
		}
		li {
			line-height: 1.1em;
			margin-bottom: .7em;
		}
		dt {
			font-weight: bold;
		}
		dd {
			margin: 0 0 .7em 1.5em;
		}
		blockquote {
			border-left: 2px solid #999;
			background: #efefef;
			margin: 0 1.3em .7em 1.2em;
			padding: .3em .7em;
		}
		form {
			margin: 0 0 1em 0;
		}	
		img {
			border: 0;
		}
		/* header */
		#header {
			position: relative;
			width: 100%;
			background: #52849c;
			color: #fff;
			border-bottom:  3px solid #9cadce;
			height: 116px;
		}
		#logo {
		
			width: 200px;
			height: 70px;
		}
		#pagetitle {
			float: right;
			width: 55%;			
			text-align: right;
			margin: 3em 4em 0 0;
		}
		#pagetitle h2 {
			border: 0;
			color: #fff;
			text-align: right;
			font-family: tahoma, "trebuchet ms", arial, sans-serif;
			font-size: 2em;
			font-weight: normal;
		}
	div#navigation {
		position: absolute;
		top: 99px;
		text-align: center;
		width: 100%;
		padding-left: 1em;
	}
	
	#navigation {
		margin: 0;
		padding: 0 0 0 1em;
	}
	#navigation ul {
	display: inline;
	}
	#navigation a {
		text-decoration: none;	
	}
	#navigation li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 15px;
	}
	#navigation li a {
		color: #d6e3b0;
		font-weight: bold;
		display: block;
		height: 10px;
		width: 100px;
		border-top: 1px solid #d6e3b0;
		border-left: 1px solid #d6e3b0;
		border-right: 1px solid #d6e3b0;
		padding: 2px 5px 4px 5px;
	}
	#navigation li.menu_current a {
		border-top: 1px solid #d6e3b0;
		border-left: 1px solid #d6e3b0;
		border-right: 1px solid #d6e3b0;
		color: #666;
		background: #9cadce;
	}

	#navigation li.menu_default:hover ul {
		display: block;
		z-index: 6000;
				}

	#navigation li.menu_default a:hover, #navigation li:hover a {
		background: #9cadce;
		
		color: #7a8566;
	}

/* sidebar */
#sidebar {
	width: 250px;
	float: left;
}
#side_content {
	padding: 20px 25px;
}
	#searchbox {
		border-top: 5px solid #52849c;
	}
	#searchbox  form {
		margin: 0 1em 1em;

		padding-right: 8px;
	}
	#searchbox form input {
		margin-right: 6px;
		margin-bottom: 4px;
		font-size: 10px;
	}
	#subnav ul {
		margin: 0;
		background: url(sectionmenu.png) 0 0 no-repeat;
		padding-top: 30px;
		border-bottom: 1px solid #999;
		margin-bottom: 12px;
	}
	#subnav ul ul {
		border: 0;
	}
	#subnav ul li {
		list-style: none;
		border-left:  5px solid #52849c;
		padding-left: 5px;
	}
		#subnav ul ul li{
		list-style: square;
		list-style-position: inside;
		border: 0;
	}
	#subnav ul ul {
		background: none;
		padding-top: 0;
	}
	#subnav li {
		margin: 0 0 .4em 10px;
	}
	#subnav a:hover {
		color: #f90;
	}
/* main content */
#main {
	margin-left: 250px;
	border-left: 1px solid #999;
}
#content {
	padding: 15px 18% 15px 25px;
}

#content a, #sidebar a {
	color: #036;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover, sidebar a:hover {
	color: #7a8566;
	text-decoration: underline;
}
#content img {
	padding: 2px 4px;
}
.pullquote {
	width: 170px;
	\width: 180px;
	w\idth: 170px;
	float: right;
	padding: 5px;
	border: 1px dotted #999;
	margin: 4px;
}

/* footer */
	#footer {
		width: 100%;
		clear: both;
		border-top: 3px solid #9cadce;
		padding: 1em 0;
		text-align: center;
		color: #fff;
		background: #52849c;
		font-size: 90%;
	}
	#footer a {
		color: #ffc;
	}
	#footer a:hover {
		color: #000;
	}
