﻿body 
{
    background-color:#D4D4D4;
    margin:0px auto;
    font-family:Arial;
    color:#404040;
    font-size:12px;
    text-align:justify;
}
#full_center
{
   width:990px;
    margin:0px auto; 
    
    }

#full
{
    width:990px;
    margin:0px auto;
    background-color:#315165;
    float:left;
     border-left:4px solid #315165;
     border-right:4px solid #315165;
    }
#full_main
{
    width:990px;
    margin:0px auto;
    background-color:White;
    margin-top:20px;
    float:left;
}
#header
{
    width:990px;
    height:86px;
     background-image:url(/images/images/header_bg.jpg);
    background-repeat:repeat-x;
    background-color:White;
    
}
#header_right
{
    width:900px;
    float:right;
    height:86px;
    
} 
#sidetext
{
  width:265px;
    float:right;
       background-image:url(/images/images/sidetext.jpg);
    background-repeat:no-repeat;
    height:64px; 
}
#menu
{
   width:801px;
    float:right;
    background-image:url(/images/images/menu_bg.jpg);
    background-repeat:no-repeat;
    height:22px; 
    color:#D6E4ED;
    font-size:14px;
    margin-right:6px;
    *margin-right:3px;
}
    
      
#header_left
{
    width:86px;
    height:86px;
    float:left;
    
} 
#flash
{
    width:990px;
    height:220px;
    background-color:#315165;
     margin-top:0px;
     *margin-top:-1px;
    
}
#rptr
{
    width:990px;
    height:15px;
     background-image:url(/images/images/flashdwnrptr.jpg);
     background-repeat:repeat-x;
} 
#container
{
    width:990px;
    background-color:White;
    float:left;
    margin-top:10px;
    
    
}
#container_right
{
  width:230px;
  float:right; 
  border:solid 0px red;
  margin-bottom:10px; 
  
}
#container_left
{
   width:735px;
   float:left;
    border:solid 0px red;
   margin-bottom:10px;
    margin-left:12px;
    *margin-left:6px;
    
  
}
#notice
{
    width:200px;
    border-bottom:10px #3D5B6E solid;
    border-right:1px #3D5B6E solid;
    border-left:1px #3D5B6E solid;
    padding:8px;
    
} 
#footer
{
    width:968px;
    height:30px;
    background-image:url(/images/images/footerrptr.jpg);
    background-repeat:repeat-x;
    background-color:#D1E0ED;
    border:1px #8DA7BE solid;
    margin:0px auto;
    margin-bottom:0px;
    margin-top:10px;
    padding:10px;
    color:#D6E4ED;
    font-size:11px;
    float:left;
    
} 
#menuAdmin
{
  width:665px;
    float:right;
    background-image:url(/images/images/menu_bg.jpg);
    background-repeat:no-repeat;
    height:22px; 
    color:#D6E4ED;
    font-size:14px;
}

#menuAdmin ul
{
margin-right:7px;
display:inline;
width:948px;
color:white;

}
#menuAdmin li
{
margin-right:5px;
display:inline;
width:110px;
}

#menuAdmin li a
{ margin-top:10px;
text-decoration:none;
color:white;
font-family:Arial;
font-size:14px;


}

#menuAdmin li a:hover
{
color:Red;
}

#DATE_bg
{
 
   margin-right:8px;
    background-image:url(/images/datebg.jpg);
     height:35px ;
      width:41px; 
     color:White; 
     font-size:10px;
      font-weight:bold;
      text-align:center;
      border:solid 0px red;
      float:left;
    background-repeat:no-repeat 
    } 
    .BulletsProv
{
    list-style-type:none;
    padding-left:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:50px;
    padding-top:0px;
    padding-bottom:0px;
    font-size:12px;
    font-family:Arial;
    list-style-image:url(/images/bullet2.gif);
    list-style-position:inside;   
}



 .ChildContent
    {
        float:left;
        width:99%;
        margin-top:5px;
        margin-left:5px;
    }
/* Accordion */
.accordionHeader
{
    border: 1px solid #a1c8e2;
    color: #ffffff;
    background-color: #325166;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding:3px;
    margin-top: 5px;
    cursor: pointer;
 
  
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #e3edf5;
    border: 1px dashed #a1c8e2;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
  
}
