	/* html styles */
		html {
			font-size: 16px;
		}
		body {
			margin: 0;
			padding: 0;
			background: #fff;
			color:#333;
			font-size: 76%;
			font-family: arial, "trebuchet ms", sans-serif;
				background-image:url(tipse.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
		}
		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 {
			border-bottom: 1px solid #999;
			font-size: 1.6em;
			padding-top:15px;
		}
		h2 {
			font-size: 1.5em;
			padding-top:10px;
		}
		h3 {
			font-size: 1.4em;
			padding-top:10px;
		}
		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;
		
		}
		
		img.right {
			border: 0;
			float:right;
			padding-left:20px;
		}
		/* header */
		#header {
			position: relative;
			width: 100%;
			color: #fff;
			border-bottom:  3px solid #690;
			height: 145px;
		}
		#logo {
			padding-top:8px;
			padding-left:5px;
			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: 122px;
		text-align: center;
		width: 100%;
		padding-left: 30px;
	}
	
	#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:#630;
		font-weight: bold;
		font-size:110%;
		display: block;
		height: 15px;
		width: 140px;
		border-top: 1px solid #d6e3b0;
		border-left: 1px solid #d6e3b0;
		border-right: 1px solid #d6e3b0;
		padding: 3px 4px 4px 4px;
		background:#FFF;
	}
	#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:#BFD39C;
		
		color: #630;
	}

/* sidebar */
#sidebar {
	width: 250px;
	float: left;

}
#side_content {
	padding: 20px 25px;
}
	#searchbox {
	
	}
	#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;
		padding-top: 8px;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		margin-bottom: 12px;
	}
	#subnav ul ul {
		border: 0;
	}
	#subnav ul li {
		list-style: none;
		border-left:  5px solid #690;
		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: #690;
	}
/* main content */
#main {
	margin-left: 250px;
	border-left: 1px solid #999;
}
#content {
	padding: 15px 18% 15px 25px;
	width:580px;
}

#content a, #sidebar a {
	color: #630;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover, sidebar a:hover {
	color: #690;
	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;
		padding: 1em 0;
		text-align: center;
		color: #fff;
		background:#BFD39C;
	
	}
	#footer a {
		color: #ffc;
	}
	#footer a:hover {
		color: #000;
	}

