/* Layout Stylesheet */ 
 
 /* Common Style Elements  */

body {
 margin:10px;
/* background: #D3D3D3; */
 color: Black;
 text-align:center;
 padding:0;
 background-color: #315680;
 }
 
#outer {
 width:800px;
 text-align: center;
 margin:auto;
 background-color: White;
}
 
/* Header */
#hdr {
 height:10px;
 text-align:center;
 background: Black;
 margin:auto;
 padding: 0px 0px 0px 0px;
 }

#hdr div.top-left {
 height:10px;
 width: 10px;
 float: left;
 border-top: 1px solid Black;
}

#hdr div.bkgd {
 height:10px;
 width: 780px;
 float: left;
 text-align: left;
 border-top: 1px solid Black;
}
 
#hdr div.top-rt {
 height:10px;
 width: 10px;
 float: left;
 border-top: 1px solid Black;
}

#bodyblock {
 height:560px;
 width:798px;
 text-align:center;
 margin:auto;
 padding:0;
 border-left: 1px solid Black;
 border-right: 1px solid Black;
 }

 #l-col {
 height: 560px;
 width:170px;
 float:left;
 text-align: center;
 margin:auto;
 background-color: White;
 }

 #lcolcontent{
 height: 350px;
 width:150px;
 text-align: left;
 margin:auto;
 background-color: White;
 }

 #mband {
 height:175px;
 width:170px;
 background-position: top;
 background-repeat: repeat-x;
 float: right;
 background-color: White;
}

#logo {
 height:158px;
 width:135px;
 text-align: center;
 margin:auto;
 background-position: top;
 background-repeat: no-repeat;
}

#menu-band {
 height: 55px;
 width: 626px;
 background-position: top;
 background-repeat: repeat-x;
 float: left; 
 background-color: White;
 border-left: 1px solid Black;
}

#slogan {
 height:14px;
 width:624px;
 float: left;
 background-color: transparent;
 text-align: center;
/* border-bottom: 2px solid #940021; */
}

#spacer {
 height:2px;
 float: left;
 width:624px;
 background-color: White;
 text-align: center;
 border-bottom: 1px solid White;
}

#main-content {
 height: 505px;
 width: 379px; 
 float: left;
 overflow: auto;
 text-align: left;
 background-color: transparent;
 border-left: 1px solid Black;
} 

#r-col {
 height: 505px;
 width:246px;
 float:left;
 text-align: center;
 margin:auto;
 background-color: White;
 }

#r-side-pic {
 width: 240px; 
 text-align: center;
 margin:auto;
 background-color: White;
}

#r-side-content {
 height: 250px;
 width: 220px; 
 float: left;
 text-align: left;
 overflow: auto;
}

#r-side-quotes {
 height: 250px;
 width: 220px; 
 text-align: center;
 margin:auto;
}

#btm {
 height:30px;
 text-align:center;
 margin:auto;
 padding: 0px 0px 0px 0px;
 }

#btm div.btm-left {
 height:30px;
 width: 10px;
 float: left;
 background-color: Black;
}

#btm div.bkgd {
 height:30px;
 width: 780px;
 float: left;
 text-align: center;
 background-color: Black;
 color: White;
}
 
#btm div.btm-rt {
 height:30px;
 width: 10px;
 float: left;
 background-color: Black;
}

