/*---------- Navigation Bar */
@import url("navigation.css");

/*---------- Globals */
body {
    background-color: #cccccc;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
    margin: 0;
    background-image: url(../img/body_bkg.png);
    background-repeat: repeat-x;
}

img {
    display: block;
    border-style: none;
    margin: 0;
    padding: 0;
}

div {
    padding: 0;
    margin: 0;
}

p, ul,.formLabel,.lblError,.formLabelError {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6c7d88;
}

.lblError, .formLabelError {
	color: #CE0000;
	font-weight:bold;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #f38900;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f38900;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #f38900;
}

.steps {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #f38900;
}

.top_titles {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	 font-weight: normal;
	 float:right;
    color: #f38900;
	 display: inline;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div#banner {
    margin: auto;
    width: 725px;
    height: 173px;
	 background-image: url(../img/banner.png);
}

div#content {
    margin: auto;
    width: 703px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    text-align: left;
}

div#footer {
    margin: auto;
    width: 703px;
    height: 25px;
    background-image: url(../img/bottom_bkg.png);
}

div#content p, h1, h2,h3 {
    padding-left: 20px;
    padding-right: 20px;
}

p.footer {
    padding: 0;
    margin: 0;
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    text-align: left;
}

p.footer a {
    color: black;
}

span.quote {
    color: #0267a3;
    font-style: italic;
}

.yellow {
    color: #f38900;
    font-weight: bold;
} 

.blue {
    color: #3273A9;
    font-weight: bold;
} 