/* HTML Tags --------------------------------------------------------------------- */
body{
	margin:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #b1ad9a;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
}

a{
	color:#000000;
	text-decoration:none;
}

h1{
	font-size:18pt;
	margin:0px 0px 5px 0px;
	padding-top:10px;
	color: #5f5748;
	font-family: Tahoma;
	font-weight: normal;
}
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:8pt;
	height: 22px;
	line-height: 22px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #c9cfd3;
	display: block;
	margin-top: 2px;
}
#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{
	border-bottom:1px solid #DDDDDD;
	float:left;
	padding:15px;
}

#epColumn1{
	width: 930px;
	float: left;
	text-align: justify;
	line-height: 16pt;
}
#epColumn2{
	float:right;
	width:294px;
	font-size: 8pt;
	text-align: justify;
	padding-left: 15px;
	border-left: 1px solid #dddddd;
}

#epEmergency{
	color:#000000;
}
#epEmergency strong{
	color:#990000;
	display:block;
}
#epFooter{
	clear:both;
	margin:0px auto;
	padding:15px 15px 15px 15px;
	width:740px;
	font-size: 8pt;
}
#epFooter img{
	float:left;
	height:36px;
	padding-right:15px;
	width:142px;
	cursor: pointer;
}

#epHeader{
	width:960px;
	cursor: default;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#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:#0000CC;
}
#epNav{
	clear:both;
	width:960px;
	background-image: url(epMenu.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	height: 28px;
	border-bottom: 6px solid #bab5a2;
}
#epNav a{
	color:#FFFFFF;
	display:block;
	float:left;
	padding:0px 15px 0px 15px;
	border-right: 1px solid #94876b;
	margin-left: 3px;
	background-image: url(menu.jpg);
	background-repeat: repeat-x;
	height: 28px;
	line-height: 28px;
	border-left: 1px solid #a19c7e;
	border-top: 1px solid #a19c7e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#epNav a:hover{
	background-image: url(menuOver.jpg);
	background-repeat: repeat-x;
}



#epWrapper{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border-right: 1px dotted #d4cfb9;
	border-left: 1px dotted #d4cfb9;
	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;
}
