/* yahoo's css resetting */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

BODY {
  background: white;
  text-align: center;
}

A {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: white;
  text-decoration: none;
}

A:Visited  {
  font-size : 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight : normal;
  font-style : normal;
  color : lightgray;
  text-decoration : none;
}

A:Active  {
  font-size : 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight : normal;
  font-style : normal;
  color : white;
  text-decoration : underline;
  

}

A:Hover  {
  font-size : 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight : normal;
  font-style : normal;
  color : white;
  text-decoration : underline;
}

A.special {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: blue;
  text-decoration: underline;
  
}

A:Visited.special  {
  font-size : 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight : bold;
  font-style : normal;
  color : blue;
  text-decoration : underline;
}

A:Active.special  {
  font-size : 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight : bold;
  font-style : normal;
  color : blue;
  text-decoration : underline;

}

A:Hover.special  {
  font-size : 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight : bold;
  font-style : normal;
  color : blue;
  text-decoration : underline;
}





H1 {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: black;
  text-decoration: none;
  padding-bottom: 8px;
}

H2 {
  font-size: 18px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: black;
  text-decoration: none;
  padding-bottom: 25px;
}


H3 {
  font-size: 12px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: white;
  text-decoration: none;
  padding-bottom: 5px;
}


a.copyright {
  color: gray;
}

a.copyright:hover {
  color: blue;
}

div.copyright  {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: gray;
  padding-top: 20px;
  padding-left: 35px;
  text-decoration: none;
  }

div.global  {

  width: 100%;
  height: 640px;
  margin-top: 2%;
  padding-right: 0px;
  padding-left: 0px;

}



div#left  {
  background: url(left.png) no-repeat;
  width: 246px;
  height: 527px;
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: white;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  text-align: left;
  float: left;

}


#left div
{
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: relative;
  top:250px;
  left:30px;
  width: 200px;
  text-align: left;


}

div#questions
{
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: white;
  position: relative;
  top:300px;
  left:32px;
  width: 145px;
  text-align: left;

 }


div#desc  {
  background: url(back.png) repeat-x;
  width: 420px;
  height: 840px;
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  text-decoration: none;
  text-align: left;
  float: left;
}

#desc div
{
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: relative;
  top:10px;
  left:15px;
  width: 410px;
  text-align: left;
  }


div#news  {
  background: url(back.png) repeat-x;
  height: 840px;
  width: auto;
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 25px;
  text-decoration: none;
  text-align: left;
  float: auto;
}

#news div
{
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  position: relative;
  top:10px;
  left:10px;
  width: auto;
  text-align: left;
  }


div#top {
  background: url(top.png) no-repeat;
  width: 858;
  height: 93px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  float: left;

}



#top ul
{
 position: absolute;
 top:96px;
 left:250px;
}

#top li
{
 list-style-type:none;
 white-space: nowrap;
 float: left;
}

#top li a
{
  display: block;
  padding: 0 10px;
  background-color:inherit;

}


div#toptile {
  background: url(tile.png);
  height: 93px;
  padding-left:  0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;

}


input {
  border: 1px solid #BFBFBF;
  color: #949494;
  background: #fff;
  padding: 2px 5px 1px 5px;
  font-size: 1em;
}
	
input:hover {
  background: #fff;
  border: 1px solid #ACE149;
  color: #7DA721;
  font-size: 1em;
}

textarea {
  font-family: Verdana, Arial, Helvetica;
  font-size: 1.1em;
  border: 1px solid #BFBFBF;
  color: #949494;
  padding: 2px 5px 1px 5px;
  width: 500px;
}

textarea:hover {
  background: #fff;
  border: 1px solid #ACE149;
  color: #7DA721;
}

