@charset "utf-8";
/* layout styles */

/* Universal style rule */

*{
	  /* Block all browser default margins and padding */
  margin:0;
  padding:0;
  /*border:dashed 1px #333; */
  
}

#wrapper{
  width:1000px;
    /* Center the wrapper */
  margin: 0 auto;
     /* Required for absolutely-positioned layout only */
  position:relative;
}
body {
	background-color:#C8C8C8;
}
.a,
.a:link,
.a:visited{
  text-decoration:none;
}

#footer{
	text-align:center;
	width:820px;
	position: absolute;
	top:653px;
	left:189px;
	height: 32px;
}
.smalltext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:100;
	color:#CCC;
}
#nav{
	background-color:#EEF0F0;
	text-align:right;
	width:161px;
	height:250px;
	float:right;
	overflow:none;
	position:absolute;
	top:50px;
	left:7px;
	list-style:none;
	padding-top:350px;
	padding-right:10px;
	padding-left:10px;
}
/* Applies to navbar links, unvisited and visited */
#nav a,
#nav a:link,
#nav a:visited{
  text-decoration:none;
  font-family:Verdana;
  color:#666;
  font-size:16px;
  line-height:2em;
  outline-style:none;
}
/* Nav hover, active, and current page links */
#nav a:hover,
#nav a:active,
#nav li.selected a:link,
#nav li.selected a:visited{
  color:#ef660c;
  list-style:none;
}
#nav li{
	list-style:none;
}

#content_area{
	color:#000;
	height:600px;
	width:820px;
	overflow:none;
	position: absolute;
	top:50px;
	left:187px;
}
#iframe_content{
	background-color:#fff;
	overflow:none;
     height:600px;
	 width:820px; 
	 border:none;
	 padding-left:7px;
}
/* Margins and padding */
#descript,#leftcol{
padding: 20px 0px 5px 20px;
}

@media print{
/* Start printer-friendly styles */

/* Set wrapper to fill page width */
#wrapper{
width:100%;
}

/* Hide leftcolumn, navbar,and footer */
#leftcolumn,
#navbar,
#footer{
display:none;
}
/* Get rid of content div margins and
padding. Use a different font for print */
#content{
margin:0;
padding:0;
font-family:'Century Schoolbook', Times, Serif;
font-size:1em;
}
/*End printer-friendly styles */
