/** LAYOUT DIVS **/

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	line-height: 1.2em;
	
	}

/** JG Edits April07 **/
ul {
margin: 0;
padding: 0;
list-style: none;
font-size:1em;
   }
  
ol {
font-size:1em;
type:decimal;
   }

ul li {
line-height: 1.4em;
padding-left: 15px;
padding-top: 0px;
padding-bottom: 15px;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
font-size:1em;
   }
  
ol li {
type:decimal;
line-height: 15px;
font-size:1em;
   }

p {
	font-size: 1.0em;
	line-height: 1.4em;

	}

/** End JG Edits April07 **/

.contentheading {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
 	color: #222222;
	text-align:left;
	vertical-align: middle;
	width:98%;
	padding-top:10px;
	padding-bottom:6px;
	border-bottom-color:#dfdfdf;
	border-bottom-style:solid;
	border-bottom-width:1px;

	}

h1	{
	font-size:1.4em;
	line-height:1.6em;
	font-weight:bold;
	}
	
h2	{
	font-size:1.3em;
	line-height:1.4em;
	font-weight:bold;
	}
h3	{
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;	}
h4	{
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	}
h5 	{
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	}

	
.header	{
	width:780px;
	height:1px;
	position: absolute;
	left:0px;
	top:0px;
	display: none;
	}
	
.menu	{
	width:780px;
	position:absolute;
	top:105px;
	height:1px;
	left:0px;
	background-image:url(../images/menubar.png);
	background-repeat:repeat-x;
	display: none;

	}
	
.menucol1	{
	width:270px;
	float:left;
	text-align:left;
	padding-left:10px;
	padding-top:0px;
	display: none;
	}
	
.menucol2	{
	width:490px;
	float:right;
	text-align:right;
	display: none;
	}
.leftmenu	{
	width:1px;
	padding:0px;
	position:absolute;
	left:0px;
	top:1px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	z-index:4;
	display: none;

	}
.main	{
  padding:1%;
	top:1px;
	left:1px;
	position:relative;
	width: 98%;
	height: 95%;
	}

.pathway {
  display: none;
  }
  
.printbutton {
  display: none;
  }
  
table.contentpaneopen td {
    padding-right: 0px;
}

table.contentpaneopen td.componentheading {
	padding-left: 0px;
}

table.contentpane td {
	padding: 0px;
}


