/******************** GLOBAL RESETTING CODE BASED ON YAHOO CSS RESET ********************/


body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
/*li{list-style:none;}*/
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

BODY
{
  background-color:white;
}


#page
{
  margin-left:auto;
  margin-right:auto;
  width:804px;
  background-color:black;
  background-image:url('../img/bgpage.jpg');
}



#banner
{
  height:217px;
}


#pagemiddle
{
  height:109px;
  background-image:url('../img/bgmiddle.jpg');
}

#menu
{
  height:50px;
  padding-top:20px;
  text-align:center;
}

#menu A
{
  font-family:Verdana,Arial,helvetica;
  color:white;
  font-size:12px;
  margin-left:70px;
  text-decoration:none;
}

#menu A:hover
{
  color:#A7A6A6;
  text-decoration:underline;
}

#content
{
  background-color:#FFF6E8;
  min-height:350px;
  width:728px;
  margin-left:27px;
  padding-left:20px;
  padding-top:40px;
}


#rightmenu
{
  width:200px;
  padding-left:20px;
  float:right;
  color: #1B3B52; 
  font-family: Verdana, Arial,Helvetica,sans-serif; 
  font-size: 11px; 
  margin-right:15px;
  line-height:160%;
  border-left:1px solid #EFA31C;
  margin-left:20px;
}

#rightmenu A
{
  color: #777676;
  text-decoration:none;
  font-weight:bold;
  font-family: Verdana, Arial,Helvetica,sans-serif; 
  font-size: 11px; 
}

#rightmenu A:hover
{
  color:black;
}


#footer
{
  background-color:#FAE7C9;
  height:45px;
  width:748px;
  margin-left:27px;
  border-top:1px solid #FFAF3A;
  text-align:center;
  padding-top:10px;
}

UL.mylist
{

}
UL.mylist LI
{

  list-style: square;
  font-size: 12px; 
  margin-bottom:10px;
  text-align:justify;
}

UL.arrowlist
{

}
UL.arrowlist LI
{

  list-style:circle;
  color:#1B3B52;
  color: #171717; 
  font-family: Arial,Helvetica,sans-serif; 
  font-size: 12px; 
  font-weight:normal;
  margin-bottom:10px;
}




H1
{
  font-family: arial,helvetica; 
  font-size: 20px; 
  font-weight:bold;
  color: white;
  display:block;
  margin-left:50px;

}

H2
{
  font-family: times,times new roman, serif; 
  font-size: 18px; 
  font-weight:bold;
  color: #1B3B52;
  padding-bottom:4px;
  margin-bottom:10px;
  margin-right:10px;
  padding-top:15px;
  display:block;

}


.text
{
  color: #1B3B52; 
  font-family: Arial,Helvetica,sans-serif; 
  font-size: 12px; 
  font-weight:normal;
  line-height:170%;
  text-align:justify;
}

.text A, #rightmenu .text A
{
  color: #1B3B52; 
  font-family: Arial,Helvetica,sans-serif; 
  font-size: 12px; 
  text-decoration:underline;
  font-weight:normal;
}


.text A:hover, #rightmenu .text A:hover, 
{
  color: #434D1A; 
  text-decoration:underline;
}

 
TABLE.type1
{

}

TABLE.type1 TD
{
  padding:3px;
}


