body{
margin:0;
padding:0;
line-height: 1.5em;
background: #999594;
font-family: Helvetica;
font-size: 0.8em;
}

h1{
font-size: 1.4em;
font-weight: bold;
text-decoration: underline;
}

h2{
font-size: 1.2em;
font-weight: normal;
}

#maincontainer{
padding-top: 20px;
width: 986px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-image: url('pics/global.jpg'); 
background-repeat: no-repeat;
height: 430px; /*Height of top section*/
}

#sdisLink{
position: absolute;
margin-top: 250px;
margin-left: 50px;
width: 72px;
height: 140px;
}

#content{
position: absolute;
margin-top: 370px;
margin-left: 150px;
width: 800px;
min-height: 500px;
background: #abc;
}

#menue, #footer{
background: #727272;
color: #fff;
padding: 1px 20px 1px 20px;
}

#menue{
height: 20px;
}

#menue A {
font-weight: bold;
color: #fff;
text-decoration: none;
}

#menue A:hover {
font-weight: bold;
color: #000;
}

#menue A:active {
font-weight: bold;
color: #6D1811;
}

#footer{
font-size: 0.7em;
height: 17px;
padding: 0px 16px 2px 16px;
}

#footerText{
float: right;
width: 290px;
}

#maincontent{
min-height: 460px;
border: 2px solid #727272;
background: #f5f5f5;
padding: 1px 20px 1px 20px;
background-image: url('pics/thinline.jpg'); 
background-repeat: repeat-y;
}

#maincontent A {
font-weight: bold;
color: #631610;
text-decoration: none;
}

#maincontent A:hover {
font-weight: bold;
color: #A92B15;
}

#headline h1{
color: #fff;
font-size: 2em;
font-weight: bold;
}

#sign{
position: absolute;
margin-top: 50px;
margin-left: 350px;
height: 114px;
width: 510px;
z-index:1000;
}

#headline{
color: #FFF;
position: absolute;
margin-top: 280px;
margin-left: 150px;
height: 40px;
width: 650px;
z-index:1000;
font-size:1.4em;
}

.noBorder{
border: 0;
}

.active{
color: #F39999;
}

.left{
margin-left: 30px;
}

