* {
    font-family: Arial, Trebuchet MS; 
    font-size: 13px; 
    font-weight: bold;
    color: #56beff;}

body {
    margin: 0;
    padding: 0;
    background: #000000;}

.header {
    background-image: url('/templates/default/images/space.jpg');
    background-repeat: no-repeat;
    background-position:center; 
    width: 90%;
    height: 250px;}

.menu {
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;}

.sidePanel {
    text-align: center; 
    width: 180px}

.contentBox h2 { 
    background-color: #ffffff;
    border: #3279b7 2px solid;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #3279b7;}

.mcontent {
    padding: 2px;
    width: 900px;
    height: 500px;
    background-color: #000000;}

.footer {
    text-align: center;
    font-size: 90%;}

.footer A  {
    font-size: 100%;
    color: black;}

.home {
    font-size: 18px;
    color: #3775c9;
    text-align: center;}

/* Default Link Style */
A:link{color:#3279b7; text-decoration:none}
A:visited{color:#3279b7; text-decoration:none}
A:active{color:#3279b7; text-decoration:none}
A:hover{color:#074f8d; text-decoration:none;}

/* Main Menu Link Style */
A.main_menu{padding: 0 6px;}
A:link.main_menu{color:#d8fff6; text-decoration:none}
A:visited.main_menu{color:#d8fff6; text-decoration:none}
A:active.main_menu{color:#3279b7; text-decoration:none}
A:hover.main_menu{color:#074f8d; text-decoration:none;}