@charset "utf-8";
/* CSS Document */

body  {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	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;
}

table, td{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;

}
h1{ 
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	color:#448bc7;
	font-weight:bold;
}
h2{ 
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color:#448bc7;
	font-weight:bold;
}
h3{ 
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color:#448bc7;
}

.twoColElsLtHdr #container { 
	width: 840px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 




.twoColElsLtHdr #header {
	font-size: 11px;
	color:#448bc7;
	background: #FFFFFF; 
	padding: 0px;
} 

.twoColElsLtHdr #header .links {
	font-size: 11px;
	color:#448bc7;
	padding: 0px;
} 
.twoColElsLtHdr #header A, A:link, A:visited	{	
	font-size: 11px;
	color:#448bc7;
	font-weight:bold;
	text-decoration: none;
	margin-top:20px;
}
.twoColElsLtHdr #header A:hover	{	
	font-size: 11px;
	color:#333333;
	font-weight:bold;
	text-decoration: none;
}
#searchNav{
	.position:relative;
	.top:5px;
}

.twoColElsLtHdr #sidebar1 {
	float:left;
	width: 180px; /* since this element is floated, a width must be given */
	
	margin:5px 0px 0px 0px;
	padding:0; /* top and bottom padding create visual space within this div */

	
	position:relative;
	.top:-35px;
	
}
.twoColElsLtHdr #sidebar1 #bar {
	background-image:url(../img/leftnav_bar.jpg);
	height:24px;
     margin-top:16px;	
}
.twoColElsLtHdr #sidebar1 #bar .name {
	font-size:14px;
	font-weight:bold;
	color:#448bc7;
	margin: 0px 0px 0px 10px;
	position:relative;
	top:5px;
}
.twoColElsLtHdr #sidebar1 #item {
	
	margin:0px 0px 0px 0px;

}

.twoColElsLtHdr #sidebar1 #item ul{
	padding:0px;
	margin:0px;
	list-style-type: none;	
}

.twoColElsLtHdr #sidebar1 #item li{
	width:180px;
	height:20px;
	margin-bottom:0px;
	padding:0px;
	position:relative;
	left:0px;
	background-image:url(../img/leftnav_bg.jpg);
	background-repeat:no-repeat;
}

.twoColElsLtHdr #sidebar1 #item li.sel{
	background-image:url(../img/leftnav_over.jpg);
}

.twoColElsLtHdr #item A.sub, A.sub:link, A.sub:visited {
	font-size:11px;
	color:#448bc7;
	position:relative;
	left:15px;		
}

.twoColElsLtHdr #item A.sub_sel, A.sub_sel:link, A.sub_sel:visited {
	font-size:11px;
	color:#000000;
	position:relative;
	left:15px;		
}

.twoColElsLtHdr #item A.sub:hover {
	font-size:11px;
	color:#333333;
	position:relative;
	left:15px;
}


.twoColElsLtHdr #mainContent {
	margin: 10px 1.5em 0 210px;

	position:relative;
	top:10px;
} 
.name1 {
	font-weight:bold;
	font-size:14px;
	color:#1f7cbf;
} 
.name2 {
	font-weight:bold;
	font-size:13px;
	color:#1f7cbf;
} 



.twoColElsLtHdr #footer { 
	margin-top:35px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;	
} 
.twoColElsLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}


.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;
}


.twoColElsLtHdr A, A:link, A:visited	{	
	color:#448bc7;
	text-decoration:none;
}
.twoColElsLtHdr A:hover	{	
	color:#333333;
	text-decoration:none;
}



/*Search Results Page*/

.wes_message {
  font-size:110%;
}

.wes_heading {
  font-size:110%;
  font-weight:bold;
}

ul.wes_bullets li {
  font-size:110%;
}

ul.wes_bullets li a, ul.wes_bullets li a:visited {
  color:#0079BD;
  text-decoration:underline;
  font-weight:bold;
}

.wes_heading_em {
  color:#e05000;
}

.wes_index {
  font-weight:normal;
  font-size:110%;
}

div.wes_res_title a, div.wes_res_title a:visited {
  font-weight:normal;
  color:#0079BD;  
  font-size:110%;
}

div.wes_res_desc {
  font-size:90%;
  color:#505050;
  padding-top:2px;  
}

div.wes_res_link {
  font-size:90%;
  padding-top:2px;  
}

div.wes_res_link a, div.wes_res_link a:visited {
  color:#b0b0b0;
  text-decoration:underline;
}

.wes_respage {
  font-weight:bold;
}

.wes_selpage {
  font-weight:bold;
}

a.wes_otherpage, a.wes_otherpage:visited {
  font-weight:normal;
  color:#000000;
}

a.wes_nextprev, a.wes_nextprev:visited {
  font-weight:bold;
  color:#000000;
}