/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body {
background-color:#FFCC66;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2em;
color:#000000;
}

#bucket {
width:100%;
min-height:100%;
}

h1 {
background-color:#1531AE;
font-size:53%;
color:#FFFFFF;
font-weight:700;
text-align:left;
}

#topedge {
background-color:#6C4A24;
margin-top:0;
margin-left:0;
width:100%;
height:40%;
font-size:60%;
font-weight:600;
color:#FDF4E0;
overflow:hidden;
}

img
{
vertical-align:middle;
}

#middlepage {
background-color:#FDF4E0;
margin-left:2%;
padding-left:2%;
padding-top:2%;
margin-right:2%;
}

#middlepage p {
color:#000000;
font-size:40%;
padding-left:2.6%;
line-height:130%;
}

#middlepage ul {
width:50%;
margin-top:2%;
margin-left:auto;
margin-right:auto;
padding-top:.5%;
padding-bottom:.5%;
background-color:#6C4A24;
}

#middlepage li {
list-style:none;
font-size:40%;
font-weight:600;
color:#FDF4E0;
text-align:justify;
padding-top:1%;
padding-bottom:1%;
padding-left:2%;
padding-right:2%;
line-height:130%;
}

table {
width:50%;
border:0;
border-collapse:collapse;
margin-left:auto;
margin-right:auto;
margin-top:1%;
}

td {
padding:1px;
border-style:solid;
border-color:#999999;
border-width:1px;
vertical-align:top;
text-align:center;
line-height:100%;
}


.smaller {
font-size:34%;
font-weight:400;
}


.othercolor {
background-color:#FFE073;
}

.anothercolor {
background-color:#FFB400;
}

/*-------LINKS---------*/

#middlepage a:link 
{
font-weight:400;
color:#000000;
text-decoration:none;
}

#middlepage a:visited  
{
font-weight:400;
color:#000000;
text-decoration:none;
}

#middlepage a:hover  
{
font-weight:600;
color:#CC33FF;
text-decoration:underline;
}

#middlepage a:active 
{
font-weight:600;
color:#CC33FF;
text-decoration:none;
}

/*-------LINKS---------*/

#middlepage a.ondark:link 
{
font-weight:600;
color:#FDF4E0;
text-FDF4E0:none;
}

#middlepage a.ondark:visited  
{
font-weight:600;
color:#FDF4E0;
text-decoration:none;
}

#middlepage a.ondark:hover
{
font-weight:600;
color:#CC33FF;
text-decoration:underline;
}

#middlepage a.ondark:active 
{
font-weight:600;
color:#CC33FF;
text-decoration:none;
}





