body {margin: 20px;
padding: 0;
background-color: silver;
color: #404040;
font-size: 12px;
}

#main2 {width: 750px;
margin: auto;
background-image: url(images/mini_grad.jpg);
background-repeat: no-repeat;
background-color: #eee;}

#header {text-align:center;
background-image: url(images/HDA.gif);
background-position: bottom right;
background-repeat: no-repeat;
height: 84px;}

#header ul {list-style: none;
margin: 0;
padding: 0;}

#navlist li {list-style: none;
display: inline;
margin: 0;
padding: 0;}
  
#navlist li a {
color: navy;
padding: 3px;
margin: 2px;
background: silver;
text-decoration: none;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
border: 1px solid navy;}

#navlist li a:hover {
background: url(images/blue.jpg);}

#navlist li a.active {
background: silver;}


#content {padding: 40px;
 background-color: white;}

#content2 {text-align: center;
padding: 60px 130px;
 background-color: white;
background-image: url(images/world1.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
}

#content2 p {text-align: center;}

#content3 {padding: 40px;
font-size: 14px;
background-image: url(images/bg_stripe.gif);
 background-color: white;}


#disclaimer {border:1px solid silver;
padding: 10px; 
margin-top: 6px;
background-color: #eee;}

#disclaimer p {font-size: 10px;}

#footer {background: url(images/footer.jpg);
text-align: center;
font-weight: bold;
font-size: 13px;
color: white;
padding: 5px;
border:1px solid #eee;}

h {font-family: Georgia, "Times New Roman", serif;}

h1 {text-align: center;
padding: 12px;
color: navy;
font-size:22px;
}

h2 {font-size: 17px;
color: #5c80cd;
font-weight: bold;}

p {font-size: 13px;
text-align: justify;
line-height: 1.3em;
font-family: Verdana, Helvetica, Arial, sans-serif; }

img.right {float: right;
margin-left: 6px;}

p.question {color: #082984;
padding-top: 6px;
font-weight: bold;
font-size: 12px;
background-image: url(images/bg2.jpg);
background-repeat: repeat-x;}

ol {padding: 10px; font-size: .9em;
text-align: justify;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: white;}

ol li {list-style: decimal;
padding: 5px;
}

ol ol {list-style: lower-alpha;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.bold {font-weight: bold;
color: black;}


