*{
 box-sizing:border-box;
 margin: 0px;
 padding: 0;
}


BODY {
  background-color: #240D0C;
  color:#FFDB15;
  font-size:16pt;
}

p
  {
   margin: 2px;
  }

h1, h2
  {
   padding-top: 32px;
   padding-bottom: 8px;
  }

h1
   {
    font-size: 24pt;
    text-align: center;

   }
h2
   {
    font-size: 18pt;
    padding-left: 18px;

   }



body, td
  {
  font-size:14pt;
  }

input, textarea, select
  {
  background-color: #5C201A;
  color:#FFDB15;
  border: 2px solid #80231C;
 }

a:link{color:#15ECFF}
a:visited{color:#91CFFF}

div#_sbglogo_
  {
   position:absolute;
   left:0;
   top:0;
   height:128px;
   width:160px;
  }

div#_gname_
{
color:#FFDB15;
font-family:"Arial";
font-size:40px;

margin-top:8px;
padding-top: 0;
text-align:center;
vertical-align:top;
top-margin:0px;


}

div#_slogan_
{
position:absolute;
right: 30px;
bottom:12px;
text-align:right;

color:white;
margin-bottom:2px;
font-size:14px;
font-style:italic;
}


p.nwsHeader
{
  margin-right: 32px;
  font-size: 16pt;
  font-weight: bold;
  color: #621210;
  margin-top : 32px;
  margin-bottom : 16px;

  background-image:url("img/vrt_wave.png");
}

p.nwsBody
{
  font-size:12pt;
  font-family: Arial;
  font-color:#FFDB15;
  margin-left: 16px;
}



/* added recently */
/* contents "frame" */
div#content
{
  width: 100%;
  height: 100%;
  padding-top: 128px;
}

.logobkg
{
position:fixed;
height:100%;
}

div#errorbox
  {
   margin:0 auto;
   background-color:red;
   width:60%;
   height:120px;
   font-size:18pt;
  }


 /* header */
div#headerwrap {
  position:fixed;
  width:100%;
  top:0;
  left:0;
  height:128px;
  background-size:100% 100%;

}

body>div#headerwrap {
  position:fixed;
}

div#header {
	height:50px;
	width:720px;
	margin:0 auto;
}

/* footer */
div#footerwrap {
  width:100%;
  position:fixed;
  bottom:0;
  left:0;
  height:128px;
  text-align:center;
  vertical-align:middle;
  background-size:100% 100%;
  background-image:url("img/vbar.jpg");

}
body>div#footerwrap {

}

div#footer {
  line-height: 40px;
  font-size: 11pt;
  font-weight:normal;
}

div#footerad
{
width:340px;
height: 55px;
padding-top: 0;
vertical-align:top;
margin:0 auto;
background-color:gray;
margin-top: 12px;
}



/* content sections */
div#content
{
  padding-bottom: 0px;
}


div#contentsads {
  width:180px;
  position:fixed;
  height:100%;
  left:0;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;

  background-color: rgba(108, 38, 36, 0.3);
}

div#contentscontent
{
  padding: 32px;
  background-attachment:fixed;
  background-size:auto;
  height:100%;
  overflow-y: scroll;
  background-image:url("img/DFlogo.png");

}



