/* CSS Document */




body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        background-color:#58994a;
        background-image: url();
        position: relative;
        margin: 0;
        padding: 0;
        font-size: 8pt;
}




body a{
        color: #ad1919;
        font-weight: bold;
}

body a:hover {
color: #f50101;
}

body a:active{
color: #492525;
}

#header {
    height: 120px;
    background:#a3c83c;
    background-image:  url("images/atomic.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
}
#main{
        position: absolute;
        background-color: #ffffff;
        top: 120px;
        left: 120px;
        width: 600px;
        height: 450px;
        padding: 20px;
        font-size: 11px;
        border-width: 1px;
        border-style: solid;
        border-color: #ccc #888 #555 #bbb;
                z-index: 0;
}


#main table {
        background-color: #ffffff;
        font-size: 11px; }
}
#main a{
        color: #e39631;
        font-weight: bold;
}

#main a:hover {
color: #e33e30;
}

#main a:active{
color: #492525;
}

#main h3 a {  color: #000000;  }

/* Menu styles */
#menu {
position: absolute;
top: 121px;
width: 120px;
background: #e39631;
color: #000;
z-index: 1;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
background: #e39631;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
color: #000;
text-decoration: none;
}

#menu a:hover {
color: #492525;
background:#e33e30;
}

#menu a:active{
color:#e39631;
background:#e33e30;
}

#menu li {position: relative;}

#menu ul ul  {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul
{display: none;}

div#menu ul  li:hover ul
{display: block;}

/*Expanded Menu */
#menu a.x {
color: #000;
background: #e39631 url(images/expand2.gif) no-repeat bottom right;
}

#menu a.x:hover {
color: #492525;
background:#e33e30;
}

#menu a.x:active{
color:#e39631;
background:#e33e30;
