@charset "utf-8";
body  {
    font: 1em Arial, Helvetica, sans-serif;
    background: #CCCCCC;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #FFFFFF;
    width: 100%;
    text-decoration: none;
}
#container {
    width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin: 0 auto;
    border: 1px solid #000000;
    background: #FFFFFF;
    color:#660099;
} 
#header {
    background: #000000;
    width: 1024px;
    padding-top: 10px;
    padding-bottom: 20px;
} 
#navigation {
    color: #FF9900;
} 
#navigation a { 
    color: #FF9900;
    text-decoration: none;
} 
#navigation a:hover { 
    color: #CCCCCC;
} 
#floatSection {
    margin: 5px;
    width: 1014px;
}
#floatSection td {
    vertical-align: top;
}
#sidebar1 {
    color: #FFFFFF;
    background: #7080BB;
    padding: 10px;
    vertical-align: top;
}
#sidebar1 a {
    color: #FFFFFF;
    text-decoration: none;
}
#sidebar1 a:hover {
    color: #FF9900;
}
#sidebar2 {
    color: #000000;
    background: #FF9900;
    padding: 10px;
    vertical-align: top;
}
#sidebar2 a {
    color: #000000;
    text-decoration: none;
}
#mainContent {
    background: #FFFFFF;
    color: #000000;
    text-align: left;
    padding: 10px;
    vertical-align: top;
} 
#mainContent a { 
    color: #990000;
    text-decoration: none;
}
#footer { 
    text-align: left;
    background: #000000;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 1014px;
} 
#footer a { 
    color: #FF9900;
    text-decoration: none;
} 
#footer a:hover { 
    color: #CCCCCC;
} 
.aside {
    color: #7080BB;
}
.aside1 {
    color: #7080BB;
    text-align: right;
}
