﻿
#middle {width:760px;height:auto;background:url(../images/slices/middle_PBCA09red.gif) center repeat-y #FFF ;margin-right:auto;margin-left:auto;overflow:auto;}


#sub_header {width:760px;height:23px;background:#FFF;margin-right:auto;margin-left:auto;text-align:center;}

#side_menu {width:160px;padding:0px 2px 10px 18px;float:left;text-align:left;}
#side_menu a{width:auto; display:block; padding-left:15px; margin-bottom:7px; font-family: 'Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif;font-size: 10px;color: #FFF; text-decoration:none; font-weight:bold;}
#side_menu a:hover{text-decoration:underline;}

#current{width:auto; display:block; padding-left:15px; margin-bottom:7px; font-family: 'Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif;font-size: 10px;color: #0B3D91; font-weight:bold; text-decoration:none;background:url(../images/slices/bullet.gif) no-repeat left top;text-align:left;}

#content {width:520px;margin:0px 0px 0 5px;padding-bottom:0px;float:left;text-align:left;}
#content p{line-height:20px;font-size:11px;}

#footer {width:750px;height:50px;background:#FFF url(../images/slices/footer.jpg) no-repeat center top;margin-right:auto;margin-left:auto;padding:0 5px 5px 5px; text-align:center;}

#bottom_menu{padding:23px 25px 10px 25px;}


.menu1{
background-image:url();
margin-left:0px;
padding-left:2px;
padding-top:0px;
padding-bottom: 0px;

text-decoration: none;
color: #000000;
height: 11px;
}
.submenu{
background-image: url();
display: block;
height: 10px;
margin-left: 10px;

padding-top: 5px;
padding-left: 2px;
color: #1B3F8B;
}

.hide{
display: none;
}

 style that will show the hidden div tags (submenus):

.show{
display: block;
text-indent: 40px;
}
