/* base.css */
html, body {
    margin:0pt;
    padding:0pt;
}
body {
    margin:0pt;
    padding:0pt;
    text-align: center;
    line-height:135%;
    font-family: "Arial";
    font-size: 11px; 
    background-color:#F3F4F4;
    color: #808080;
}
#footer {
    height:44px;
    background-image:url(/media/images/common/gray-bar.gif);
    background-repeat:repeat-x;
    width:951px;
    margin:0 auto;
    background-position:50% bottom;

}
#header {
    padding:15px 0 0 0;
    text-align:left;
    margin:0 auto;
    width:914px;
}
#content {
    margin:0 auto;
    text-align:left;
    width:914px;
}
#bottom_text {
    line-height:30px;
    margin:0 auto;
    padding:0 18px;
    text-align:left;
    width:915px;
}
#bottom_text a {
    color:#838588;
    text-decoration:none;
}
#bottom_text a:hover {
    text-decoration:underline;
}
p {
     margin: 12px 0;
}
img { border:0px; }

#container {
    background:transparent url(/media/images/common/shadow_bg.jpg) repeat scroll 0 0;
    margin:16px auto 0;
    width:985px;
}
#top_menu {
    padding:0 17px 0 0;
    text-align:right;
    float:right;
}
#top_menu a {
    color:#838588;
    text-decoration:none;
}
#top_menu a:hover {
    color:#838588;
    text-decoration:underline;
}
#copyright {
    float:right;
    font-size:9px;
    text-align:right;
    width:100px;
}
#top_menu img#icon {
    margin-left:15px;
}
.blue {
    color:#54C3F2;
}
table th {
    font-weight: normal;
}
a {
    color:#EE7D1D;
}
