
/* Layout Stylesheet */ 

body {
 color: #FFFFFF;background: #00008B;
 }

#outer {
border:7px solid #00008b;
margin: auto;
width:80%;
}

#hdr {
 background:#FFFFFF url(images/page_header.jpg) no-repeat scroll left top;
 height: 183px;
 width: auto;
 }
 
#bar {
margin: 0 auto;
width: 80%;
}

#bodyblock {
background:#00008B ;
position:static;
width: auto;
margin: 10px;
}
#l-col {
background:#OOOO99;
margin: 10px 10px;
 }
#cont {
 width:737px;
 background:#FFFFFF;
 color: #000000;
 margin: 30px;
 text-align:left;
 }
 .title {
background:#FFFFFF url(images/img07.jpg) no-repeat scroll left top;
color: #ffffff;
font-size:1.4em;
margin:0;
padding:7px 25px;
}
 .title1 {
background:#FFFFFF url(images/img09.jpg) no-repeat scroll left top;
color: #ffffff;
font-size:1.4em;
margin:0;
padding:7px 25px;
}

#ftr {
 height:25px;
 background:#00008B;
 color: #ffffff;
 }
