﻿body
{
  font-size: small;
  font-family: 'Times New Roman' , Times, serif;
  color: #000000;
  padding: 0px;
  margin: 0 auto;
  font-weight: bold;
  
  background-color: #E5E9D3;
  background-image: url('../images/Bk_ground_texture.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
}
/* ----------container to center the layout---------- */
#page
{
    position: relative; /*background: #355379 ;*/
    width: 1020px;
    margin: 0 auto;
    top: 10px;
    margin-bottom:10px;
} 

/* ------------------master page----------------------------------*/
#main
{
    margin: 0px;
    position: absolute;
    top: 165px;
    left: 0px;
    width: 1020px;
    border-right: 1px solid #68846A;
    background: #D5DCB8;
}

#header
{
   position: absolute;
   top: 0px;
   left: 2px;
   width: 1020px;
   height: 167px;   
}

#contentPage
{
    margin: 0px;
    padding: 0px;
    color: Black;
}

#leftColumn
{
    margin: 0px;
    padding: 0px 0px 0px 1px;
    background-color: #68846A;
    color: White;
    text-align: center;
}

#footer
{
color:White;
background-color:  #334134;
}

/* ---------------------header parts-------------------------------*/


#photo
{
 position:absolute; 
 top:-10px;
 left:725px;
 width:275px;
 height:130px;
}

#marquee
{
 font-size:16px; 
 color:#fffffc; 
 position:absolute; 
 top:40px;
 left:115px;
 width:800px;
 height:15px;
}

#menu
{
 position:absolute; 
 z-index:2;
 top:167px;
 left:212px;
 width:800px;
 height:15px;
}

/* ----------------------------------------------------------- */

table
{
    padding-top: 0px;
    margin-top: 0px;
}
.FixedPosition
{
	position: fixed;
	top: 167px;
}

#divDvbs
{
   padding: 0px;
   margin: 0px;
   text-align: center;
   position: relative;
   z-index: 1;
   top: -50px;
   left: 0px;
}

.yellow
{
color:Yellow; 
text-align:left;
}
.red
{
 color:#CC3300;
}
#h1yellow
{
font-size: 27px;
text-transform:uppercase;
color:Yellow; 
text-align:left;
}
#h1yellow a
{
    text-decoration: none;
color:Yellow; 
}
.h1
{
font-size: 30px;
text-transform:uppercase;
color:#990000;
text-align:center;
}
h1
{
font-size: 30px;
text-transform:uppercase;
color:#990000;
text-align:center;
}

h2 {
font-size:24px;
color:#996600;
}

h3 {
font-size:24px;
color:#CC3300;
}

.h3
{
   font-size: 24px;
   color: #CC3300;
   padding-bottom: 0px;
   margin-bottom: 0px;
}

h4 {
font-size:20px;
color:#000033
}

h5
{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

h6 {
font-size:16px;
color:Navy;
text-align:center;
}

table
{
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   border: 0;
}
/*
td
{
  vertical-align: top;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
} */

td.td5
{
padding-right: 5px;
padding-left: 5px;
}

td.td10
{
padding-right: 10px;
padding-left: 10px;
}

.divBoldCenter
{
text-align:center;
font-weight:bold
}
.imgRight
{
    text-align: right;
}

.bold
{
  font-weight: bold;
  font-size: 14px;
}
.norm
{
  font-size: 14px;
  font-weight: normal;
}

.table
{
   width: 50%;
}
.imageCenter
{ text-align:center;
}
.imageLeft
{
   float: left;
   padding-right:5px;
   padding-top: 5px;
   padding-bottom:5px
}
.imageRight
{
   float: right;   
   padding-left: 5px;
   padding-top: 5px;
   padding-bottom:5px
}
#footer a
{
    color: #C0C0C0;
    text-decoration: none;
    font-size: x-small;
}

/* ----------------------------------------------------------- */

 #poll
 { 
   font-size:medium; 
   width:250px;
 }
 
 #result
 {
  color:White; 
  font-size:medium; 
  width:250px;
 }
 
 #poll a:link,#poll a:visited 
 { 
  color:#999;
 }
 
  #answer a:link,#answer a:visited 
  { 
   color:#e4e4e4;
  }
  
  a:hover 
  {
   font-weight:bold;
   text-decoration:none;
  }
  
  .td1
{
    background-color: #334134;
    text-align: left;
    font-weight: bold;
    color: #e4e4e4;
}
  
  .td2
{
    background-color: #68846A;
    text-align: center;
    font-weight: bold;
}
   
   .td1 a:link
   {
    text-align:right;
   }
   
   .td2 span
   {
    font-size:70%;
   }
