/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;  
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: inside;
	line-height: 20px;
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	padding: 8px 0;
}

	
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #042b54 url(../images/bg.jpg) repeat-x;
	line-height: 16px;
	color: #000;
	font-size: 12px;
}

a:link, a:visited {
	color: #042b54;
	text-decoration: underline;
                     cursor:hand;
}

a:hover, a:active {
	color: #042b54;
	text-decoration: none;
                     cursor:hand;
}


h1 {
	color: #042b54;
	font-size: 16px;
	padding: 20px 0 5px 0;
}

h2 {
	color: #042b54;
	font-size: 14px;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
}

h3 {
	color: #042b54;
	font-size: 12px;
	font-weight: bold;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
}

#flash {
	margin-top: -2px;
}

#menu {
	background: url(../images/bgmenu.gif) repeat-x;
	width: 780px;
	height: 39px;
	margin-top: -4px;
}

#content {
	background: url(../images/bgcontent.jpg) repeat;
	_height: 528px;
	min-height: 528px;
	padding: 0 30px;
}

#footer {
	background: url(../images/bgfooter.jpg) repeat-x;
	height: 133px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	padding-top: 5px;
}

#footer .footerspecial {
	line-height: 20px;
}

#footer a:link, #footer a:visited {
	color: #7cbafb;
	text-decoration: none;
                     cursor:hand;
}

#footer a:hover, #footer a:active {
	color: #7cbafb;
	text-decoration: underline;
                     cursor:hand;
}

.dmcmenu {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-top: 12px;
	text-decoration: none;
                     cursor:hand;
}

.dmcmenuhover {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-top: 12px;
	text-decoration: underline;
                     cursor:hand;
}

.dmcmenusub {
	color: #fff;
	font-size: 11px;
	padding: 0 10px;
	background: #4f4e4e;
	border: none;
                     cursor:hand;
}

.dmcmenusubhover {
	color: #fff;
	font-size: 11px;
	padding: 0 10px;
	background: #878787;
	border: none;
                     cursor:hand;
}