/* CSS Document */
body
{
background-color: #e4e4e4;
text-align: center; /* Added */
min-width: 900px; /* Added */
}
#Container
{
width: 900px;
height: 550px;
position: relative;
/*left: 50%; Commented */
margin: 0 auto; /* Added */
/*margin-left: -450px;  Commented */
background-color: #ffffff;
border: 1px solid #666666;
text-align: left; /* Added */
}
#Header
{
width: 900px;
height: 90px;
left: 0px;
top: 0px;
position: absolute;
border-bottom: 1px solid #cccccc;
}
#Information
{
width: 880px;
height: 327px;
left: 10px;
top: 135px;
position: absolute;
background-image: url(images/loadinfo.net.gif);
background-repeat: no-repeat;
background-position: center;
}
#InformationText
{
width: 880px;
height: 327px;
left: 10px;
top: 135px;
position: absolute;
}
#Images
{
width: 370px;
height: 320px;
left: 520px;
top: 140px;
position: absolute;
}
#Menubar
{
width: 900px;
height: 38px; /*35*/
left: 0px;
top: 91px;
position: absolute;


}
#Footer
{
width: 890px;
height: 80px;
left: 0px;
top: 472px;
position: absolute;
font-family: Verdana,Tahoma,Arial;
font-size: 11px;
padding-left: 10px;
padding-top: 10px;
border-top: 1px solid #cccccc;
}
#Contacts
{
font-family: Verdana,Tahoma,Arial;
font-size: 11px;
text-align: right;
padding-right: 10px;
padding-top: 10px;
}
#Name
{
position:absolute; 
left:30px; 
top:10px; 
width:322px; 
height:48px; 
z-index:1
}
#Logos
{
background-image: url(images/manynames2.gif);
background-repeat: no-repeat;
background-position: right center;
}
#LogosAlt
{
background-image: url(images/40years.gif);
background-repeat: no-repeat;
background-position: right center;
}
#Button, #Button a
{
font-family: Verdana,Tahoma,Arial;
font-size: 11px;
padding-top: 9px;
}
#Button a:hover
{
background-color: #ffffff;
}
.ButtonStyle span
{
font-weight: bold;
}

.ButtonStyle
{
display: block;
background-image: url(images/menugrade.jpg);
background-repeat: repeat x;
background-position: left center;
padding-top: 1px;
border: solid 1px #CCCCCC;
border-left: 0px;
color: #330066;
font-family: Verdana,Tahoma,Arial;
font-size: 11px;
text-align: center;
}
.ButtonStyleOver
{
display: block;
background-image: url(images/menugradeG.jpg);
background-repeat: repeat x;
background-position: left center;
padding-top: 1px;
border: solid 1px #BBBBBB;
border-left: 0px;
color: #ff0000;
font-family: Verdana,Tahoma,Arial;
font-size: 11px;
text-align: center;
}
.ButtonStyle a
{
text-decoration: none;
color: #461362;
}
.ButtonStyleOver a
{
text-decoration: none;
color: #CC3300;
}
.ButtonStyleOver span
{
font-weight: bold;
}
#Headcontacts, H1, #Credit 
{
font-family: Verdana,Tahoma,Arial;
font-size: 9px;
}
#Credit a
{
text-decoration: none;
color: #000000;
}
#Credit a:hover
{
color: #CC3300;
}
#Keylayer
{

}
#InfoTextLeft, #InfoTextRight
{
font-family: Verdana,Tahoma,Arial;
font-size: 11px;
padding-left: 0px;
padding-top: 12px;
}
table
{
border: 1px solid #e1e1e1;
}
td
{
font-family: Verdana,Tahoma,Arial;
font-size: 11px;
background-color: #eeeeee;
height: 20px;
}
#tdLeft
{
padding-left: 5px;
}
td a
{
text-decoration: none;
color: #000000;
}
td a:hover
{
color: #CC3300;
}

input
{
width: 98%;
height: 15px;
color: #d72b00;
}
textarea
{
width: 98%;
height: 80px;
overflow: auto;
color: #d72b00;
}
#Highlight
{
color: #d72b00;
font-weight: bold;
}