/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#header {
	/*clear: both;
	padding-bottom: 10px;
	text-align: left;
	position:absolute;
	top:10;
	left:0;
	margin-left:10px;*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:20px;
	vertical-align:bottom;
	background-color:white;
	z-index:1;
}

#left {
	/*float:left;
	width:20%;
	height:100%;
	position:absolute;
	margin-top: 10px;
	margin-right:10px;
	padding-top: 10px;
	padding-right: 10px;
	margin-left:5px;*/
	position:absolute;
	padding-top:20px;
	margin-left:13px;
	top:15%;
	left:0;
	width:200px;
  	z-index:1;
}

#main {
	float:right;
	width:67%;
	padding-top:10px;
	padding-bottom:0px;
}

#content {
	font:16px "Palatino Linotype", verdana, arial, helvetica, sans-serif;
	padding-left:250px;
	padding-top:120px;
}

#columnheading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000080;
}

 @media screen{
  body>#header{
   position:fixed;
  }
  body>#left{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html #content{
  height:100%;
  overflow:auto;
 }