@charset "utf-8";
body  {
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a, a:link, a:visited { 
	color : #000066;
}
a:hover		{ 
	color : #009900;
	text-decoration: none;   
}	
p {
	font-family: "Tahoma", "Arial";
	color: #233C64;
	font-size: 11px;
	line-height: 150%;
	padding-right: 15px;
	text-align: left;
}
h1, h2, h3 {
	font-family: "Optima","Helvetica","Tahoma","Arial";
	font-size: 16px;
	color: #009900;
	padding-top: 10px;
}
img {
	border: none;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	margin: 0px auto;
	padding:: 0;
} 
.twoColFixLtHdr #mainnav {
	margin: 0px 0px 0px 0px;
	padding: : 0px;
	background: #666666;
}
.twoColFixLtHdr #header {
	padding: 0px 0px 20px 0px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* 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 */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	margin: 0;
	padding: 0;
	float: left; /* since this element is floated, a width must be given */
	width: 151px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background-color: #0099FF;*/
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 151px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	background: #666666;
	border-top: 5px solid #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 11px;
	color: #CCCCCC;
	line-height: normal;
}
#nav1 h1, #nav1 h1 a, #nav1 h2, #nav1 h2 a{
	margin: 0;
	padding: 2px;
	/*margin: 5px;*/
	font: normal 11px "Optima","Helvetica","Tahoma","Arial";
	letter-spacing: 1px;
	text-transform: uppercase;
}
#nav1 .selected {
	color: #009900;
}
#nav1 a, #nav1 a:link, #nav1 a:visited { 
	color : #000066;
	text-decoration: none; 
}
#nav1 a:hover		{ 
	color : #009900;
	text-decoration: none;   
}
#nav1 .index {
	height: 18px;
	margin-left: 220px;
	font-size: 14px;
}
#nav2 h1, #nav2 h2 {
	margin: 0;
	padding: 2px;
	font: normal 16px "Optima","Helvetica","Tahoma","Arial";
	letter-spacing: 3px;
	text-transform: uppercase;
}
#nav2 .selected {
	color: #009900;
}
#nav2 a, #nav2 a:link, #nav2 a:visited { 
	text-decoration: none;
	color : #000066; 
}
#nav2 a:hover		{ 
	text-decoration: none; 
	color : #009900; 
}

.fltrt { /* 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. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#infopane {
	float: left;
	width: 200px;
	padding-top: 20px;
}

#infopane2 {
	float: left;
	width: 350px;
	padding-top: 20px;
}

#infopane h1, #infopane h1 a, #infopane h1 a:visited, #infopane2 h1, #infopane2 h1 a, #infopane2 h1 a:visited
{
	margin-top: 5px;
	padding: 0;
	font: normal 13px "Optima","Helvetica","Tahoma","Arial";
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000066; 
	text-decoration: none;
}
#infopane h1 a:hover, #infopane2 h1 a:hover {
	color: #009900;
	text-decoration : none;
}
#infopane p, #infopane2 p {
	margin-top: 0px;
}
#thumbpane, #featurepane {
	/*float: left;*/
	width: 380px;
	height: 150px;
	margin-left: 220px;
	padding-top: 20px;

}

#thumbpane2 {
	/*float: left;*/
	width: 255px;
	height: 150px;
	margin-left: 360px;
	padding-top: 20px;

}

#thumbpane a img, #thumbpane img, #thumbpane2 a img, #thumbpane2 img {
	float: left;
	width: 110px ;
	height: 110px ;
	margin: 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #CCC;
}

