@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
img {border: none;}
.twoColFixLtHdr #container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/bg-linen2.gif);
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0;
	height: 180px;
	padding-left: 0;
	background-color: #003366;
} 
.twoColFixLtHdr #header h1 {
	font-size:18px;
	margin: 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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainNav {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 14px;
}
.twoColFixLtHdr #mainNav p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #000000;
	font-size: 12px;	
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 245px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #footer {
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}	 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #FFFFFF;
	font-weight: bold;	
}
.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: 12px;
}
.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;
}

.twoColFixLtHdr #container #mainNav #adobe p{
	width= 215px;
}
.twoColFixLtHdr #container #mainNav #quickLinks {
	font-size: 10px;
}
.twoColFixLtHdr #container #mainNav #sidebarBottom {
}
twoColFixLtHdr #container #mainNav .nav {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #CC0000;
}
.twoColFixLtHdr #container #mainNav ul {
}
.twoColFixLtHdr #container #mainNav #navMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.twoColFixLtHdr #container #mainNav #navMenu li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

.twoColFixLtHdr #container #mainNav #navMenu a {
  display: block;
  width: 200px;
  height: 24px;
  line-height: 23px;
  color: #036;
  text-decoration: none;
  background: #94B8E9 url(../images/pixy-rollover.gif) no-repeat left bottom;
  text-indent: 40px;
  text-transform: uppercase;
  font-size: 12px;
}

.twoColFixLtHdr #container #mainNav #navMenu a:hover{
  background-color: #369;
  background-position: right bottom;
  color: #fff;
}

.twoColFixLtHdr #container #mainNav #navMenu .selected a{
  background-color: #369;
  background-position: right bottom;
  color: #fff;
}
.twoColFixLtHdr #container #mainNav #mainNav .first a {
  height: 24px;
  line-height: 24px;
}



/*secNav is square button approach. In use*/


.twoColFixLtHdr #container #mainContent #secNav ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 710px;
  background: #CC9966 url(../images/mainNavBg.gif) repeat-x;
  list-style: none;
  text-transform: uppercase;
}

.twoColFixLtHdr #container #mainContent #secNav ul li {
  float: left;
}


/* Hack to make IE/Mac play nice */
.twoColFixLtHdr #container #mainContent #secNav li a {
  padding: 0 1.0em;
  line-height: 2.1em;
  background: url(../images/mainNavBorder.gif) repeat-y left top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}
.twoColFixLtHdr #container #mainContent #secNav ul .selected a{ 
  font-weight: 600;
  color: #036;
}
.twoColFixLtHdr #container #mainContent #secNav ul a:hover { 
  color: #369;
}
.twoColFixLtHdr #container #mainContent #secNav ul .first a {
  background: none;
}

 #footer a {
 color: #B4CEF0;
 text-decoration: none;
 }
 #footer a:hover {
 color: #FFFFFF;
 text-decoration: underline;
 }
  
 #searchBox {
 margin: 5px 0;
 }

#cse-search-results iframe {
width: 700px;
}
