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

body {
    margin: 0;
    padding: 0;
    background-image: url('/templates/default/images/bg.jpg')}

.outer_border4 {
    background-color:black ;
    border: 5px hidden:red;}

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

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

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

.contentBox h2 { 
    background-color:red;
    border: 2px white; 
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: black;}

.content { 
    border: 0px red;
    padding: 3px;
    margin-bottom: 0px;}

.mcontent {
    padding: 2px;
    width: 900px;
    height: 500px;}

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

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

.home {
    font-size: 18px;
    color: black;
    text-align: center;}

/* Default Link Style */
A:link{color:#d80a0a; text-decoration:none}
A:visited{color:#d80a0a; text-decoration:none}
A:active{color:#d80a0a; text-decoration:none}
A:hover{color:white; text-decoration:underline;}

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