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 {
    position: relative;

	top: 50%;
	margin-top: -300px;
}

#outer {
    margin: 0px auto 2px auto;
    width: 936px;
    height: 567px;
    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: 936px;
    height: 555px;
    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: 936px;
    height: 100%;
}

#topMenu {
    font-size: 1.2em;
    width: 736px;
    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: 876px;
    height: 445px;
    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;*/
}

#redBottom {
	width: 100%;
	height: 12px;
	background-color: #ff0000;
	border-top: 1px solid #ffffff;
}

#concepts{
    font-size: 1.6em;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 22px;
}

#promotionBoxes {
	position: absolute;

	top: 169px;
	left: 709px;
}

#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;
}
