* {
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 13px; 
    font-weight: bold;
}
body {
    margin: 0;
    padding: 0;  background: url("images/outer.png ");  
    background-position:center;     
}

.outer_border1 {
    margin: 1 auto;
    border: 0px solid black;
    background-color:;
}


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


.outer_border3 {
    background: url("images/ttop.png ");
    border: 0px solid black;
}
#firstcol {
  width: 290px;
  padding-right: 15px;
 font-size: 13px;
  padding-bottom: 15px;
  float:left;
}

#secondcol {
  padding-left: 15px;
  width: 290px;
 font-size: 13px;
  float: right;

}
.outer_border4 {
   background: url("images/mid.png "); 
    border: 0px solid black;
}
.header {
   background: url("images/3.jpg  ");  
   background-repeat: no-repeat;
   background-position:center; 
    width: 100%;
    height: 300px;
}
.menu {
 background: url("images/ttop.png ");
    text-align: center;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}
.sidePanel {
    text-align: center; 
    width: 180px ! important;  
}
.contentBox h2 { 
   background: url("images/ttop.png ");
    border: 0px solid black; 
    font-size: 100%;
    font-weight: bold;
    margin: 3;
    text-align: center;
    color:white;
}
.content { 
    border: 0px solid black;
    padding: 3px;
    margin-bottom: 0px;
}
.mcontent {
    padding: 0px;
    width: 1000px;
    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: blue; text-decoration:underline;}

/* Main Menu Link Style */
A.main_menu{padding: 0 9px;}
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;}
