/*Layout structure*/
/* border/margin order: top right bottom left*/
div#wrap {
	min-width: 700px;
	background-color: white;
	color: black;
}

div#wrap { /*Outer most div*/
  min-width:780px; 
  max-width:960px; 
  margin-left:auto; 
  margin-right:auto; 
  text-align:left; /* stops elements inheriting the body's text-center */
}

div#content_area { /*Pages with no left column*/
  background-color:#FFF;
}

div#content_columns_area { /*Pages with left column*/
	background-color: white;
	color: black;
  	position:relative; /* set positioning context  for left column div */
}

div#content { /*Pages with no left column*/
	clear: both;
	float: right;
	width: 100%;
	padding-bottom: 20px;
}

#content .gutter {
  padding-left: 20px;
}

div#column1 { /*Pages with left column*/
  width:0px; /* left col width */
  position: absolute; /* contextual positioning in content_area container */
  top:0px; left:0px; /*positions col within contentarea container */
  background-color:#FFF;
  color: white;
  overflow:hidden; /* prevents overlarge elements breaking out of column */
}

div#column2 { /*Content column for pages with left colum*/
	background-color:#FFF; 
	margin: 0 0px 0 0px; /* left margins to make room for left column */
	padding-bottom: 30px;
	width 100%;
}

.clearfix:after {
/* the period is placed on the page as the last thing before the div closes */
	content: ".";    
/* inline elements don't respond to the clear property */ 
	display: block;  
/* ensure the period is not visible */
    height: 0;    
/* make the container clear the period */   
    clear: both;  
/* further ensures the period is not visible */
    visibility: hidden;	     
}
.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

#nav {
	width: 100%;
	background-color: white;
	color: black;
	border-bottom: 1px inset black;
}

#column1 .gutter {
  padding: 5px 0 0 0;
}


#column1 td {
	height: 20px;
}

#column1 table {
	margin-left: 10px;
	margin-top: 10px;
}

#column1 td a, #nav td a {
	display: block;
	color: black;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

#column1 td a:hover, #nav td a:hover {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(153, 153, 153);
	background-color: white;
	color: black;
}

#top { 
	height: 20px;
	width: 100%;
}

#top div {
	position: absolute;
	top: 4px;
	right: 30px;
	height: 16px;
}

#top div a, #top div p {
	display: none;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}
#title {
	width: 100%;
}

#search {
	display: none; 
	color: white; /*So doesn't print in spite of display none*/
	background-color: white;
	position: absolute;
	right: 20px;
	top: 25px;
	color: black;
	text-align: left;
	line-height: 10px;
	font-size: 10pt;
	font-weight: bold;
}

#search form {
	display: none; 
	color: white; /*So doesn't print*/
	background-color: white;
	margin-top: 0px;
	margin-bottom: -2px;
	font-size: 10pt;
}

#header {
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
}

#top div{
	display: block;
	text-decoration: none;
	color: black;
}

#breadcrumbs {
	background-repeat: no-repeat;
	border-bottom: 1px inset black;
	padding-left: 100px;
	color: white;
	font-size: 8pt;
	width: 100%;
}
#breadcrumbs a {
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 25px;
	padding-left: 5px;
}

#footer a, #footer a:visited {
	color: white;
	font-size: 9pt;
	background-color: transparent;
	text-decoration: none;
}

#footer table {
	padding: 0;
	margin: 0;
}

.copyright {
	text-align: right;
	padding-right: 5px;
	float: right;
	font-size: 9pt; 
	color: white; 
	background-color: transparent;
}

/*Styles*/
body {
	font-family: arial, times, serif;
	font-size: 10pt;
    background-color: white;
	color: black;
	margin: 0 10px 0 10px;
	padding: 0 0 20px 0;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h1 img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#column1 img {
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	margin-top: -5px;
	margin-bottom: 15px;
	font-size: 12pt;
  	font-weight: bold;
}

p {
	margin-top: 0px;
	font-size: 10pt;
}

ol {
 margin: 0;
}

ul {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 0;
}

ul li {
  padding-bottom: 10px;
}

ul a {
  font-size: inherit;
  margin-top: -5px;
}

/*Classes*/
.indent {
	padding-left: 20px;
}	

.indent2 {
	padding-left: 60px;
}	

.text {
	font-size: 10pt;
}

.numbers {
	list-style: decimal;
	margin-left: 20px;
	font-size: 10pt;
}

.italicbold  {
	font-style: italic;
	font-weight: bold;
/*	color: #663300;*/
	background-color: transparent;
}

.bold {
	font-weight: bold;
}

.italics  {
	font-style: italic;
}

.login {
	color: white; 
	background-color: transparent;
	font-weight: bold; 
	text-decoration: none; 
}

.htdig {
	font-size: 10pt; 
	font-weight: bold;
}

.image {
	float:right; 
	margin: 10px;
}
.image2 {
	float: right; 
	margin: 0 10px 0 0;
}

.transparent {
	background-color: transparent;
}
