* {
    font-family: Arial, Trebuchet MS; 
    font-size: 13px; 
    font-weight: bold;
}
body {
    
   background:#4F90FF url("images/outer.jpg ");     
   background-position:top;  
   background-attachment:fixed;	
    margin-top: 0px;	
   margin-bottom:0px;	
   background-repeat:repeat-x;     
}
.outer_border1 {
    margin: 0 auto;
    border: 0px solid black;
    background-color: #7c529c;
}


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

#firstcol {
  width: 250px;
  padding-right: 0px;
  font-size: 13px;
  padding-bottom: 10px;
  float:left;
 
}
#secondcol {
  width: 250px;
  padding-right: 0px;
  font-size: 13px;
  padding-bottom: 10px;
   float: right;
}
.outer_border3 {
   background-image: url('/templates/default/images/mid.png');
    border: 0px solid black;
  background-position:center; 

}
.outer_border2 {
    background-color: #e8e1d7;
    border: 0px solid black;
}
.header {
    background-image: url('/templates/default/images/eldheader.jpg');
    background-repeat: no-repeat;
    background-position:center; 
    width: 100%;
    height: 250px;
}
.menu {
  background-color: #FFA5FF;
   border:1px solid #81B8F9 ;
   font-size: 13px;
   text-align: center;
   margin:0;
   height: 20px;
   line-height:20px;
}
.sidePanel {
    text-align: center; 
    width: 180px ! important; 
}
.contentBox h2 {  
    background-color: #FFA5FF;
    border:1px solid #81B8F9;
    font-size: 13px;
    font-weight: bold;
    margin:3;
    text-align: center;
    height: 16px;
   line-height:16px;
     color:#042A58;
}
.content { 
    border: 0px solid black;
    padding: 1px;
    margin-bottom: 3px;
}
.mcontent {
    padding: 1px;
    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:red; text-decoration:none;}

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