/* This is for all pages*/

body {
	text-align: center;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
} 

#wrapper {
	text-align: center;
	position: relative;
	width: 970px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	bottom: 20px;
	padding-bottom: 0px;
	background-repeat: repeat;
	background-color: #999999;
}

/*The following pieces are used in the header section on this site*/

#header {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 0px;
	height: 246px;
	width: 910px;
    background-image: url(images/epef_header.gif);
	background-repeat: none;
	background-color: #000000;
}


/* ######### CSS menu tabs ######### */

.tabsmenuclass ul{
    overflow: hidden;
	width: 870px;
	height: 30px;
	margin-left: 30px;
	margin-right: auto;
	padding: 0px;
    list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 8px 10px;
background: black;
color: white;
margin-right: 2px;
text-decoration: none;
font: bold 12px Verdana;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: #CC0000;
color: #FFFFFF;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
        clear: left;
	width: 840px;
	height: 20px;
	margin-left: 30px;
	margin-right: auto;
color: #FFFFFF;
background: #A18154;
height: 18px;
padding: 2px;
border: 1px #A18154;
font: 12px Verdana;
}

.tabsmenucontentclass ul{
color: #FFFFFF;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
color: #FFFFFF;
}



/*The following pieces are used to create the middle part on this site*/

#middle {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 910px;
	height: auto;
	padding: 0px;
	border: 0px;
	overflow: auto;
	background-color: #FFFFFF;
	float: none;
	clear: both;
	margin-right: 0px;
}

#left {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 390px;
	height: auto;
	padding: 0px;
	border: 0px;
	overflow: auto;
	background-color: #FFFFFF;
}

#right {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 410px; 
	height: auto;
	padding: 5px;
	border: 0px;
	background-color: #ffffff;
}


/*The following pieces are used to create the text styles on this site*/

.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	line-height: 16px;
	text-align: left;
	padding-left: 0px;
	text-indent: 0px;
}

.mainText_center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	line-height: 16px;
	text-align: center;
	padding-left: 0px;
	text-indent: 0px;
}

.textbold {
	font-weight: bold;
}

.h1 {
	font-family: Verdana;
	font-size: 28px;
	color: #3f92d2;
	margin-left: 0px;
	margin-top: 25px;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
}

.h2 {
	font-family: Verdana;
	font-size: 18px;
	color: #000000;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 24px;
	text-align: left;
	font-weight: normal;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-left: 15px;
	margin-top: 15px;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
}

.serif_italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin-left: 0px;
	line-height: 16px;
	text-align: center;
	font-style: italic;
}
.serif_italicleft {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	line-height: 16px;
	text-align: left;
	font-style: italic;
}
.serif_head {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	margin-left: 0px;
	line-height: 24px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.serif_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin-left: 0px;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}