@charset "utf-8";
body {
	background: #eeeeee;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fedcfe;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#container {
	width: 1045px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	background: url(../images/EP_content_bkg.png) repeat-y;
}

#header {
	width: 1045px;
	margin: 0px;
	height: 236px;
	background: url(../images/EP_header.png) no-repeat center;
}
#main_navigation {
	padding: 20px 0px 0px;
	height: 35px;
	width: 1045px;
	margin: 10px auto 0px;
	text-align: center;
}


#main_navigation ul {
	color: #FEDCFE;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#main_navigation li {
	display: inline;
	padding: 0px;
	margin: 0px;
	
}
#main_navigation li a {
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FEDCFE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	margin: 0px;
}
#main_navigation a:link, a:visited {
	padding: 0px 4px;
}
#main_navigation a:hover {
	color: #CC99CC;
	padding: 0px 4px;
}
#mainBody {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px auto;
	width: 1045px;
}
#sidebar {
	margin: 30px 0px 0px 85px;
	float: left;
	width: 182px;
	padding: 4px;
}
#sidebar .divider {
	font-size: 0.1em;
	border-bottom: 1px solid #666;
}

#sidebar p {
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-size: 1.1em;
}
#mainBody #sidebar p a:link, a:visited {
	color: #999;
	text-decoration: none;
}
#mainBody #sidebar p a:hover {
	color: #FEDCFE;
	text-decoration: none;
}


#mainContent {
	width: 590px;
	margin-right: 85px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 60px;
}
#mainContent h2 {
	border-bottom: 1px solid #666;
}

#mainContent p a:link, a:visited {
	text-decoration: none;
	color: #CCC;
}
#mainContent p a:hover {
	text-decoration: none;
	color: #FEDCFE;
}





#footer {
	padding: 0px;
	margin: 0px;
	background: url(../images/EP_footer.png) no-repeat center;
	height: 203px;
	width: 1045px;
	
	
}
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
	text-align: left;
	font-size: 0.8em;
}
#subnav p a:link, a:visited {
	font-family: "Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	color: #CCC;
	text-decoration: none;
}
#subnav p a:hover {
	color: #FEDCFE;
	text-decoration: underline;
}

#copyright {
	width: 1045px;
	height: 25px;
	margin: 0px 0px 75px;
	padding-left: 75px;
}
#subnav {
	margin: 20px 0px 0px;
	width: 1045px;
	height: 50px;
	padding-left: 75px;
	padding-top: 40px;
}
#clearfloat {
	clear: both;
	width: 1045px;
}
