/* CSS style::original */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(dsg/bodyBG.jpg) top center repeat-x;
	margin:0px; padding:0px; border:0px; height:100%
}

a {
	color: #678EC9;
	text-decoration: none;
}
a:hover {
	color: #678EC9;
	text-decoration: none;
}

img {border:0px; padding:0px; margin:0px;}

p {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

input {
	font-family: verdana;
	font-size: 12px;
}

textarea {
	font-family: verdana;
	font-size: 12px;
}

img:hover {
	background-color: transparent;
}

form {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height:0px;
}

#header {
	width:875px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	background-image:url(dsg/footer.png);
	padding-top: 60px;
	height:20px;
	text-align:center;
	color: white;
}
#footer a {
	color: black;
	text-decoration: underline;
	color: white;
}
#footer a:hover {
	text-decoration: none;
}
#contentContainer {
	width:875px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.mainMenuItem {
	display: block;
	font-weight: bold;
	text-align: center;
	color: #678EC9;
	padding: 6px;
}
.mainMenuItem:hover {
	background-color: #c1cbdc;
	color: white;
}
.mainMenuItemSel {
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	background-color: #c1cbdc;
	color: white;
}

.t {background: white url(dsg/dot.gif) 0 0 repeat-x;}
.b {background: url(dsg/dot.gif) 0 100% repeat-x}
.l {background: url(dsg/dot.gif) 0 0 repeat-y}
.r {background: url(dsg/dot.gif) 100% 0 repeat-y}
.bl {background: url(dsg/bl.gif) 0 100% no-repeat}
.br {background: url(dsg/br.gif) 100% 100% no-repeat}
.tl {background: url(dsg/tl.gif) 0 0 no-repeat}
.tl1 {background: url(dsg/tl1.gif) 0 0 no-repeat}
.tl2 {background: url(dsg/tl.gif) 0 0 no-repeat}
.tr {background: url(dsg/tr.gif) 100% 0 no-repeat; padding:5px; font-weight: bold; text-transform: uppercase;}
.tr1 {background: url(dsg/tr1.gif) 100% 0 no-repeat; padding:5px}
.tr2 {background: url(dsg/tr.gif) 100% 0 no-repeat; padding:5px}

.centertxt {
	text-align: center;
}

#menu {width:175px; float:left; margin-top: 11px;}
#content {width:505px; margin-left:10px; margin-right:10px; float:left; margin-top: 11px;}
#spacer {clear:both;}

.listTitle {
	font-weight: bold;
	font-size: 12px;
	color: #678EC9;
}
.listTitle:hover {

}

.itemTitle {
	font-weight: bold;
	font-size: 12px;
	color: #678EC9;
	padding-bottom: 12px;
}

/* just for reference how to center image in div in IE and FF and Opera */
.referencaImage {
	background-color: white;
	border: 1px solid #CECECE;
	padding: 4px;
	height: 250px;
	width: 250px;
	vertical-align : middle;
	display: table-cell;
	
/* begin ie hack */
	_position: relative;
	_height: 220px;
}
.outer {
	_position: absolute;
	_top: 50%;
}
.inner {
	_position: relative;
	_top: -50%;
	_left: -50%;
}
/* end ie hack */
