@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-image: none;
	text-align: center;
	background-color: #E6E6E6;
}
#container {
	background-color: #FFF;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 10px solid #FFF;
	
}
#Header {
	height: 305px;
	width: 960px;
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #e6e6e6;
	background-position: left;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#main_menu {
	background-color: #E6E6E6;
	height: 42px;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 1px none #900;
}
#header_image_link {
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#left_column {
	width: 150px;
	float: left;
	margin-top: 0px;
	background-color: #FFF;
	padding: 0px;
	text-align: center;
}
#container {
	text-align: left;
}
#main_content {
	background-color: white;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.border {
	border: 1px none #900;
}

.link_no_underline {
	text-decoration: none;
}






h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 30px;
}



h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #69f;
	float: none;
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 22px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #69f;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#menu_underline {
	background-color: #69f;
	height: 5px;
}

#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}


#homepage_graphic {
	float: left;
	margin-right: 20px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.image_link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear_float {
	clear: both;
}

#all_content {
	background-color: #F00;
}
#border {
	border: 1px solid #900;
}
#shadow {
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	right: 10px;
	position: absolute;
}
#footer {
	background-color: #69f;
	background-image: url(/Images/cssimg/LogoEPfooter.png);
	height: 45px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px;
}

