* {
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 13px; 
    font-weight: bold;
}
body {
    
   background:#7DC9FD url("images/back.jpg ");     
   background-position:top;  
   background-attachment:fixed;	
    margin-top: 0px;	
   margin-bottom:30px;	
   background-repeat:repeat-x;     




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


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


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


.outer_border4 {
    background-color: #7DC9FD  ;
    border: 0px solid black;          
   background-position:center; 
   
}
.header {
    background: url("images/new.gif "); 
    background-repeat: no-repeat;
   background-position:center; 
    width: 100%;
    height: 300px;
  
}
.menu {
   background-color:#13197B ; 
    text-align: center;
    height: 20px;
    line-height: 20px;
  vertical-align: middle;


	
}
.sidePanel {
    text-align: center; 
    width: 180px ! important;  
}
.contentBox h2 { 
    background-color:#13197B; 
    border: 0px solid black; 
    font-size: 13px; 
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: white;
}
.content { 
    border: 0px solid black;
    padding: 2px;
    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:red; 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:red; text-decoration:underline;}
