/* ----------------------------------- */
/* ----------- ELEMENTS -------------- */
/* ----------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 130%;
	text-align: center;
	background-color: #FFFFFF;
	color: #333333;
}
html, body {
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}
h1 {
	margin-top: 0px;
	padding: 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #000066;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000066;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #000066;
}
h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
	margin-top: 2px;
	margin-left: 3px;
	margin-bottom: 1px;
}
/* ----------------------------------- */
/* -------------- IDS ---------------- */
/* ----------------------------------- */

#divcenter {
	width: 912px;
	min-height: 620px;
	margin: 0 auto;
	text-align: center;
	background: url("../images/layout/g_bg_shadow.gif") repeat-y center;
}
#divmain {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#dmcheader {
	height: 145px; 
	width: 600px;
	float: left;
}
#dmcheaderslogan {
	height: 117px;
	width:  600px;
}
#dmcheaderlogo {
	height: 145px;
	width: 300px;
	float: left;
	overflow: hidden;
	background:    url("../images/layout/g_bg_shadow_headerbar.gif") repeat-x bottom;
}
#dmcheaderbar {
	height: 24px;
	width: 900px;
	clear: both;
	background:    url("../images/layout/g_bg_headerbar.gif") repeat-x;
}
#dmccontent {
	width: 900px;
	overflow: hidden;
}
#dmctxt {
	padding: 15px 40px 20px 15px;
	width: 600px;
	float: right;
	overflow: hidden;
}
#dmcfooter {
	height: 30px;
	width: 900px;
	clear: both;
	overflow: hidden;
}
#dmcfooterleft {
	width: 655px;
	float: left;
	font-size: 11px;
	color: #000088;
	text-indent: 20px;
}
#dmcfooternav {
	width: 255px;
	float: right;
	font-size: 11px;
	color: #31A8C4;
}
#divcenterbottom {
	height: 15px;
	width: 912px;
	padding: 0;
	margin: 0 auto;
	background:    url("../images/layout/g_bg_shadow_bottom.gif") no-repeat top center;
}


/* ----------------------------------- */
/* ------------ CLASSES -------------- */
/* ----------------------------------- */

/* ------------- IMG POS ------------- */

.dmcheaderlogo {
	margin: 15px 0px 0px 140px;
}
.dmcheaderslogan {
	margin: 24px 0px 0px 25px;
}

/* ---------- LINK BEHAVIOUR ---------- */

#dmcfooternav a:link, 
#dmcfooternav a:visited {
	font-size: 11px;
	color: #000088;
}
#dmcfooternav a:hover, 
#dmcfooternav a:active {
}
a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: underline;
	color: #000066;
}
.contxt a:link {
	text-decoration: none;
	color: #000066;
}
.contxt a:visited {
	text-decoration: none;
	color: #000066;
}
.contxt a:hover {
	text-decoration: underline;
	color: #000066;
}
.contxt a:active {
	color: #000066;
	text-decoration: underline;
}
/* ---------- CONTENT TXT ---------- */
.contxt {
	color: #333333;
	font-size: 1em;
}

