html 
{
  overflow-y: scroll;
}

body	
{	
	font-family:	Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
}

h1
{
	padding: 0.1em;
	border-bottom: solid #D2D2FF;
	font-size: 1.6em;
	font-weight: normal;
}

h2
{
	border-bottom: thin solid #D2D2FF;
	font-size: 1.3em;
	font-weight: normal;
}

h3
{
	font-size: 1em;
	font-weight: bold;
}

hr
{
	border: 0;
	color: #D2D2FF; /* for ie. */ 
	background-color: #D2D2FF;
}

pre 
{
	margin-left: 1.5em;
	margin-right: 1.5em;
	background-color: #E0E0E0;
}


/* menu styles */
.menubody
{
	background-image:  url(images/MenuGradient.png);
	background-repeat: repeat-x;
	background-color: white
}

.menubody a
{
	text-decoration: none;
}

.menubody a:hover
{
	text-decoration: underline;
}

.menu
{
	margin-top: 0.25em; 
	margin-bottom: 0.25em;
	margin-left: 0.5em;
}

.menuhead
{
	margin-top: 0.75em; 
	margin-bottom: 0.75em;	
	font-weight: bold;
}


/* Turn off menu when printing */
@media print 
{ 
	.menubody
	{
		display: none;
	}

  .screen_content
  {
    display: none;
  }

	.pagebody
	{ 
		width: 100%;
	}
}

@media screen
{ 
	.print_content
	{
		display: none
	}

  .screen_content
  {
    background-repeat: no-repeat;
	  cursor: pointer;
  }

	.pagebody
	{ 
		border: solid 1px;
		border-color: #A9A9DF;
	}
}

/* list styles */
/* margin collapsing means this leaves 0.5em between items */
.spacedlist li 
{  
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
}

.doublespacelist li  
{  
	margin-bottom:  1em;
}

/* list with larger indent */
.indent1 
{ 
	margin-left: 2em;
}

/* list with very small indent */
.indent2
{ 
  padding-left: 0em;
	margin-left: 1em;
}

/* all tables start with 0 border, cell borders joined */
table
{	
	border: 0;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

/* class for feature gridded table */
.feature_table td
{
	padding-top: 0.5em;
  padding-bottom: 1.5em;
	padding-left: 0.5em;
  padding-right; 0.5em;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #E0E0E0;
	font-size: 0.9em;
}

/* class for feature gridded table header cells */
.feature_table th
{
	background-image:  url(/images/TitleGradient.png);
	background-repeat: repeat-y;
	padding: 0.2em;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #E0E0E0;
	color: black;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
}

/* id to allow titles to have links but still be black */
a#title
{
 color:black;
 decoration: none;
}

a#title:hover
{
 color:blue;
 decoration: none;
}

.feature_table a
{
	text-decoration: none;
}

.feature_table a:hover
{
	text-decoration: underline;
}

/* class for standard visual gridded table */
.ctr_table td,
.std_table td
{
	padding: 0.3em;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

/* class for header cells */
.ctr_table th,
.std_table th
{
	padding: 0.3em;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #D0D0FF;
	color: black;
	text-align: left;
	font-weight: bold;
}

.ctr_table td
{
	text-align: center;
}

.ctr_table th
{
	text-align: center;
}

.ctr_table .hilite,
.std_table .hilite
{
	background-color: #ffffa0;
	white-space:nowrap;
}

#right-sidebar
{ 
	float: right; 
	clear: right; 
	margin-left: 0.5em; 
	margin-bottom: 0.5em; 
	margin-top: 0em; 
	padding-left: 0.5em; 
	padding-right: 0.5em; 
	padding-top: 0em; 
	padding-bottom: 0em; 
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0FF;
	background-color: #F0F0FF;
	width:30%;
}

#right-imagebox
{ 
	float: right; 
	margin-left: 0.5em; 
	margin-bottom: 0.5em; 
	margin-top: 0em; 
	padding-left: 0.5em; 
	padding-right: 0.5em; 
	padding-top: .5em; 
	padding-bottom: 0em; 
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0FF;
	background-color: #F0F0FF;
}

.sidebar td,
.leftsidebar,
.rightsidebar
{
	padding: 0.5em;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0FF;
	background-color: #F0F0FF;
}

.leftsidebar
{
	float: left; 
	margin-right: 0.5em;
}

.rightsidebar
{
	float: right; 
	margin-left: 0.5em;
}

.contacts_table
{
	border-collapse: separate;
}

.contacts_head
{
	border-right: thin solid #D2D2FF;
}

.imagecaption
{
	margin-top: 0.5em;
	text-align: center;
}
.error
{
	color: red;
}

.footer
{
	font-size: 0.75em;
	color: #9090C0;
}

.std_table .fdm
{
	background-color: #F0F0F0;
}

.std_table .fdmhead
{
	background-color: #D0D0E0;
}

.tick 
{
	list-style-image: url(/images/tick.gif);
}

.cross
{
	list-style-image: url(/images/cross.gif);
}

.expandable_section
{
	padding: 0.2em;
	border-style: solid;
	border-width: thick;
	border-color: #C0C0FF;
	margin-bottom: 1em;
}

.expandable_section_header
{
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-color: #C0C0FF;
	padding: 0em;
	margin-bottom: 0;
}

/* classes to allow use of div to overlay text captions on image */
.image_main
{
 position: relative; 
 width: 100%;
}

.image_caption
{
  position: absolute; 
  width: 100%;
  bottom: 0;
}
