body {
  background-image: url('');
  background-repeat: repeat-y;background-attachment:fixed;
  background-color : #0A3E77;
  color : #ffffff;
  text-align : center;
  margin-top : 5px;
  vertical-align : middle0
}

h1           
{ font-family: Arial,times; font-size: 18pt; color: #ffffff; font-weight: bold;  text-align : center;
 }
h2           
{ font-family: Arial,times; font-size: 24pt; color: #ffffff; font-weight: bold }
h3           
{ font-family: Arial,times; font-size: 14pt; color: #ffffff; font-weight: normal }
h4 
{ font-family: Arial,times; font-size: 1em; color: #ffffff; font-weight: bold }
p      
{ font-family: Arial, times; font-size: .8em; color: #ffffff }
a
{ font-family: Arial, times; font-size: 1em; color: #ffffff}

a:hover
{ font-family: Arial, times; font-size: 1em; color: #FC7E20}


#content {
  width : 80%;
  margin-right : auto;
  margin-left : auto;
  margin-top : 20px;
  border :1px solid #FC7E20;
  background-image: url('images/ESTAbgnd-countries.gif'); background-repeat:no-repeat;

  background-color : #0A3E77;
  padding-top : 120px;
  padding-left:5px;
  padding-right:0px;
  padding-bottom:2px;
  text-align : left;
}

#contactList ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#contactList ul li { display: inline; }

#contactList ul li a
{
text-decoration: none;
padding: 0em 1em ;
font-family: Arial, times; font-size: 12px; color: #ffffff;
background-color: #FC7E20;
}

#contactList ul li a:hover
{
color: #fff;
background-color: #0A3E77;
}



#footer {
	color: #999;
)