/********************************************************************************/
body {
    width: 760px;
    margin: auto;
    background-color: #ddddff;
    font-family: verdana,
                 arial,
                 helvetica,
                 san-serif;
    font-size: .7em;
    overflow: -moz-scrollbars-vertical;
}
* {
    font-size: 100%;
}
/********************************************************************************/

/********************************************************************************/
#header {
    clear: both;
    width: 100%;
    height: 61px;
    margin-bottom: 10px;
    color: #0033ff;
}
/********************************************************************************/

/********************************************************************************/
#intNavBar {
    clear: left;
    width: 100%;
    padding: 5px 0;
    background-color: #000099;
    border: 0;
    margin-bottom: 10px;

}
#intNavBar ul {
    margin: 0;
    margin-left: 4px;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
#intNavBar ul li {
    display: inline;
}
#intNavBar ul li a {
    text-decoration: none;
    padding: 5px 10px;
    margin-left: -4px;
    color: #ffffff;
    background-color: transparent;
    border-right: 1px solid white;
}
#intNavBar ul li a:hover {
    color: #000000;
    background-color: #9999ff;
}
#intNavBar li a#activeIntNavBar {
    color: #000000;
    background-color: #9999ff;
}
/********************************************************************************/

/********************************************************************************/
#footer {
    clear: both;
    width: 100%;
    float: left;
    font-style: italic;
    background-color: transparent;
    border-top: 0px solid #2d3194;
    margin-top: 10px;
    margin-bottom: 10px;
}
/********************************************************************************/

/********************************************************************************/
.foo {
    position: relative;
}
/********************************************************************************/

textarea {
    font-family: verdana,
                 arial,
                 helvetica,
                 san-serif;
}

form fieldset {
    border-color: #000000;
    border-style: solid;
    border-width: 1px 0 0 0;
}

form fieldset legend {
    font-size: 125%;
}

form fieldset span.pair {
    display: block;
    margin-bottom: 10px;
}

form fieldset span label {
    float: left;
    width: 120px;
    text-align: left;
}

form fieldset span.buttonBar {
    display: block;
    text-align: center;
}

form fieldset span.buttonBar input, button {
    margin: 0 50px;
}

label.error {
    background-color: #f00000;
    color: #ffffff;
}
