@charset "UTF-8";
/* CSS Document */

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: black;
background-color: #2E0854;
}

p{
font-size: 12px;
text-align: left;
}

p.italic{
font-size: 12px;
text-align: left;
font-style: italic;
}

ul, li{
margin-top: 15px;
text-align: left;
}

ul.b, li.b{
margin-top: 2px;
text-align: left;
}

ul.c, li.c{
margin-top: 0px;
text-align: left;
}

#main{
width: 800px;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
padding: 0;
background-color: white;
text-align: center;
border: solid 1px #CCC;
}

#header{
width: 800px;
height: 187px;
background-color: #eed6af;
}

.space{
width: 800px;
height: 25px;
}

#stage{
width: 800px;
height: 389px;
}

#nav{
width: 178px;
height: 389px;
background-color: #aa3f2d;
}

#navspace{
width: 178px;
height: 59px;
}

#navspaceGATE{
width: 178px;
height: 84px;
}

#stageLEFT{
width: 379px;
height: 389px;
}

#stageLEFTtop{
width: 379px;
height: 225px;
}

#stageLEFTtopB{
width: 359px;
height: 199px;
padding: 15px 10px 10px;
font-size: 90%;
border-top: solid 1px #CCCCCC;
}

#stageLEFTbottom{
width: 379px;
height: 164px;
}

#stageLEFTbottomB{
width: 359px;
height: 139px;
padding: 15px 10px 10px;
font-size: 90%;
border-bottom: solid 1px #CCCCCC;
}

#stageRIGHT{
width: 243px;
height: 389px;
}

#stageRIGHTtop{
width: 243px;
height: 184px;
}

#stageRIGHTtopB{
width: 223px;
height: 159px;
padding: 15px 10px 10px;
border-top: solid 1px #CCCCCC;
font-size: 90%;
}

#stageRIGHTbottom{
width: 243px;
height: 205px;
}

#stageRIGHTbottomB{
width: 223px;
height: 180px;
padding: 15px 10px 10px;
border-bottom: solid 1px #CCCCCC;
font-size: 90%;
}

.headline{
text-align: center;
font-weight: bold;
text-transform: uppercase;
margin: auto;
}

.shift{
color: #000a68;
font-weight: bold;
}

#floatlistA{
width: 195px;
font-size: 82%;
float: left;
}

#floatlistB{
font-size: 82%;
}

#floatlistC{
width: 130px;
font-size: 82%;
float: left;
}

#baseline{
width: 800px;
height: 25px;
background-color: #eed6af;
}

#footalign{
width: 800px;
text-align: center;
margin: auto;
}

#footer{
width: 795px;
height: 25px;
text-align: left;
padding-left: 5px;
color: #eed6af;
font-size: 9px;
line-height: 25px;
}

a.link{
color: #eed6af;
text-decoration: none;
}

a.link:hover{
color: #FFFFFF;
text-decoration: none;
}