  body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	}
  #wrapper {
	height:700px;
	width:900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	}
	#header {
		margin-top:10px;
		padding-bottom:10px;
	}
	/* applies to all divs within the content div */
	#header div {
		float:left;
	}
	#header-left {
	width:180px;
	height:200px;
	background-image:url(topleft.gif);
	background-repeat:no-repeat;
	}
	#header-main {
	width:350px;
	height:200px;
	}
  #header-right {
	width:200px;
	height:200px;
	}
	#content {
	height: 700px;
	width: 730px;
	}
	/* applies to all divs within the content div */
  #content div {
	float:left;
	}
  #content-left {
  	width:180px;
	height:200px;
	background-image:url(bottomleft.gif);
	background-repeat:no-repeat;
	}
  #content-main {
	height:100%;
	width:350px;
	}
  #content-right {
	height:300px;
	width:200px;
	margin: 0px;
	}
	#orange{
	width:730px;
	height:8px;
	background-color:#fc7614;
	}
	#line{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width:170px;
	height:2px;
	background-color:#fc7614;
	}	
	#line2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width:300px;
	height:2px;
	background-color:#fc7614;
	}
	hr {
	color: #fc7614;
	width: 300px;	 
	}
	/* font styles */
	a:link {
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
	}
	a:visited {
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
	}
	a:hover {
	color: #fc7614;
	font-size: 12pt;
	text-decoration: none;
	}
	a.karen:link {
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
	}
	a.karen:visited {
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
	}
	a.karen:hover {
	color: #fc7614;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
	}
	p{
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 10pt;
	text-align: left;
	line-height:20px;
	}
	p.top{
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-size: 10pt;
	text-align: left;
	}
	.heading{
	color: #fc7614;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	}
	.link{
	color: #fc7614;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	}
	.subheading{
	color: #fc7614;
	font-size: 11pt;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	}
	.first{
	color: #000000;
	font-size: 11pt;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	}
	.nav{
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	text-align: left;
	}
	ul{
	line-height:20px;
	margin-right:20px;
	}
	.orange{
	color: #000000;
	font-weight:bold;
	}
