html {height:100%;}

body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: 0;
background-color: #ffffff;
color: #000000;
font-size: 100%;
}





a:link, a:visited {
text-decoration: none;
color: #990000;
}

a:hover, a:focus {
text-decoration: underline;
color: #FF6600;
}


#wrapper {
width: 100%;
min-height: 100%;
padding: 0;
position: absolute;
top: 0;
left: 0;
background-image:url(../img/burgondy-dotbg.jpg);
}







#header {
margin-left: auto;
margin-right: auto;
margin-top: 20px;
min-width: 1024px;
padding: 5px 0;
width: 80%;
font-family: "Century Gothic";
color: #4b1400;
background-color: white;
}



#menu {
margin-left: auto;
margin-right: auto;
}

#left {
padding: 5px 15px 0 5px;
float:left;
height: 100%;
width: auto;
font-family: "Century Gothic";
color: #4B1400;
font-size: 85%;
}

#left a {
    text-decoration: none;
}

#left ul {
    list-style: none;
}
    
.selected { font-weight: bold; }




#forms {
width: 150px;
padding: 5px 15px 5px 5px;
float:left;
height: 100%;
}




#main {
height: 100%;
margin-left: auto;
margin-right: auto;
min-width: 1024px;
width: 80%;
background-color: white;

}


#content {
font-family: "Century Gothic";
color: #4B1400;
font-size: 85%;
height: 100%;
}



#center {
text-align: center;
}





#footer {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
min-width: 1024px;
padding: 5px 0;
width: 80%;
font-family: "Century Gothic";
color: #4b1400;
background-color: white;
text-align: center;
font-size: 75%;
}






h1 {
font-size: 200%;
font-weight: bold;
}

h2 {
font-size: 170%;
font-weight: bold;
}

h3 {
font-size: 140%;
font-weight: bold;
}

h4 {
font-size: 110%;
font-weight: bold;
}

h5 {
font-size: 80%;
font-weight: bold;
}

h6 {
font-size: 50%;
font-weight: bold;
}


#press  {
margin-left: auto;
margin-right: auto;
width:80%;
text-align:center;
}


IMG.logo {
display: block;
margin-left: auto;
margin-right: auto;
}

img
{  border-style: none;
}



.class1 A:link {color: #E5DCD2;text-decoration:none;font-size: 10pt;}
.class1 A:visited {color: #E5DCD2;text-decoration:none;font-size: 10pt;}
.class1 A:hover {color: #FFFFCC;text-decoration:none;font-size: 10pt;}

.class2 A:link {color: #FBE8D1;text-decoration:none;font-size: 8pt;}
.class2 A:visited {color: #FBE8D1;text-decoration:none;font-size: 8pt;}
.class2 A:hover {color: #4B1400;text-decoration:none;font-size: 8pt;}

.class3 A:link {color: #4B1400;text-decoration:none;font-size: 8pt;}
.class3 A:visited {color: #4B1400;text-decoration:none;font-size: 8pt;}
.class3 A:hover {color: #FFFFCC;text-decoration:none;font-size: 8pt;}


.class4 A:link {color: #990000;text-decoration:none;font-size: 10pt;}
.class4 A:visited {color: #990000;text-decoration:none;font-size: 10pt;}
.class4 A:hover {color: #FF3300;text-decoration:none;font-size: 10pt;}



#staffbar {
    
    float:right;
    padding: 10px;
    margin-right: 20px;
    text-align:center;
}





