html, body, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote
	{
	padding: 0px;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

body
	{
	background-color: rgb(215, 215, 255);
	}

p
	{
	margin: 10px 0 5px 0;
	}
h1, h2, h3, h4
	{
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	}
h1
	{
	font-size: 30px;
	}

h2
	{
	font-size: 24px;
	}

h3
	{
	font-size: 20px;
	}

h4
	{
	font-size: 16px;
	}

ol
	{
	margin-left: 1.4em;
	list-style: decimal;
	}

ul
	{
	margin-left: 1.4em;
	list-style: square;
	}

a
	{
	color: rgb(0, 51, 153);
	text-decoration: none;
	}

a:hover
	{
	color: rgb(0, 0, 255);
	text-decoration: underline;
	}

a:active
	{
	color: rgb(0, 153, 255);
	text-decoration: underline;
	}

img 
	{
	border: 0;
	}




/* Begin Error Boxes */

.err {
	text-align: center;	
	border: 2px solid rgb(255,0,0);
	border-radius: 15px;
	background-color: rgb(225,225,225);
	padding: 10px;
	font-size: 1.2em;
	color: rgb(102,102,102);
	font-weight: bold;
	}

/* End Error Boxes */












.border
	{
	border: solid 1px rgb(153,185,255);
	}

.hcenter
	{
	text-align: center;
	}
.bold
	{
	font-weight: bold;
	}

.verdana
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

.larger
	{
	font-size: 1.2em;
	}

.tborderspace0
	{
	border-spacing:0;
	}

.padding3
	{
	padding: 3px;
	}

.bgblue
	{
	background-color: rgb(0,0,255);
	}

.bglightblue
	{
	background-color: rgb(0,102,255);
	}


.white
	{
	color: white;
	}

.automargin
	{
	margin: auto;
	}



.aligncenter
	{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.mt25px
	{
	margin-top: 25px;
	}

img.dm_logo
	{
	float: right;
	padding: 0;
	}

img.dm_logo_diver
	{
	float: right;
	padding: 8px 0px 6px 0px;
	}
	
img.dm_logo_diver:hover
	{
	float: right;
	padding: 8px 0px 6px 0px;
	}

img.diver1
	{
	float: left;
	padding: 0px 40px 0px 0px;
	}

img.diver2
	{
	float: left;
	padding: 0px 0px 0px 0px;
	}

#dm_content
	{
	margin: 0 auto 0 auto;
	width: 940px;
	background-color: rgb(255, 255, 255);
	padding: 20px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	}

/* Top Bar Background*/
#dm_top_bar
	{
	background-image: url(../style/dm_top_bar_background.jpg);
	background-color: rgb(58, 81, 122);
	margin:0;
	padding:0;
	width: 100%;
	height: 100px;
	}

/* Top Bar center box*/
#dm_top_bar_box
	{
	background-image: url(../style/dm_top_bar_background.jpg);
	background-color: rgb(58, 81, 122);
	margin: 0 auto 0 auto;
	width: 980px;
	height: 100%;
	}

#dm_top_bar_box_text_EN /* for english header */
	{
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(255, 255, 255);
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 76px 90px 0px 0px;
	z-index: 1000;
	text-align: right;
	}

#dm_top_bar_box_text_ES  /* for spanish header */
	{
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(255, 255, 255);
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 76px 90px 0px 0px;
	z-index: 1000;
	text-align: right;
	}
/* Main menu settings */
#dm_menu_centered_background 
	{
	background-image: url(../style/dm_menu_bar_background.jpg);
	background-color: rgb(58, 81, 122);
	clear:both;
	float:left;
	margin:0;
	padding:0;
	border-top:1px solid rgb(0, 0, 0); /* white line below menu */
	border-bottom:1px solid rgb(0, 0, 0); /* black line below menu */
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	width: 100%;
	height: 40px;
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	}

#dm_menu_centered_background_footer
	{
	background-image: url(../style/dm_menu_bar_background.jpg);
	background-color: rgb(58, 81, 122);
	clear:both;
	float:left;
	margin:0;
	padding:0;
	border-top:1px solid rgb(0, 0, 0); /* white line below menu */
	border-bottom:1px solid rgb(0, 0, 0); /* black line below menu */
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	width: 100%;
	height: 40px;
	/*z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	}

	
#dm_menu_centered 
	{
	background-image: url(../style/dm_menu_bar_background.jpg);
	background-color: rgb(58, 81, 122);
	clear:both;
	/* float:left; */
	margin:0 auto 0 auto;
	padding:0;
	/* border-top:1px solid rgb(0, 0, 0); /* white line below menu */
	/* border-bottom:1px solid rgb(0, 0, 0); /* black line below menu */
	/* -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px; */
	/* -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px; */
	/* box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px; */
	width: 980px;
	height: 40px;
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	}

/* Top menu items */
#dm_menu_centered ul 
	{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
	}

#dm_menu_centered ul li 
	{
	margin:0 0 0 0px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	}

#dm_menu_centered ul li a,
#dm_menu_centered ul li span
	{
	display:block;
	margin:0;
	padding: 12px 10px 12px 10px;
	font-size: 16px;
	line-height:1em;
	text-decoration:none;
	color: rgb(255, 255, 255);
	font-weight:bold;
	border-bottom:1px solid rgb(0, 0, 0);
	}

#dm_menu_centered ul li a:hover,
#dm_menu_centered ul li:hover a,
#dm_menu_centered ul li.hover a, /* This line is required for IE 6 and below */
#dm_menu_centered ul li:hover span,
#dm_menu_centered ul li.hover span /* This line is required for IE 6 and below */
	{ 
	background: rgb(0, 0, 51); /* Top menu items background colour */
	color: rgb(255, 255, 255);
	}

/* first Submenu items */
#dm_menu_centered ul ul 
	{
	display:none; /* Sub menus are hiden by default */
	position:absolute;
	top:40px;
	left:0;
	right:auto; /*resets the right:50% on the parent ul */
	width:10em; /* width of the drop-down menus */
	}

#dm_menu_centered ul ul li
	{
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 3px;
	}

#dm_menu_centered ul ul li a,
#dm_menu_centered ul li:hover ul li span,
#dm_menu_centered ul li.hover ul li span, /* This line is required for IE 6 and below */
#dm_menu_centered ul li:hover ul li a,
#dm_menu_centered ul li.hover ul li a /* This line is required for IE 6 and below */
	{
	font-size: 12px;
	font-weight: normal;
	background: rgb(0, 0, 51);
	color: rgb(255, 255, 255);
	border-bottom: 0; /* sub menu item horizontal lines */
	border-top:1px solid rgb(0, 0, 0); /* sub menu item horizontal lines */
	width: 150px;
	padding: 9px 10px 9px 10px;
	}

#dm_menu_centered ul ul li a:hover,
#dm_menu_centered ul li:hover ul li span:hover,
#dm_menu_centered ul li.hover ul li span:hover, /* This line is required for IE 6 and below */
#dm_menu_centered ul li:hover ul li a:hover,
#dm_menu_centered ul li.hover ul li a:hover /* This line is required for IE 6 and below */
	{ 
	background: rgb(0, 0, 255); /* Sub menu items background colour */
	color:#fff;
	}

/* Second Submenu items */
#dm_menu_centered ul ul ul
	{
	display:none; /* Sub menus are hiden by default */
	position:absolute;
	top: 0px;
	left: 170px;
	right:auto; /*resets the right:50% on the parent ul */
	width:10em; /* width of the drop-down menus */
	}

#dm_menu_centered ul ul ul ul li a,
#dm_menu_centered ul ul ul li:hover ul li a,
#dm_menu_centered ul ul ul li.hover ul li a /* This line is required for IE 6 and below */
	{
	font-size: 12px;
	font-weight: normal;
	background: rgb(0, 0, 51);
	color: rgb(255, 255, 255);
	border-bottom: 0; /* sub menu item horizontal lines */
	border-top:1px solid rgb(0, 0, 0); /* sub menu item horizontal lines */
	width: 315px;
	padding: 4px 10px 4px 10px;
	}

/* bottom border last li */
#dm_menu_centered ul li.last 
	{
	border-bottom:1px solid rgb(0, 0, 0); /* sub menu item horizontal lines */
	}

/* Flip the last submenu so it stays within the page */
#dm_menu_centered ul ul.last 
	{
	left:auto; /* reset left:0; value */
	right: 50px; /* Set right value instead */
	}

/* this makes submenu appear */
#dm_menu_centered ul li:hover > ul 
	{
	display: block;
	}

#dm_menu_centered ul ul li.hover > ul 
	{ /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
	}

/* used to hide submit button after submission */
#submitted 
	{ 
	display:none
	}
