/* Body style */
#bstyle {
   background-color: #000066;
   top: 0px;
   margin: 0px;
   text-align: center;
}
/* Page Container style */
#pagecontainer {
   width: 950px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
/* Main masthead style */
#masthead {
   height: 150px;
   text-align: center;
   background-image: url('images/masthead-1.jpg');
}
/* Midpage area style */
#midpage {
   width: 950px;
   height: 750px;
   text-align: left;
   margin: 0px;
   background: white;
   position: relative;
}
/* Main sidebar style */
#sidebar {
   background: #CCCC99;
   width: 170px;
   height: 100%;
   position: relative;
   left: 0px;
   top: 0px;
   float: left;
   margin-right: 3px;
   text-align: left;
}
/* Footer style */
#footer {
   width: 950px;
   color:#FFFFFF;
   font-size: 8pt;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
}

/* Main masthead large type */
.mast-lg {
   color: black;
   font-size: 70pt;
   font-weight: bold;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
}
/* Main masthead small type */
.mast-sm {
   color: black;
   font-size: 16pt;
   font-style: italic;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
}
/* Sidebar contact class */
.bdcontact {
   font-family: Arial,Helvetica;
   color: black;
   font-size: 10pt;
   text-align: left;
   position: relative;
   left: 5px;
   top: 10px;
}
.bdcontact-b {
   font-family: Arial,Helvetica;
   color: black;
   font-size: 10pt;
   font-weight: bold;
   text-align: left;
   left: 5px;
   top: 10px;
}

/* Main area style */
#bdmain {
   /*width: 770px;*/
   width: 610px;
   height: 95%;
   left: 170px;
   /*text-align: center;*/
   margin: 0px;
   padding-top: 6px;
   position: absolute;
}
/* Main center class - left */
.bdmain-l {
   width: 260px;
   height: 0px;
   font-family: Arial,Helvetica;
   color: black;
   font-size: 10pt;
   left: 160px;
   padding-right: 5px;
   position: relative;
   float: left;
}
/* Main center class - right */
.bdmain-r {
   width: 250px;
   height: 150px;
   font-family: Arial,Helvetica;
   color: black;
   font-size: 10pt;
   left: 70px;
   padding-right: 5px;
   position: relative;
   float: right;
}
/* Main page heading class */
.bdmain-t {
   color: black;
   font-size: 20pt;
   font-weight: bold;
   text-align: center;
   font-family: Arial,Helvetica;
}
/* Main center class */
.bdmain-m {
   font-family: Arial,Helvetica;
   color: black;
   font-size: 11pt;
   text-align: left;
   left: 5px;
   padding-right: 5px;
   /*position: relative;*/
}
/* Main center class */
.bdmainpage {
   font-family: Arial,Helvetica;
   color: black;
   font-size: 11pt;
   left: 110px;
   width: 100%;
   padding-right: 5px;
   position: absolute;
   top: 200px;
}
/* Main center block class */
.bd-l {
   font-family: Arial,Helvetica;
   color: black;
   font-size: 11pt;
   font-weight: bold;
   text-align: center;
   left: 40px;
   width: 300px;
   padding-right: 5px;
   position: relative;
}
/* Main center block class */
.bd-m {
   font-family: Arial,Helvetica;
   color: black;
   font-size: 10pt;
   text-align: left;
   left: 150px;
   width: 150px;
   padding-right: 5px;
   position: relative;
}
.bdmain-t2 {
   color: black;
   font-size: 16pt;
   font-weight: bold;
   text-align: center;
   font-family: Arial,Helvetica;
}

/* Recommendations center block class */
#recmain {
   width: 770px;
   height: 95%;
   left: 170px;
   text-align: center;
   margin: 0px;
   padding-top: 6px;
   position: absolute;
}
.rec-h {
   color: black;
   font-size: 16pt;
   font-weight: bold;
   text-align: center;
   font-family: Arial,Helvetica;
}
.rec-l {
   font-family: Arial,Helvetica;
   color: black;
   font-size: 11pt;
   font-weight: bold;
   text-align: left;
   text-align: center;
   /*left: 40px;*/
   width: 300px;
   padding-right: 5px;
   /*position: relative;*/
}
/* Main center block class */
.rec-m {
   font-family: Arial,Helvetica;
   color: black;
   font-size: 10pt;
   text-align: center;
   /*left: 150px;*/
   width: 150px;
   padding-right: 5px;
   /*position: relative;*/
}
/* Gallery area style */
#gallery-l {
   width: 385px;
   height: 95%;
   /*left: 170px;*/
   left: 0px;
   text-align: center;
   margin: 0px;
   padding-top: 6px;
   position: absolute;
}
#gallery-r {
   width: 385px;
   height: 95%;
   /*left: 555px;*/
   left: 386px;
   /*text-align: center;*/
   margin: 0px;
   padding-top: 6px;
   position: absolute;
}

A:link {color: #0000AA; text-decoration: none}
A:visited {color: #0000AA; text-decoration: none}
A:hover {color: green; text-decoration: none}
A:active {color: #FFCC00; text-decoration: none}
A.con:link {color: maroon}
A.con:visited {color: #0000AA}
A.con:hover {color: green}
A.con:active {color: green}

A.nav:link {color: blue}
A.nav:visited {color: #6A6A5A}
A.nav:hover {color: #FF9900}
A.nav:active {color: #FFFF00}

/* Main center block class */
.bdmainblock {
}

