#LeftSidebarContent {

	padding-top : 26px; 
	padding-left : 20px;
	padding-right : 20px;
}

#RightSidebarContent p,
#LeftSidebarContent p,

#LeftSidebarContent h1,
#LeftSidebarContent h2,
#RightSidebarContent h1,
#RightSidebarContent h2,

#LeftSidebarContent a,
#RightSidebarContent a

{
	/* Should match the nav menu */

	font-family: arial, sans-serif;
	font-size: 10pt; /* using absolute for menu */
	line-height : 14pt;
	font-weight : normal;
	color : #f5f4f3; /* white - left sidebar */
	
}

#RightSidebarContent p,
#LeftSidebarContent p,
#LeftSidebarContent a,
#RightSidebarContent a
{

	font-size: 9pt; /* using absolute for menu */
	line-height : 12pt;
	text-align : left;
}

#LeftSidebarContent a,
#RightSidebarContent a
{
	text-indent : -8px; 		
}

#RightSidebarContent {
	padding : 20px 20px; 
	padding-top : 33px; /* 15px art (visually) + 20px actualy margin + 2px optical fudge*/
	padding-right : 22px; /* 2px shadow */
}



#LeftSidebarContent h1,
#RightSidebarContent h1,
#LeftSidebarContent h2,
#RightSidebarContent h2
{
	font-weight : bold;
 	margin-bottom : 3px;

}

#RightSidebarContent h1,
#RightSidebarContent h2
 {

	color : #617d41; 	/* green - headings - right sidebar */
}

h1#Title {
	color : #943363; 	/* purple - h1 in body */
	font-size : 1.3em;
	margin-bottom : 0;
}

.typography h2#Byline {
	color : #5e7e39; 	/* green - h2 Byline */
	font-size : 1.1em;
	margin-top : 3px;
}

#TitleAndByline {
	margin-bottom : 13px;
}

#TitleUnderscore {
	width : 100%;
	height : 2px;
 	background : #f69636 url(../images/title-uscore-1x2.jpg) 0 0 repeat-x; 
}

#PhotoAndCredit {
	margin-top : 5px;
	margin-bottom : 4px;
}


#EVSearchForm_SearchForm input[type="submit"],
#SearchForm_SearchForm input[type="submit"] {
	display : none;
}

#EVSearchForm_SearchForm_Search,
#SearchForm_SearchForm_Search {
	display : block;
	width : 100%;
	height : 100%;
	border : none;
	background-color : transparent;
	padding : 0px;
	line-height : 16px;

		/* Mason-Dixon line */
	font-size : 9pt;
	color : #777;
	margin-left : 2px;

}





a img{
	border: none; 
}

#Layout img {
	border: none; 
}

.clear {
	clear : both;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

