body { 
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Veranda, sans-serif;
   font-size: 16px;
   color: #333333;
   background-color: #dcd3ce;
   margin:0px auto;
   text-align:center;
}

td, th, body {
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Veranda, sans-serif;
   color: #333333;
   font-size: 16px;
}

#pageTitleArea{
   position:relative;
   text-align:left;
   font-size: 18pt;
   margin: 0px;
   padding-right: 36px;
   padding-bottom: 20px;
}

.sectionTitleArea{
   position:relative;
   text-align:left;
   font-size: 12pt;
   font-weight: bold;
   margin: 0px;
   padding-top: 20px;
   padding-right: 36px;
}

.bannerTitle {
   font-size: 20pt;
   font-weight: bold;
}

.menu_left{
   display:block;
}

#menu_right_border {
   display: none;
}

/*
a:link, a:visited {
   text-decoration: none;
   color: #c44b43;
}
a:hover {
   color: #602000;
   text-decoration: underline;
}
*/

#pre_container{
   display:none;
   width: 775px;
   padding:0px;
   text-align:left;
   margin:0px auto;
}

#content_container{
   width: 760px;
   border: 1px solid #3a291f;
   background: #ffffff;
   display:table;
   text-align:left;
//   min-height: 80%;
//   height: 80%;
   /* this is causing it to be centered */
   /* top and bottom are 0px, and left and right are set by browser */
   /* margin: 10px 
         - all four margins will be 10px
      margin: 10px 2% 
         - top and bottom margin will be 10px, left and right margin will 
         be 2% of the total width of the document.
      margin: 10px 2% -10px
         - top margin will be 10px, left and right margin will be 2% of 
         the total width of the document, bottom margin will be -10px
      margin: 10px 2% -10px auto
         - top margin will be 10px, right margin will be 2% of the total 
         width of the document, bottom margin  will be -10px, left 
         margin will be set by the browser
   */
   margin:20px auto;
}


#content_table{
/*
   margin-top: -301px;
*/
   display:table;
   background-color: transparent;
   width: 760px;
}

#content_cell{
   padding:10px;
   height: auto;
}

#content{
   display:table-cell;
   padding: 0px 10px 0px 10px;
   max-width: 550px;
}

#sub_container{
   display:none;
   width: 775px;
   padding:0px;
   text-align:left;
   margin:0px auto;
}

#footer {
   clear:both;
   background: #baa99f;
/*   margin: 0px auto; */
   margin: 8px;
   text-align: center;
}

#innerFooter {
   font-size: 90%;
   margin: 10px;
   padding: 3px;
   text-align: center;
   color: #f2eeec;
}

#innerFooter a,
#innerFooter a:visited {
   color: #f2eeec;
   text-decoration: none;
}

#innerFooter a:hover {
   text-decoration: none;
   background: #f2eeec;
   color: #3a291f;
}

#banner {
   display: block;
   text-align: left;
   background-color: transparent;
   background-image: url("daisyraegemini/header.gif");
   background-repeat: no-repeat;
   background-position: right;
   width: 762px;
   height: 190px;
   margin: 8px 8px 0 8px;
}

#innerBanner {
   text-align: right;
   color: #f2eeec;
   padding: 20px;
}

#lowerBanner {
   margin: 8px;
   height: 30px;
   background: #baa99f;
   text-align: center;
}

#menu_container {
   width: 205px;
/*
   background-color: #edeae3;
   font-weight: bold;
*/
}

#menu_header {
   padding-top: 20px;
}


#menu {
}



#menu_footer {
   padding: 0px;
   border: solid 0px #333;
   height: 60px;
}



/*
#menu_container a {
   font-weight: bold;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Veranda, sans-serif;
}

#menu_container a {
   margin-left: 10px;
}
*/

/*
.menu_item {
   line-height: 30px;
   margin-left: 10px;
   border-bottom: 1px solid #baa99f;
}

.menu_item a,
.menu_item a:visited {
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Veranda, sans-serif;
   text-decoration: none;
   color: #baa99f;
}

.menu_item a:hover {
   text-decoration: none;
   color: #f2eeec;
   background: #baa99f;
}
*/

