@import url(navbar.css);
@import url(navlist.css);

/* ---------- core ---------- */

* {
    margin: 0;
    padding: 0;
}
	
html {
    font-size: 100%;
}

body {
    padding: 20px;
    font-size: 62.5%;
}

/* ---------- basic design ---------- */


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

h1, h2 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.2em;
    margin-top: 1.65em;
}

p {
    font-size: 1.1em;
    margin-bottom: 1.1em;
}

h3, p {
    margin-left: 1em;
}

/* ---------- specific rules ---------- */

body {
    background-color: #000000;
}

#wrapper {
    background-color: #ffffff;
    margin: 0 auto;
    width: 800px;
    height: 80em;
    padding: 20px;
    border: 3px solid #ffffff;
}

#masthead {
    height: 120px;
    background-color: #0033CC;
    margin: -20px -20px 0 -20px;
    position: relative;  
    background: #0033CC url(../images/banner_bouncing_globe.gif) right 50% no-repeat; 
}

h1 {
    font-size: 0;
    color: #0033CC;
    width: 475px;
    height: 100px;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -50px;
    background: transparent url(../images/banner_text.gif) no-repeat top left;
}

#skipLink {
    font-size: 0;
}

#links {
    width: 180px;
    background-color: #bbbbbb;
    float: left;
    margin-right: 20px;
    border: 2px solid #bbbbbb;
    border-right: 2px solid #444444;
    border-top: 2px solid #444444;
    
}

#choices {
    width: 500px;
    float: left;
    margin: 0;
    padding: 10px;;
    font-size: 1.5em;
}

#choices ul {
    list-style: none;
}

#choices ul a {
    width: 90%;
    padding-left: 10px;
    margin: 3px 0;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
}

#choices ul a:link, #choices ul a:visited {
    border-left: #000000 solid 10px;
    color: #00425E;
}

#choices ul a:hover, #choices ul a:active {
    border-left-color: #fff;
    background-color: #00425E;
    color: #fff;
}

#footer {
    width: 100%;
}

fieldset {
    border: 1px dashed #555555;
    padding: 10px;
    margin-bottom: 10px;
}

legend {
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background: #ffffff;
    text-transform: uppercase;
}

.textField {
    border: 1px solid #333333;
    background-color: #dddddd;
    padding: 2px;
}

label {
    float: left;
    text-align: right;
    font-weight: bold;
    width:95px;
    margin-right: 10px;
}

.submit {
    padding: 2px;
}

fieldset p {
    clear: both;
    margin-bottom: 20px;
}


label {
  display: block;
}

.warning {
   font-weight: bold;
   color: #ff0000;
}

