html, body, h1, h2, h3, h4, fieldset {
    margin: 0px; 
    padding: 0px;
    border: none;
}

a {
    color: #ffffff;
}

h1 {
    padding: 0px;
    font-size: 1.4em;
    margin: 30px 0px 0px 0px;
}

/*hide from ie on mac\*/
html {
    height: 100%;
    overflow: hidden
}

body {
    height: 100%;
    background-color: #0566A5;
    
    font-family: verdana;
    font-size: 10px;
    
    color: #ffffff;
}
/* end hide */

form {
    padding: 0px;
    margin: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.cb {
    clear: both;
}

#skipNavigation {
    position: absolute;
    top: -1000px;
    left: -1000px;
}

#flashcontent {
    width: 100%;
    height: 100%;
    text-align: center;
}

#noflash {
    padding-top: 20px;
}

#outer {
    margin: 0px auto 2px auto;
    width: 950px;
    height: 500px;
    border: 7px solid #ffffff;
}

#contact {
    width: 210px;
    font-weight: bold;
    line-height: 20px;
    float: left;
}

#contact input{
    margin: 2px;
}

#contact textarea{
    width: 200px;
    height: 120px;
}

#contactInfo{ 
    float: right;
    margin-top: 160px;
    margin-right: 300px;
}

#content {
    text-align: left;
    position: relative;
    width: 950px;
    height: 500px;
    font-size: 1.2em;
    line-height: 18px;
    background-color: #0566B6;
    
}

#bottomMenu {
    position: absolute;
    display: inline;
    
    left: 50%;
    margin-left: -438px;
    font-size: 1.2em;
    width: 950px;
    height: 20px;
    background-color: #0566A5;
}

#innerContent {
    width: 950px;
    height: 100%;
}

#topMenu {
    font-size: 1.2em;
    width: 750px;
    height: 49px;
    background-image: url('../sisys/content/header.jpg');
    background-repeat: no-repeat;
    background-color: #FE0000;
    border-bottom: 1px solid #ffffff;
    padding-left: 200px;
}

#wrapper {
    width: 890px;
    height: 390px;
    padding: 30px;
    
    font-size: 1em;
    
    overflow-y: auto;
    
    background-image: url('../sisys/content/bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center 77px;
    
    /* IE6 fix */
    _background-position: center top;
}

#concepts{
    font-size: 1.6em;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 22px;
}


#topMenu div, 
#bottomMenu div,
#concepts div{
    float: left;
    padding-right: 20px;
}

#topMenu div {
    margin-top: 15px;
}

#topMenu div a, 
#bottomMenu div a, 
#concepts div a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#TOC {
    padding-bottom: 30px;
    border-bottom: 2px solid white;
}

.header a {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.2em;
}

.header {
    font-weight: bold;
    padding-top: 10px;
}

#contentBody {
    padding-top: 20px;
    padding-bottom: 50px;
}

/* FACEBOOK LINK */
html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; } html .fb_share_button:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none; }