#inner_menu ul li {
/*
   padding-bottom: 5px;
   padding-top: 5px;
   padding-left: 0;
*/
   list-style: none;
   margin: 0px;
   border-left: 1px solid #3a291f;
   border-bottom: 1px solid #3a291f;
   text-align: left;
}

#inner_menu li a,
#inner_menu li a:visited {
   padding: .7em .5em .7em .9em;
   display: block; /* this allows the hover to fill the entire box */
   color: #3a291f;
   text-decoration: none;
}

#inner_menu li a:hover {
   color: #f2eeec;
   background: #3a291f;
   text-decoration: none;
   font-weight: bold;
}

#inner_menu .no-border li {
   border: 0px;
}

#lowerBanner ul {
   text-align: center;
   padding-bottom: 5px;
   padding-top: 5px;
   padding-left: 0;
   margin-top: 0;
   background-color: #baa99f;
   color: #f2eeec;
   /* cancels gap caused by top padding in Opera 7.54 */
   margin-left: 0;
   width: 100%;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Veranda, sans-serif;
   line-height: 18px;
}

#lowerBanner ul li {
   display: inline;
   padding-left: 0;
   padding-right: 0;
   margin-bottom: 5px;
   /* matches link padding except for left and right */
   padding-top: 5px;
}

#lowerBanner a,
#lowerBanner a:visited {
   text-decoration: none;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 5px;
   padding-top: 5px;
   color: #f2eeec;
}

#lowerBanner a:hover {
   background: #f2eeec;
   color: #3a291f;
}

#signature {
/*
   margin-top: 10px;
   margin-left: 10px;
*/
   font-size: 12px;
   color: #3a291f;
}

.email a,
.email a:visited {
   color: #c44b43;
}

.email a:hover {
   color: #602000;
   text-decoration: underline;
}
/*//////////////////////     End of Basic Template Classes    //////////////////////////////*/


.bordered{border: solid 1px #efefef}
.fineprint{font-size: 10px}
.headlinestyle{font-weight: bold}
a.headlinestyle:link{font-weight: bold}
a.headlinestyle:visited{font-weight: bold}
a.headlinestyle:hover{font-weight: bold}
a.headlinestyle:active{font-weight: bold}
.topline{border-top: solid 1px #efefef}
.bottomline{border-bottom: solid 1px #efefef}
.center{text-align: center}
.bold{font-weight:bold}
.red{color:#ff0000}
.smaller{font-size: 60%}
.larger{font-size: 140%}
.largest{font-size: 200%;font-weight:bold;line-height:140%}

a.fineprint:link{font-size:10px;}
a.fineprint:visited{font-size:10px;}
a.fineprint:hover{font-size:10px;}
a.fineprint:active{font-size:10px;}

a.red:link {color:#FF0000;}
a.red:visited {color:#FF3333;}
a.red:hover {color:#333333;}
a.red:active {color:#333333;}

.main_image {
	background-color:transparent;
	background-image: url('common/pic_shadow.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 10px 10px 0px;
	border-width: 0px;

}

/*////////////////////////  End of Generic Component Formatting   ////////////////////////////*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>> Photo Album >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.album_display {
   width: 95%;
   font-size: 11px;
   border-color: #ff0000;
   border-style: dotted;
   border-width: 0px 0px 2px 0px;
}

.album_title {
   width: 100%;
   text-align: center;
   font-size: 14px;
   font-weight:bold;
   color: #666;
}

.album_comment {
   width: 50%;
   text-align: center;
   font-size: 10px;
   color: #666;
   block: inline;
   margin:0px auto;
   padding-left: 15px;
}

.thmb{
   margin-bottom: 5px;
   margin-right: 5px;
   margin: 5px 5px 2px 5px;
   padding: 0px 10px 15px 10px;
   text-align: center;
   width: 205px;
   height: 205px;
   background: url(common/photo_album_cover_read.gif) bottom right no-repeat;
}

.thmb img{
   position: relative;
   margin: 5px auto;
   top: 10%;
   left: 5%;
   border-style: solid;
   border-width: 5px;
   border-color: #fff;
   margin-bottom: 15px;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>> End of Photo Album >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.picshadow{
	padding: 5px 15px 15px 5px;
	background-image: url('common/pic_shadow.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*---- end ----*/
