
body {
    margin: 0;
    padding: 0px;
}
body#website {
    background-image: url(/images/background.jpg);
    background-repeat: no-repeat;   
}

img {
    border: 0px;
}

div {
    border: none;
}

#container {
    margin-left: 150px;
    margin-top: 50px;
    width : 900px;
    text-align: left;
    overflow: auto;
}

#header {
    position: relative;
    float: left;
    width: 900px;
    height: 200px;
    z-index: 20;
}

#logos {
    float: left;
}

#center {
    position: relative;
    float: left;
    background-color: #FFFFFF;
    height: 171px;
    width: 665px;
    z-index: 20;
}
#rightheader {
    float: left;
    height: 171px;
    width: 35px;
}

#banner img {
    padding-top: 3px;
}

#navbar {
    position: relative;
    float: left;
    clear: both;
    z-index: 20;
    width: 865px;
    margin-left: -170px;
}

#navbar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#navbar ul li {
    position: relative;
}

#navbar ul li a {
    display: block;
    background-color: #FFFFFF;
    text-align: center;
    font-family: Arial, Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

#navbar ul ul {
    border: solid 0px #BD9C6B;
    border-top: 0px;
    background-color: #FFFFFF;
    position: absolute;
    display: none;
    left: -1px;
    top: 19px;
    opacity:1;
    filter:alpha(opacity=100);
    padding-top: 5px;
}
#navbar ul ul li {
    width: 188px;
    margin: 0px;
    padding: 0px;
}
#navbar ul ul li a {
    text-align: left;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
}
#navbar ul ul li a:hover {
    color: #00AEEF;
    background-color: #FFFFFF;
}
#navbar ul li:hover ul {
    display: block;
}

#navbar ul ul ul {
    border: solid 0px #BD9C6B;
    border-top: 0px;
    background-color: #FFFFFF;
    position: absolute;
    display: none;
    left: 170px;
    top: 0px;
    opacity:1;
    filter:alpha(opacity=100);
    padding-top: 5px;
}
#navbar ul ul ul li {
    width: 151px;
}
#navbar ul ul ul li a {
    text-align: left;
    color: #000000;
    font-weight: bold;
    margin: 0px;
}
#navbar ul ul ul li a:hover {
    color: #F8981C;
    background-color: #FFFFFF;
}
#navbar ul li:hover ul ul {
    display: none;
}
#navbar ul ul li:hover ul {
    display: block;
}

#content {
    position: relative;
    clear: both;
    float: left;
    width: 840px;
    background-color: #FFFFFF;
    padding: 30px;
    background-image: url(/images/contenttop.jpg);
    background-repeat: no-repeat;
    min-height: 400px;
}

body>html #content {
    width: 900px;
}

#footer {
    position: relative;
    width: 710px;
    float: left;
    clear: both;
    color: #000000;
    padding-top: 10px;
    background-color: #FFFFFF;
    padding-left: 190px;
}
body>html #footer {
    width: 900px;
}
#footer hr {
    border-color: #888888;
    width: 680px;
    margin: 0px;
    padding: 0px;
}
#footer p, #footer p a {
    margin-top: 0px;
    font-size: 10px;
    color: #888888;
    text-decoration: none;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 28px;
    color: #999999;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    padding-left: 15px;
    background-image: url(/images/plus.jpg);
    background-repeat: no-repeat;
}

h3 {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
}

p, td, ul li, ol li {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #000000;  
    margin-top: 10px; 
}
div.menu {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #000000;
    width: 402px;
    height: 38px;
    padding: 3px;
}
div p.menu {
    font-size: 11px;
    margin-top: 0px;
    float: right;
    color: #ffffff;
    margin-right: 10px;
}

label.admin {
    width: 100px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

#content p.successmessage {
    width: 100%;
    background-color: #99FFBB;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0px;
    font-size: 16px;
    text-align: center;
}

#content p.failmessage {
    width: 100%;
    background-color: #CC99AA;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0px;
    font-size: 16px;
    text-align: center;
}

#content p.warningmessage {
    width: 100%;
    background-color: #FFFFBB;
    margin: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    text-align: center;
}

ul.bluelinks {
    border-top: solid 1px #00AEEF;
    padding-left: 0px;
}
ul.bluelinks li {
    border-bottom: solid 1px #00AEEF;
    font-weight: bold;
    color: #00AEEF;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.bluelinks li a {
    font-weight: bold;
    color: #00AEEF;
    text-decoration: none;
}
ul.bluelinks li ul {
    border: none;
    margin-left: 20px;
}
ul.bluelinks li ul li {
    list-style: disc;
    border: none;
    color: #000000;
    font-weight: normal;
}
span.helpBox {
    color: #000000;
    margin-top: 10px;
    margin-left: 20px;    
    font-weight: normal;
}
span.hiddenContent {
    color: #000000;
    margin-top: 10px;
    margin-left: 20px;  
    margin-bottom: 10px;  
    font-weight: normal;
    font-size: 12px;
}
span.hiddenContent td, span.hiddenContent ul li {
    font-size: 12px;
}
span.hiddenContent li ul {
    border: none;
    margin-left: 20px;
}
span.hiddenContent li ul li {
    list-style: disc;
    border: none;
    color: #000000;
    font-weight: normal;
}

input[type=text] {
    border: solid 1px #ff6600;
}

table {
    border-collapse: collapse;
}

table tr td {
    vertical-align: top;
}
table tr td.leftcolumnwrapper {
    width: 158px;
}

table tr td.rightcolumnwrapper {
    width: 218px;
}

table tr td table.rightcolumn {
    border-collapse: collapse;
    margin-left: 60px; 
}
table tr td table.rightcolumn tr td {
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFFFFF;
    text-decoration: none;
    width: 158px;
    background-repeat: no-repeat;
}
html>body table tr td table.rightcolumn tr td {
    width: 148px;
}

table tr td table.rightcolumn tr td a, table tr td table.rightcolumn tr td p, table tr td table.rightcolumn tr td h2, table tr td table.rightcolumn tr td h3 {
    text-decoration: none;
    color: #FFFFFF;
}

table tr td table.leftcolumn {
    border-collapse: collapse;
    margin-right: 15px;
}

table tr td table.leftcolumn tr td {
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFFFFF;
    text-decoration: none;
    width: 158px;
    background-repeat: no-repeat;
}
html>body table tr td table.leftcolumn tr td {
    width: 148px;
}

table tr td table.leftcolumn tr td a, table tr td table.leftcolumn tr td p, table tr td table.leftcolumn tr td h3, table tr td table.leftcolumn tr td h2 {
    text-decoration: none;
    color: #FFFFFF;
}
