html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

body {
    color: #666666;
    background-color: #ffffff;
    font-family : sans-serif; 
    font-size: 0.83em;
    margin: 20px auto;
    width: 760px;
    text-align: center; /* for IE bug */
}

h1 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: left;
}

h2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: left;
}

h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: left;
}

h4 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: left;
}

li, dd { 
    margin-left: 5%; 
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

fieldset { 
    padding: .5em; 
}

a {
    color: #F58220;
    background-color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #3366FF;
    background-color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

#header {
    width: 760px;
    height: 131px;
    clear: both;
    margin: 0px auto;
    text-align: left; /* repair for IE bug */
    padding-bottom: 2px;
    background-image:url("images/banner.png");
}

#contact {
    padding: 0px 0px 0px 0px;
    float: right;
}

#contact a {
    color: #F58220;
    background-color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#contact a:hover {
    color: #3366FF;
    background-color: #FFFFFF;
    text-decoration: underline;
}

#nav {
    padding: 5px 0px 4px 0px;
    margin: 0px auto;
    width: 760px;
    clear: both;
    text-align: left; /* repair for IE bug */
    background-color: #FFFFFF;
    border: none;
    white-space: nowrap;
}

#nav a {
    color: #ffffff;
    background-color: #000000;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 32px 4px 32px;
    border: 1px solid #000000;
}

#nav .selected,#nav a:hover {
    color: #ffffff;
    background-color: #F58220;
    text-decoration: none;
    padding: 4px 32px 4px 32px;
    border: 1px solid #F58220;
}

#content {
    border: none;
    width: 760px;
    clear: both;
    margin: 0px auto;
    text-align: left; /* repair for IE bug */
}

#maincontent {
    font-size: 1.0em;
    padding-bottom: 20px;
    width: 540px;
    border-right: 0px solid #CCCCCC;
    float: left;
    text-align: justify;
}

#maincontent-no-side {
    font-size: 1.0em;
    padding-bottom: 20px;
    width: 700px;
    border-right: 0px solid #CCCCCC;
    float: left;
    text-align: justify;
}

#sidecontent {
    font-size: 0.83em;
    padding: 5px 0px 15px 0px;
    width: 195px;
    float: right;
}

#footer {
    color: #FFFFFF;
    background-color: #000000;
    font-size: 80%;
    line-height: 1.5em;
    position: relative;
    clear: both;
    text-align: left; /* repair for IE bug */
    height: 2.5em;
}

#footer a {
    color: #F58220;
    background-color: #000000;
    text-decoration: none;
}

#footer a:hover {
    color: #FFFFFF;
    background-color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

#copyright {
    position: absolute;
    left: 0;
    width: 50%;
    color: #FFFFFF;
    background-color: #000000;
    padding: 5px 0px 5px 20px;
    width: 75%;
    float: left;
}

#footercontact {
    color: #FFFFFF;
    background-color: #000000;
    padding: 5px 5px 5px 50px;
    float: right;
    position: absolute;
    right: 0;
    width: 25%;
    text-align: right;
}

.fileicon {
    margin-left: 5px;
}

.emailimage {
    vertical-align: middle;
}

#photolink {
    margin-top: 20px;
}

#photolink a {
    font-weight: normal;
    font-size: 8px;
    color: #666666;
}

.linetop {
    border-top: solid 1px #dedede;
    margin-top: 20px;
}

.linebottom {
    border-bottom: solid 1px #dedede;
    margin-top: 20px;
}

.gpg {
    color: #666666;
}

.aux-link {
    color: #666666;
}

.footnotes {
    /* Footnote */ font-size:80%;border-top:1px solid silver;padding-top:0.5em;margin-top:3em;
} 

OL.footnotes { 
    /* Footnote */ margin-left:0em;padding-left:2em;
} 

.disclaimer {
    font-size:6pt;border-top:1px solid silver;padding-top:0.5em;margin-top:3em;
    color: #BBBBBB;
    list-style-type:none;
}

.disclaimer li {
    margin-left: 10px;
}

.ftnt { 
    /* Footnote reference text*/ font-size:80%;vertical-align:super;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.margins {
    margin-top: 20px;
    margin-bottom: 20px;
}

.clear {
    clear: left;    
}

.imgcaption {
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
    text-align: center;
}

.source {
    width: 760px;
    border: 1px dashed black;
    overflow: auto
}

.monospace {
    font-family : "Courier New", Courier; 
}

#gateway-screenshots div {
    margin-top: 20px;
    width: 160px;
    display: inline;
    float: left;
}

#blackberry-screenshots div {
    margin-top: 20px;
    width: 160px;
    height: 140px;
    display: inline;
    float: left;
}

#switch_full_mobile {
    border: none;
    width: 760px;
    clear: both;
    float: right;
    text-align: right;
    margin-right: 10px;
}

#downloadlinks {
    text-align: left;
}