@charset "utf-8";

/* 
It's good practice to zero the margin and padding of the body element to account for differing browser defaults  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector. 
*/

body  { margin: 0; padding: 0; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 100%; background-color: #FFFFFF; text-align: left; background-image: url(graphics/binderEdge.gif); background-repeat: repeat-y; background-position: 0px; }

/* order dependent:  link, visited, hover, focus, active! */
body a:link 		{ color: #0000CC; }
body a:visited  { color: #0000CC; }
body a:hover   	{ color: #00923F; }
body a:focus   	{ color: #FF0000; }
body a:active  	{ color: #FF0000; }

/* 
the auto margins (in conjunction with a width) center the page 
this overrides the text-align: center on the body element. 
*/

.twoColLiqLtHdr #container { width: 100%; margin: 0 auto; border: 0px none #FFFFFF; }

/*
this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. 
*/
 
.twoColLiqLtHdr #container #header { color: #000066; height: auto; border: 0px none #FFFFFF; 
	position: relative; width: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; 
	padding-left: 250px; margin: 0px; z-index: 0;
  } 
 
.twoColLiqLtHdr #container #header { color: #000066; height: auto; border: 0px none #FFFFFF; 
	position: relative; width: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; 
	padding-left: 250px; margin: 0px; z-index: 0;
  } 
	
/* 
zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse. 
using padding instead of margin will allow you to keep the element away from the edges of the div 
*/	
.twoColLiqLtHdr #container #header h1 
					{ font-size: 24pt; color: #000066; text-decoration: none; text-align: center; font-family: Arial, Helvetica, sans-serif; margin-bottom: 10px; }

.twoColLiqLtHdr #container #header div a:link    { color: #000066; border-top-width: 0px; border-right-width: 0px; border-bottom-width: thick; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-bottom-color: #000066; text-decoration: none; }

.twoColLiqLtHdr #container #header div a:visited { color: #000066; border-bottom-width: thick; border-bottom-style: solid; border-bottom-color: #000066; text-decoration: none; }
.twoColLiqLtHdr #container #header div a:hover   { color: #00923F; border-bottom-width: thick; border-bottom-style: solid; border-bottom-color: #00923F; text-decoration: none; }
.twoColLiqLtHdr #container #header div a:focus   { color: #FF0000; border-bottom-width: thick; border-bottom-style: solid; border-bottom-color: #FF0000; text-decoration: none; }
.twoColLiqLtHdr #container #header div a:active  { color: #FF0000; border-bottom-width: thick; border-bottom-style: solid; border-bottom-color: #FF0000; text-decoration: none; }

.twoColLiqLtHdr #container #header #HeaderImg img { text-decoration: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
.twoColLiqLtHdr #container #header #HeaderImg a:link    { color: #000066; border-top-width: medium; border-right-width: medium; border-bottom-width: thick; border-left-width: medium; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-bottom-color: #000066; text-decoration: none; border-top-color: #FFFFFF; border-right-color: #FFFFFF; border-left-color: #FFFFFF; }


.twoColLiqLtHdr #container #header #HeaderImg a:visited { color: #000066; border-bottom-width: thick; border-bottom-style: solid; border-bottom-color: #000066; text-decoration: none; border-top-width: medium; border-right-width: medium; border-left-width: medium; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-top-color: #FFFFFF; border-right-color: #FFFFFF; border-left-color: #FFFFFF; }
.twoColLiqLtHdr #container #header #HeaderImg a:hover   { color: #00923F; border-bottom-width: thick; border-bottom-style: solid; border-bottom-color: #00923F; text-decoration: none; border-top-width: medium; border-right-width: medium; border-left-width: medium; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-top-color: #00923F; border-right-color: #00923F; border-left-color: #00923F; }
.twoColLiqLtHdr #container #header #HeaderImg a:focus   { color: #FF0000; border-bottom-width: thick; border-bottom-style: solid; border-bottom-color: #FF0000; text-decoration: none; border-top-width: medium; border-right-width: medium; border-left-width: medium; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-top-color: #FF0000; border-right-color: #FF0000; border-left-color: #FF0000; }
.twoColLiqLtHdr #container #header #HeaderImg a:active  { color: #FF0000; border-bottom-width: thick; border-bottom-style: solid; border-bottom-color: #FF0000; text-decoration: none; border-top-width: medium; border-right-width: medium; border-left-width: medium; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-top-color: #FF0000; border-right-color: #FF0000; border-left-color: #FF0000; }


.twoColLiqLtHdr #container #header p a:link    { color: #000066; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-decoration: none; }
.twoColLiqLtHdr #container #header p a:visited { color: #000066; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-decoration: none; }
.twoColLiqLtHdr #container #header p a:hover   { color: #00923F; border: thin double #00923F; text-decoration: none; }
.twoColLiqLtHdr #container #header p a:focus   { color: #FF0000; border: thin solid #FF0000; text-decoration: none; }
.twoColLiqLtHdr #container #header p a:active  { color: #FF0000; border: thin solid #FF0000; text-decoration: none; }

/* Tips for sidebar:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.

Since this element is floated, a width must be given 
The background color will be displayed for the length of the content in the column, but no further 
Top and bottom padding create visual space within this div  */

.twoColLiqLtHdr #container #sidebar { float: left; width: 250px; padding-top: 2px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; left: 0px; top: 0px; position: relative; z-index: 1; }

.twoColLiqLtHdr #container #sidebar .Drawing { margin-left: 62px; margin-top: 5px; }


.twoColLiqLtHdr #container #sidebar .Drawing a:link
							 	 { color: #FFFFFF; border: thin solid #FFFFFF; text-decoration: none; }
.twoColLiqLtHdr #container #sidebar .Drawing a:visited
								 { color: #FFFFFF; border: thin solid #FFFFFF; text-decoration: none; }
.twoColLiqLtHdr #container #sidebar .Drawing a:hover
							   { border: thin solid #00923F; text-decoration: none; color: #00923F; }
.twoColLiqLtHdr #container #sidebar .Drawing a:focus
							   { color: #FF0000; border: thin solid #ff0000; text-decoration: none; }
.twoColLiqLtHdr #container #sidebar .Drawing a:active
								 { color: #FF0000; border: thin solid #ff0000; text-decoration: none; }


.twoColLiqLtHdr #container #sidebar .PostIt { background-color: #FFFF66; text-align: left; width: 163px; border-top-width: 0px; border-right-width: thick; border-bottom-width: thick; border-left-width: 0px; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: none; border-top-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-left-color: #000000; position: relative; top: 0px; margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 62px; padding: 10px; }

.twoColLiqLtHdr #container #sidebar .PostIt p { margin-top: 3px; margin-bottom: 0px;
text-align: left; margin-right: 0px; margin-left: 0px; }
.twoColLiqLtHdr #container #sidebar ul { margin-top: 0px; margin-bottom: 0px; padding-left: 20px; }
.twoColLiqLtHdr #container #sidebar .PostIt li { margin-bottom: 0px; padding-left: -7px; margin-left: 0px; list-style-position: outside; }


.twoColLiqLtHdr #container #sidebar .Book { text-align: center; }


/* the left and right margin should be given to every element that will be placed in the side columns */

.twoColLiqLtHdr #sidebar h3, .twoColLiqLtHdr #sidebar p {
	margin-left: 75px; 
	margin-right: 10px;
	}

/* Tips for mainContent:
1. the space between the mainContent and sidebar is created with the left margin on the mainContent div.  No matter how much content the sidebar div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.

The right margin can be given in percentages or pixels. It creates the space down the right side of the page.
*/

.twoColLiqLtHdr #mainContent { padding-right: 10px; padding-left: 260px; border: 0px none #FFFFFF; 
	margin: 0px; padding-top: 0px; padding-bottom: 0px; 
	}

.twoColLiqLtHdr #container #mainContent .looseSpacing #GenePicture { float: right; margin-top: 0px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; }
	
.twoColLiqLtHdr #container #mainContent hr { color: #000066; padding: 0px; height: 3px; width: 80%; margin-right: 10%; margin-left: 10%; }

#mainContent .red           { color: #800080; }
#mainContent .red a:link    { color: #800080; }
#mainContent .red a:visited { color: #800080; }
#mainContent .red a:hover   { color: #00923F; }
#mainContent .red a:focus   { color: #FF0000; }
#mainContent .red a:active  { color: #FF0000; }

/* this padding matches the left alignment of the elements in the divs that appear above it. */	
	 
.twoColLiqLtHdr #footer { text-align: center; margin: 0px; padding-top: 0; padding-right: 10px; padding-bottom: 0; padding-left: 260px; height: auto; border: 0px none #FFFFFF; 
	}

.twoColLiqLtHdr #footer .copyright {font-size: 85%; font-style: normal; color: #000066; margin: 0; }
.twoColLiqLtHdr #footer .footerMenu { font-size: 85%; line-height: 1.60em; margin: 0; }
.twoColLiqLtHdr #footer .lastChgd { font-size: 75%; margin: 0px; padding: 0px; margin: 0; }
.twoColLiqLtHdr #footer p { font-size: 10pt; color: #000066; text-align: center; margin: 0px; padding: 0px; }
.twoColLiqLtHdr #footer hr { color: #000066; padding: 0px; height: 3px; width: 80%; margin-right: 10%; margin-left: 10%; }

/* 
Zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - 
a space between divs 
Padding on this element will create space, just as the the margin would have, without the margin collapse issue 
*/	

/* Miscellaneous classes for reuse */

/*
This class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. 
*/

.fltrt { 
	float: right;
	margin-left: 8px;
	}

/* this class can be used to float an element left in your page */

.fltlft { 
	float: left;
	margin-right: 8px;
	}
	
/* 
This class should be placed on a div or break element and should be the final element before the close 
of a container that should fully contain a float 
*/	

.clearfloat { 
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
	}

.looseSpacing    { line-height: 1.6em; margin-top: 20px; }

.navInst { font-size: 90%; font-weight: bold; color: #000066; }
.twoColLiqLtHdr #container #mainContent ul { margin-top: 0px; }
.twoColLiqLtHdr #container #mainContent ol { margin-top: 0px; }
.twoColLiqLtHdr #container #mainContent h1 { text-align: center; font-size: 24pt; font-weight: bold; }
.twoColLiqLtHdr #container #mainContent h2 { margin-bottom: 0px; }
.twoColLiqLtHdr #container #mainContent h3 { font-weight: bold; font-size: 14pt; text-align: center; }

.twoColLiqLtHdr #container #mainContent .OutlineTitles { list-style-position: outside; list-style-type: decimal; }

.twoColLiqLtHdr #container #mainContent .OutlineItems { list-style-position: outside; list-style-type: lower-alpha; padding-left: 18pt; }
.twoColLiqLtHdr #container #mainContent .OutlineTitles li { margin-top: 2pt; }
