@charset "utf-8";
body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: ffffcc;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center;  
  color:#FFFFCC;
  background-color:#FFFFCC;
}
.thrColLiq #container {
  width: 70%;  
  background: #ffffcc;

  margin: 0 auto; 
  border: 1px solid #ffffcc;
  text-align: left;
}
.thrColLiq #pict {
	background-image:url(skeriesview.jpg);
	background-repeat: no-repeat;
	background-position: center;

}

#nav {
	list-style:none;
	margin:0px;
	padding:0px;


	text-align:center
	color: #FFFFCC;
	padding-left: 100px;
}
#nav li{display:inline; float: left; font-size: 14px; line-height: 24px; margin-bottom: 12px; ; }
#nav li a{
	color: #003399;
	text-decoration: none;
	padding: 12px 20px 0px;
	font-weight: bold;
	text-align: center;
	position: center;
	float: none;
}
#nav li a:hover{ color:#33CC33; }
#nav li a:active { color: #CC0000; }
.thrColLiq #sidebar1 {
  float: left; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 10%; /* since this element is floated, a width must be given */
  background: #ffffcc; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiq #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 10%; /* since this element is floated, a width must be given */
	background:  #ffffcc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiq #sidebar1 p, .thrColLiq #sidebar1 h3, .thrColLiq #sidebar2 p, .thrColLiq #sidebar2 h3 {
  margin-left: 2px; /* the left and right margin should be given to every element that will be placed in the side columns */
  margin-right: 2px;
  background: #ffffcc;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px 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 and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

.clearfloat { /* 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 its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
a:link, a:visited {
color:#333333;
font:"Trebuchet MS";
font-size:100%


}
  .imageright {
  float:right;
margin: 1em 0em 1em 3em; 

  }
  
  

.imageleft {

  float:left;
margin: 1em 1em 1em 0em; 

  }
  a:link {
	color: #000066;
	text-decoration: none;
}
.spaceimage {
	margin: 1em;
}
.style10 {
	color: #003399;
	font-weight: bold;
	padding-left: 20px;
	margin-top: -20px;
	font-size: 24px;
}

.style8 {
	color: #003399
}
}

.logo {
	color: #003399;
	padding-top: -50px;
}
