body {
	background-color: #FFFFFF;
	background-image: url(../images/ef-pbgtexture.jpg);
	color: #333333;
	font-family: "Tahoma", Verdana, Arial, helvetica;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}
#masthead {
	background-image: url(../images/ef-masthead.jpg);
	background-repeat: no-repeat;
	height: 162px;
}

/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/ef-shadow.jpg);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 16px;
	margin: 0 auto;
	width: 750px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 750px;
	padding: 3em 0 0 0;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: right;
	width: 540px;
}
#sidebox {
	float: left;
	width: 210px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 30px 20px 30px;
	line-height: 1.5em;
	font-size: 16px;
	margin: 8px 0 12px 0;
}
#maincontent p {
	margin: 8px 0 12px 0;
	font-size: 16px;
}

.callout {
	float: right;
	width: 95px;
	margin: 6px 0px 0px 8px;
	padding: 10px;
	border: 1px solid #333333;
	background-image:url(../images/ef-greygradient.jpg);
	font-size: 1.0em;
}

/*Sidebar*/
#sidecontent {
	font-size: 16px;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
	background-image: url(../images/ef-greygradient.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border-right: 1px solid #333333;
}
#sidecontent p{
	line-height: 1.35em;
	margin: 12px 0;
}
/********HEADINGS*******/
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.35em;
	color: #336699;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color: #336699;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.15em;
}
#sidecontent h2.topheading {
	margin: 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(../images/ef-footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}
/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0 15px 0 0;
}
/*Skip Link Link Styles*/
#skips a, #skips a:visited, #skips a:hover {
	color: #7D7865;
	cursor: default;
	/*font-size: 0.1em;*/
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #4a4a4a;
	cursor: pointer;
	font-size: 16px;
}
/*********PAGE LINK STYLES********/
#columnwrapper a {
	color: #336699;
}
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}
#p7TBM div, #p7TBM ul {
	zoom:100%;
}
.p7TBMsubbox {
	padding: 4px 0 24px 12px;
}
