@charset "utf-8";
/* CSS Document */
#container { 
	width: 960px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/ContainerBkgrnd.png);
	background-repeat:repeat-y;
} 
#mainContent { 
	margin: 5px 200px; 

} 
#sidebar2 {
	float: right;
	width: 160px;
	background: #EBEBEB; 
	padding:5px 10px;
}
#sidebar2	a{
	color: #000000;
	display: block;
	font-size: 1em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
	background-color:#efefef;
	border-bottom: solid 1px #006699;
	text-align:center;
}
#sidebar2	a:visited{
	text-decoration:underline;		
	padding: 3px 6px 3px 14px;
}
#sidebar2 a:hover{
	color: #ffffff;		
	padding: 3px 6px 3px 14px;
	background-color: #ffffff;
}
#sidebar2 h2	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	color:#666;
	border-bottom: solid 2px  #666;
	/*background-color: #069;*/
}
#sidebar2 .downloadSearchHead a	{
	color:#900;
	text-decoration:none;
	border:none;
}
#sidebar2 .downloadSearchHead a:hover	{
	color:#900;
	text-decoration:underline;
}

