@charset "utf-8";
/* CSS Document */

BODY {
  background-image:url(images/background.gif);
  text-align: center; 
}

#wrapper {
width: 900px; 
margin: 0 auto; 
margin-top: 10px;
text-align: left; 
position:relative; 
background-color: #ffffff;
}

#header1_left{
height:100px;
float:left
}

#header1_right{
height:100px;
float:right
}

#header2{
background-color: #004680;
height:10px;
clear:both
}

#nav{
height:32px;
background-image:url(images/background_nav.gif);
background-repeat:repeat-x;
text-align:center;
}

#flash{
height:140px;
}

#divider{
height:1px;
background-color:#FFFFFF
}

#content_home{
background-image:url(images/background_content.gif);
background-repeat:repeat-y;
}

#content_home_left{
background-image:url(images/background_quicklinks.gif);
background-repeat:repeat-x;
width:240px;
float:left;
margin:0px;
}

#content_home_ql{
background-image:url(images/background_quicklinks.gif);
width:210px;
margin: 15px 14px 200px 14px;
}

#content_home_ql_content{
border: solid 1px white;
background-image:url(images/background_quicklinkspanel.gif);
width:210px;
}

#content_home_middle{
float:left;
width:400px;
margin: 20px 30px;
}

#content_sub_middle{
float:right;
width:600px;
margin: 20px 30px;
}

#content_home_right{
float:right;
width:200px;
margin-top:15px;
}

#content_home_news{
width:185px;
background-color: #599acf;
border: solid 1px #599acf;
}

#content_home_amr{
margin-top:10px;
width:185px;
background-color: #f1f7fb;
border: solid 1px #416c97;
}

hr {
margin: 10px 0px;
border: 0;
color: #dbdbdb;
background-color: #dbdbdb;
height: 1px;
width: 100%;
text-align: left;
}

#footer{
clear:both;
background-color:#aaa;
text-align:center;
height:25px
}