* {
     font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 13px; 
    font-weight:bold;

}
body {
    margin: 3;
    padding: 0; background-image: url('/templates/jshade/images/outer.png');
   background-position:center; 
}
.outer_border1 {
    margin: 0 auto;
    border: 1px solid black;
    background-color: #D3D3D3;
}


.outer_border2 {
    background-color: #a5ddec;
    border: 0px solid black;
}


.outer_border3 {
    background-color: #D3D3D3;
    border: 0px solid black;
}


.outer_border4 {
    background-image: url('/templates/jshade/images/mid1.jpg');
    border: 0px solid black;
}
.header {
    background-image: url('/templates/jshade/images/newhead1.png');
   background-repeat: no-repeat;
     background-position:center; 
    width: 100%;
    height: 300px;
}
.menu {
    background-image: url('/templates/jshade/images/ttop.png');
    border: 1px solid white;
    text-align: center;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}
.sidePanel {
    text-align: center; 
    width: 180px ! important; 
}
.contentBox h2 { 
      background-image: url('/templates/jshade/images/ttop.png'); 
    border: 1px solid white;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: white;
}
.content { 
    border: 0px solid black;
    padding: 3px;
    margin-bottom: 3px;
}
.mcontent {
    padding: 2px;
    width: 900px;
    height: 500px;
}
.footer {
    text-align: center;
    font-size: 90%;
}
.footer A  {
    font-size: 100%;
    color: black;
}

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



/* Default Link Style */
A:link{color:black; text-decoration:none}
A:visited{color:black; text-decoration:none}
A:active{color:black; 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:white; text-decoration:none}
A:visited.main_menu{color:white; text-decoration:none}
A:active.main_menu{color:white; text-decoration:none}
A:hover.main_menu{color:blue; text-decoration:underline;}
