/* Layout Stylesheet */

#outer {
background:white;
text-align:left;
width:800px;
margin:0px;
padding:20px;
/*padding-top:40px;*/
}

#hdr {
position:relative;
background:white;
width:800px;
}

#NAV_container{
position: relative;
padding-right:40px;
text-align:right;
}

#NAV_logo {
float:left;
width: auto;
padding-left:28px;
padding-bottom:5px;
}

#NAV1 {
float:right;
width: auto;
}

#NAV2 {
clear: both;
}

#bar {
height:50px;
width:800px;
background:white;
border:solid #8B0026;	
border-width:0px 0 1px 0;
}

#bodyblock {
position:relative;
background: white;
width:800px;
margin-top:20px;
margin-bottom:20px;
}

#l-col {
float:left;
background:white;
color: black;
width:240px;
text-align:left;
margin-bottom:10px;
}


 
#l-col_wrap_top {
height:10px;
width:240px;
background-image: url('../bg/bg_nav_top.png');
background-repeat:no-repeat;
background-position: bottom;
}

#l-col_wrap {
width:240px;
background-image: url('../bg/bg_nav.png');
background-repeat: repeat-y;
margin-bottom:0px;
padding:10px;
padding-top:1px;
padding-right:20px;
}

#l-col_wrap_bottom {
height:10px;
width:240px;
background: url('../bg/bg_nav_bottom.png')no-repeat top center;
margin:0;
padding:0;
}

#subnav_wrap{
margin-bottom:20px;
}

#cont {
float:right;
width:550px;
margin-bottom: 20px;
}

#content_wrap_top {
height:10px;
width:550px;
background-image: url('../bg/bg_top.png');
background-repeat:no-repeat;
background-position: bottom;
}

#content_wrap {
width:530px;
background-image: url('../bg/bg.png');
background-repeat: repeat-y;
margin-bottom:0px;
padding-top:1px;
padding-right:20px;
padding-bottom: 15px;
padding-left: 10px;
overflow: visible;
height: auto;
}

#content_wrap_bottom {
height:10px;
width:550px;
background: url('../bg/bg_bottom.png')no-repeat top center;
margin:0;
padding:0;
}

#ftr {
clear:both;
height:25px;
width:800px;
background:white;
color: #333333;
border:solid #8B0026;
border-width:1px 0 0 0;
margin:0;
}

