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

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

.header {
    background-image: url('/templates/default/images/weclick.gif');
    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: #3775c9;
    border: #b9e4f2 3px solid;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: white;}

.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:#3775c9; text-decoration:none}
A:visited{color:#3775c9; text-decoration:none}
A:active{color:#3775c9; text-decoration:none}
A:hover{color:#b9e4f2; text-decoration:none;}

/* Main Menu Link Style */
A.main_menu{padding: 0 6px;}
A:link.main_menu{color:#3775c9; text-decoration:none}
A:visited.main_menu{color:#3775c9; text-decoration:none}
A:active.main_menu{color:#3775c9; text-decoration:none}
A:hover.main_menu{color:#b9e4f2; text-decoration:none;}