* {
    font-family: Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
    text-align: left;
}

body {
    background: #FFFFFF;
    color: #4E4E4E;
    font-size: 0.75em;
    font-style: normal;
    width: 960px;
    margin: auto;
}

#page-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#page-title {
    /* clear: both;*/
}

#page-title h1 {
    /* margin: 0px; */
    margin-top:12px;
    margin-bottom:12px;
    margin-left:0;
    margin-right:0;
}

h1 {
    font-weight: bold;
    font-size: 1.25em;
    color: #333;
    margin:0;
}

h2 {
    font-weight: bold;
    font-size: 1.18em;
    color: #333;
    margin:0;
}

h3 {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    margin:0;
}

p {
    text-align: justify;
}

img {
    padding:0;
    margin:0;
}


ul {
    list-style-position: outside;
    padding-left: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
}

a {	
    color: #005A88;
    text-decoration: none;
}

a:hover { 
    color: #138cdd;
    text-decoration: underline;
}

img {
    border: 0;
}

.col-clear {
    clear: both;
    float:none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.box {
    background: #f1f1f1;
}

.box-title {
    background: #6C757A;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box ul {
    padding-left: 5px;
}

.link-button {
    font-family: "Courier New",Courier,monospace;
    font-weight: bold;
    font-size: large;
    background: #0564bf;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    vertical-align:middle;
    padding: 8px 10px 8px 10px;
}

.link-button:hover {
    background: #04498c;
    color: #FFFFFF;
    text-decoration: underline;
}

.link-ext {
    clear: both;
    float:none;
    text-align: right;
    margin-bottom: 20px;
}

.separator {
    border-top: dashed 1px #ccc;
    border-right: 0;
    border-bottom: 0;
    border-left: 0; 
    display: block;
    height: 1px;
}

#header {
    background: url(header.png) no-repeat;
    margin-top: 10px;
    overflow: hidden;
    height: 100%;
}

#header-menu {
    /* clear: both; disabled fix for chromium browser */ 
    float: left;
    list-style: none;
    background: #6db6e3;
    width: 100%;
    margin: 60px 0px 0px 0px;
    padding: 0;
    font-size: 1.18em;
}

#header-menu li {
    float: left;
}

#header-menu a {
    display: block;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold; 
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    letter-spacing: 1px;
}

#header-menu a:hover {
    background: #38769d;
    text-decoration: underline;
}

#footer {
    clear: both;
    border-top: solid 1px #ccc;
    width: 100%;
    padding-top: 5px;
    margin-bottom: 15px;
}

#footer p {
    text-align: center;
    font-style: normal;
    margin: 0px auto;
}

.banner {
    clear: both;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb {
    clear: both;
    display: block;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #005A88;
    font-size: smaller;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}
