@charset "utf-8";
/* CSS Document */

 #header  {
	left:4px;
	width:940px;
	height:90px;
	margin-top:0px;
	margin-bottom:3px;
	background-position:left;
/* 	background-image :  url(images/dmslogo.gif);*/
	background-repeat :  no-repeat;
	background-color:#FFFFFF;
	position:relative;
}

html {
  background-color: #ffffff;
}

body  {
	margin :  0;
	top :  0;
	height: 750px; 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-top: 5px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height:1.3em;
	background:#fff;
	background-image: -moz-linear-gradient(top, #DADADA, #ffffff);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #DADADA),color-stop(1, #FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DADADA', endColorstr='#FFFFFF');/*For IE7-8-9*/ 
	/*height: 1%;/*For IE7*/ 

 }
	
 #container  {
	min-height :  100%;
	position :  relative;
	width :  950px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	padding:5px;
	z-index:0;
 }
 

#menu  {
	position :  relative;
	margin-left:5px;
	margin-top:25px;
	padding:0px;
	width:940px;
	color:#666666;
	left: 0px;
	top: -25px;

 }

#mainContent {
	margin-top:-15px;
	width: 950px;
	z-index:7;
}
#mainContent2 {
	margin-top:15px;
	padding-left:15px;
	border-bottom-style:solid;
	border-bottom:thin;
	border-bottom-color:#990000;
	width: 950px;
	z-index:7;
}
#footer {
	position:absolute;
	padding:10px;
	width:930px;
	color:#000000;
/*	border-top:solid;
 	border-top-color:#990000;
	border-width:1px; */
	text-align:center;
	font-size:9px;
	font-weight:bold;
	color:#CCCCCC;
	background-color:#0e3082;
	z-index:5;
	bottom: 5px;
	border-radius: 0px 0px 15px 15px;
}

#justaline {
	position:absolute;
	width:950px;
	height:1px;
	left: 14px;
	top: 88px;
	/* background-image :  url(images/hline.jpg); */
}

.class1 A:link {text-decoration: none; color:#FFFFFF}
.class1 A:visited {text-decoration: none; color:#FFFFFF}
.class1 A:active {text-decoration: none; color:#FFFFFF}
.class1 A:hover {text-decoration: none; color: red;}

iframe {
  float: none;
}

/* begin Box, Sheet */
.art-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 450px;
  min-width: 35px;
  min-height: 35px;
}

.art-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
  width: 34px;
  height: 34px;
  background-image: url('images/sheet_s.png');
}

.art-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 17px, 17px, auto);
}

.art-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 17px, 17px);
}

.art-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(17px, 17px, auto, auto);
}

.art-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(17px, auto, auto, 17px);
}

.art-sheet-tc, .art-sheet-bc
{
  left: 17px;
  right: 17px;
  height: 34px;
  background-image: url('images/sheet_h.png');
}

.art-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 17px, auto);
}

.art-sheet-bc
{
  bottom: 0;
  clip: rect(17px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
  top: 17px;
  bottom: 17px;
  width: 34px;
  background-image: url('images/sheet_v.png');
}

.art-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 17px);
}

.art-sheet-cl
{
  left: 0;
  clip: rect(auto, 17px, auto, auto);
}

.art-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 17px;
  left: 17px;
  right: 17px;
  bottom: 17px;
  background-image: url('images/sheet_c.png');
}

.art-sheet
{
  margin-top: 5px !important;
  cursor:auto;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
  min-width: 876px;
}

/* end Box, Sheet */

/* begin Footer */
.art-footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.art-footer-b 
{
  position: absolute;
  left:12px;
  right:12px;
  bottom:0;
  height:12px;
  background-image: url('images/footer_b.png');
}

.art-footer-r, .art-footer-l
{
  position: absolute;
  height:12px;
  background-image: url('images/footer_s.png');
  bottom: 0;
}

.art-footer-l
{
  left: 0;
  width:12px;
}

.art-footer-r
{
  right: 0;
  width:24px;
  clip: rect(auto, auto, auto, 12px);
}

.art-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 12px;
  background-color: #30e3082;
}
