body {
    background-color: #D7DFE2;
    margin: 0px;
    padding: 0px;
    font: normal 12px Arial, Verdana, Helvetica, sans-serif;    
    color: #416271;
}

h1 {
    color: #000000;
    font: bold 28px Arial, Helvetica, sans-serif; 
	margin: 0 0 10px 0;
}

input, select {
    font: normal 12px Arial, Verdana, Helvetica, sans-serif;
    color: #444;
}

textarea {
    font: normal 12px Arial, Verdana, Helvetica, sans-serif;
    color: #444;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('gfx/bgTextfield.jpg');
    border: 1px solid #ccc;
    padding: 3px 5px;     
}

img {
    border: 0 none;
}

/**
 * Links
 */

a:link, a:visited, a:active {
    color: #F88000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #F88000;
    text-decoration: underline;
    background-color: transparent;
}

/**
 * Layout
 */

#divWrapper {
    width: 1000px;
    margin: 20px auto;
    background-color: #ffffff;    
}

#divWrapperTopLeft {
    height: 15px;   
    background-position: left;
    background-repeat: no-repeat;
    background-image: url('gfx/edgeTopLeft.jpg'); 
}

#divWrapperTopRight {
    height: 15px;   
    background-position: right;
    background-repeat: no-repeat;
    background-image: url('gfx/edgeTopRight.jpg'); 
}

#divWrapperBottomLeft {
    height: 15px;   
    background-position: left;
    background-repeat: no-repeat;
    background-image: url('gfx/edgeBottomLeft.jpg'); 
    background-color: #416271;
}

#divWrapperBottomRight {
    height: 15px;   
    background-position: right;
    background-repeat: no-repeat;
    background-image: url('gfx/edgeBottomRight.jpg'); 
}

#divHeader {
    position: absolute;
    top: 35px;
    width: 1000px;
    background-color: #ffffff;
}

#divHeader #divLogo {
    height: 70px;
    background-position: 20px 9px;
    background-repeat: no-repeat;
    background-image: url('gfx/logo.jpg'); 
}

#divHeader #divLogo #divBanner {
    position: absolute;
    margin: -3px 0 0 440px;
}

#divHeader #divShoutBox {
    height: 80px;
    background-color: #50A842;
    background-position: left;
    background-repeat: no-repeat;
}

#divHeader #divShoutBoxShadow {
    display: none;
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #000000;
    z-index: 1;
}

#divHeader #divMenu {
    height: 30px;
    background-color: #416271;
}

#divMain {
    margin-top: 180px;
    background-color: #ffffff;
}

#divContent {
    padding: 15px 20px;
}

#divFooter {
    background-color: #416271;
}

/**
 * Menu
 */

#ulMenu {
    margin: 0;
    padding: 0 0 0 15px;
    color: #ffffff;
    list-style-type: none;
}

#ulMenu li {
    float: left;
}

#ulMenu li a:link, #ulMenu li a:visited, #ulMenu li a:active {
    padding: 7px 8px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

#ulMenu li a#current, #ulMenu li a:hover  {
    color: #ffffff;
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
}
  
/**
 * Test
 */
   
#testField01 {
    float: left;    
    width: 350px;
    height: 400px;
} 

#testField02 {
    float: right;    
    width: 590px;
    height: 200px;
}

#testField03 {
    float: right;    
    width: 590px;
    height: 200px;
}

#divProgress {
    display: none;
    position: absolute;
    width: 600px;
    height: 30px;
    margin: 23px 0 0 200px;
    border: 1px solid #FE6602;
    background-color: #50A842;
    z-index: 2;
}

#divProgressBar {
    width: 100%;
    background-color: #F9C263;
    height: 30px;
    background-repeat: repeat-x;
    background-image: url('gfx/bgProgressBar.jpg');     
    z-index: 2;
}

#divProgressBarText {
    position: absolute;
    width: 600px;
    padding-top: 7px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    z-index: 2;
}

/**
 * Buttons
 */

.button {
    background-color: #416271;
    border-top: 1px solid #325980;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #325980;
    margin: 0;
    padding: 2px 8px 2px 7px;
    font: normal 13px Arial,sans-serif;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: 3px 50%;
}

.button:hover {
    background-color: #50A842;
    border-top: 1px solid #F6E0E6;
    border-bottom: 1px solid #8B2323;
    border-left: 1px solid #F6E0E6;
    border-right: 1px solid #8B2323;
}

/**
 * Footer
 */
 
#divFooter {
    padding: 5px 0px 0px 0px;
    text-align: center;
    color: #fff;
} 

.footerLink:link, .footerLink:visited, .footerLink:active {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;    
}

.footerLink:hover  {
    color: #BDFE9A;
    text-decoration: none;
    border-bottom: 1px dotted #BDFE9A;    
}

/**
 * List
 */
.listTable {
    width: 100%;    
}

.listTable th {
    background-color: #416271;
    color: #ffffff;
    padding: 3px 5px;
    font-weight: bold;
    text-align: left;
}

.listTable td {
    color: #000;
    padding: 0px 0px;
    font-weight: normal;
    text-align: left;
}

/**
 * Boxes
 */
.boxYellowInfo {
    border: 1px solid #F7D6AD;
    background-color: #FFF9DE;
    padding: 10px;
    color: #000000;
    margin-bottom: 10px;
}

#divTwitter {
    border: 1px solid #F7D6AD;
    background-color: #FFF9DE;
    padding: 5px;
    color: #000000;    
    position: absolute;
    margin: 10px 0 0 600px;
    width: 370px;
    height: 46px;
    overflow: auto;
}

/**
 * Side ads
 */
 
#divAdLeft {
    width: 120px;
    position: absolute;
    top: 50px;
    margin-left: -130px;
}

#divAdRight {
    width: 120px;
    position: absolute;
    top: 50px;
    margin-left: 1010px;
}
