* {font-family:Verdana, Arial, Helvetica, sans-serif;}
html, body {margin:0; padding:0; border:0;}
body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; text-align:center; line-height:1.5em; }
table, ol, ul, li, div, p, h1, h2, h3, h4, h5, h6, img, form, fieldset, hr {border:0px; margin:0px; padding:0px;}
a {text-decoration:none; color: #aa2a2a;}
a:link, a:visited {color:#aa2a2a; text-decoration:none; font-weight:bold;}
a:active, a:hover {color:#aa2a2a; text-decoration:underline; font-weight:bold;}
h1 {
    font-size: 1.3em;
	margin-bottom:10px;
}
h2 {
    font-size: 1.1em;
	margin-bottom:10px;
}
h3 {
    font-size: 1.0em;
	margin-bottom:10px;
}
h4 {
    font-size: 0.9em;
	margin-bottom:10px;
}
p {
	margin-bottom:10px;
}
#wrapper {
	 width:760px;
	 margin:10px auto 10px auto;
}
#container {
	 text-align:left;
	 border:2px solid #aa2a2a;
	 padding:10px;
}
#footer {
    text-align: center;
    font-size: 0.8em;
}
.navigation {
    font-size: 0.9em;
    background: url(../images/button-bg.png);
    height: 25px;
	text-align:center;
	line-height:normal;
	margin-top:10px;
	margin-bottom:10px;
}
.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    font-size: 0.8em;
    font-weight: bold;
    color: ivory;
}
.navigation li {
    display: inline;
    border-left: 1px solid white;
}
.navigation li.last {
    display: inline;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding-right: 4px;
}
.navigation a:link, .navigation a:visited {
    color: ivory;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 4px;
}
.navigation a:hover {
    color: white;
    text-decoration: none;
    background: #aa2a2a;
}
#content_main {
    font-size: 0.9em;
    color: #444;
    text-align: left;
}
#content_main ul {
    margin-left:30px;
}
.quoteblock {
    background: #dde8ed;
    border: 1px solid lightblue;
    padding: 1em;
    border-left: 2px solid #006699;
}
.sign_off {
	margin-top:20px;
}
input[type=submit], input[type=button], .submit-row input {
    background: white url(../images/nav-bg.gif) bottom repeat-x;
    padding: 3px;
    color: black;
}
input[type=submit]:active, input[type=button]:active {
    background-image: url(../images/nav-bg-reverse.gif);
    background-position: top;
}
input[type=submit].default, .submit-row input.default {
    border: 2px solid #5b80b2;
    background: #7CA0C7 url(../images/default-bg.gif) bottom repeat-x;
    font-weight: bold;
    color: white;
}
input[type=submit].default:active {
    background-image: url(../images/default-bg-reverse.gif);
    background-position: top;
}
input[type=reset], input[type=button], .submit-row input {
    background: white url(../images/nav-bg.gif) bottom repeat-x;
    padding: 3px;
    color: black;
}
input[type=reset]:active, input[type=button]:active {
    background-image: url(../images/nav-bg-reverse.gif);
    background-position: top;
}
input[type=reset].default, .submit-row input.default {
    border: 2px solid #5b80b2;
    background: #7CA0C7 url(../images/default-bg.gif) bottom repeat-x;
    font-weight: bold;
    color: white;
}
input[type=reset].default:active {
    background-image: url(../images/default-bg-reverse.gif);
    background-position: top;
}
