/* HTML Tags --------------------------------------------------------------------- */
body{
	margin:0px 0px 00px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #E2DCC2;
}

a{
	color:#000000;
	text-decoration:none;
}

h1{
	font-size:12pt;
	margin:0px 0px 5px 0px;
	padding-top:10px;
}
hr{
	display: block;
	background-color: #000000;
	height: 2px;
	margin: 4px 0px 4px 0px;
}
ul{
	margin:0px 0px 0px 0px;
	padding:8px 32px 8px 32px;
}
ul li{
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
}

ol{
	margin:0px 0px 0px 0px;
	padding:8px 38px 8px 38px;
}
ol li{
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
}

img{
	display:block;
}

/* EthicsPoint Elements --------------------------------------------------------------------- */
#epAttention{
	font-size:10px;
	color: rgb(15, 47, 40);
	margin-left: 20px;
	margin-top: 161px;
	text-align: center;
}
#epButton{
	margin-top: 10px;
	width: 100px;
	background-image: url(epMenu.jpg);
	background-repeat: repeat-x;
	line-height: 22px;
	text-align: center;
	border: 1px solid #999999;
	font-weight: bold;
	cursor: pointer;
	margin-left: 40px;
}
#epButton:hover{
	background-image: url(epMenuOver.jpg);
}
#epContent{
	float:left;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #CCD5AC;
	background-image: url(sidebar.jpg);
}

#epColumn1{
	width: 445px;
	float: left;
	text-align: justify;
	border-right: 1px solid #CCD5AC;
	background-color: #FFFFFF;
	padding: 20px;
}
#epColumn2{
	float:right;
	width:274px;
	font-size: 8pt;
	text-align: justify;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding: 20px;
}

#epEmergency{
	color:#000000;
}
#epEmergency strong{
	color:#990000;
	display:block;
}
#epFooter{
	clear:both;
	margin:0px auto;
	padding:0px 15px 15px 15px;
	width:800px;
	font-size: 8pt;
}
#epFooter img{
	float:left;
	height:36px;
	padding-right:15px;
	width:142px;
	cursor: pointer;
}

#epHeader{
	background: white url(Banner.jpg) center center no-repeat;
	cursor: default;
	float:left;
	height: 180px;
	width:100%;
}

#epHeader h1{
	border:none;
	font-size:18pt;
	cursor: default;
}

#epHeader #epClientLogo{
float:left;
height:150px;
margin-right:20px;
width:150px;
}

#epLangBar{
	font-size:8pt;
	text-align:right;
	width:770px;
	margin-left: auto;
	margin-right: auto;
}
#epLangBar a{
	padding:0px 5px;
	color:#333333;
}
#epLangBar a:hover{
	padding:0px 5px;
	color:#000000;
	background-color: #F6CEB0;
}
#epNav{
	clear:both;
	float:left;
	width:100%;
	background-repeat: repeat-x;
	background-color: #DA6E2F;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
}
#epNav a{
	color:#FFFFFF;
	display:block;
	float:left;
	padding:5px 15px;
}
#epNav a:hover{
	background:#F6CEB0;
	color:#000000;
}



#epWrapper{
	top:25px;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCD5AC;
	background-color: #FFFFFF;
}
/* Classes --------------------------------------------------------------------- */
.epClearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.epPhoneNumber{
	white-space:nowrap
}
.epRadioButton{
	float: left;
	margin: 0px 4px -4px -4px;
	display: block;
	padding: 0px 0px 0px 0px;
	width: 20px;
}
.epSmallFont{
	font-size:8pt;
}

#epFooter > table > tbody > tr > th {
	width: 21% !important;
}