/* this first section sets the background color....thats the color surround OUTSIDE
your main table. The same with the fonts, this applies only to any text you place outside the
main content table. Which will probably be nothing. The max-width is for Firefox, to let it know how wide you
want your page to be. This will be the maximum width of your main content table.

If you set it to perhaps 1050px, and view it on a 1024x768 monitor, it will appear full width. But to someone 
viewing on a 1200x1024 monitor, it will appear as 1050 wide, with your choice of a colored background either
 side, taking up the extra 150px. (75px each side)*/



body {
max-width: 980px;
background-color:#FDF7E2; 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 93%;
color: #fff;
margin:auto;
padding:0;
text-align:center;
}



/* you have 3 more classes of horizontal rule, as well as the default version Change the attributes to 
get the look you want. The 3 classes are solid, dotted, and dashed. Add class="dashed" to your hr
tag on an HTML page, to get the dashed version of the hr. Change the colors to suit. */

.solid-gold {	
   border-top: 2px solid #997B28;
   border-bottom: hidden;
   border-left: hidden; 
   border-right: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}
	
.solid-red {	
   border-top: 2px solid #8F0002;
   border-bottom: hidden;
   border-left: hidden; 
   border-right: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	
	
}

.dashed {
  border-bottom:1px dashed #CBA15E;
   border-top:hidden;
   border-left:hidden;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	
	
}

.dotted {
	border-bottom:1px dotted #997B28;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* this is a custom class for your bold tag. You can alter anything here, or remove
it completely to get the default bold*/

b{

color: #8F0002;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 105%;
font-weight: bold;

}


b-goldforotherpages{

color: #997B28;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 105%;
font-weight: bold;

}


/* this is a custom class for using graphics as bullets.  Upload a custom graphic to your 
graphics library in the usual way. Then replace my URL
with your own. Note there are no speech marks around the URL*/
 
ol {
list-style-position: outside;
line-height: 25px;
}

ul {
list-style-position: inside; 
margin-left: 0px; 
padding-left: 30px; 
list-style: none; 
line-height: 20px;
vertical-align: middle;
}


li { 
margin: 15px; 
padding: 0px; 
} 


ul{
list-style-image: url(image-files/bullet-red.gif);
list-style-position: outside; 
margin-left: 0px; 
padding-left: 30px; 
line-height: 20px;
list-style: none; 
vertical-align: middle;
}

.ul{
list-style-image: url(https://www.foodandbeverageunderground.com/image-files/bullet-red-poplist.gif);
list-style-position: inside; 
margin-left: 0px;
padding-left: 0px; 
line-height: 16px;
list-style: none; 
vertical-align: middle;
color: #333;
}


.ul2 {
list-style-image: url(https://www.foodandbeverageunderground.com/image-files/bullet-red.gif);
list-style-position: inside; 
margin-left: 0px;
padding-left: 30px; 
line-height: 22px;
list-style: none; 
vertical-align: middle;
}


.ul3 {
list-style-image: url(https://www.foodandbeverageunderground.com/image-files/bullet-red.gif);
list-style-position: inside; 
margin-left: 0px; 
padding-left: 30px; 
line-height: 20px;
list-style: none; 
vertical-align: middle;
}


/* this area below is for your  Link-text and headings. You can change the font type and size, the color of each of them
as well as the a:hover, which is the text for a link, once the pointer passes over it*/

a { font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 100%; color: #997B28; text-decoration: underline;
}

a:hover { font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 100%;
 background-color: #fff;
 color: #997B28;
 }


h1 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 130%;  color: #666}
h2 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 116%;  color: #333}
h3 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 105%;  color: #666}
h4 { font-family: Arial, Verdana, sans-serif; font-weight: bold; font-size: 135%;  color: #997B28}
h5 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 95%;  color: #CBA15E}


/* This is for the heading background color....your H1, H2, and H3 tags*/
.hbg-mini{
background-color:#FDF7E2; 
color:#BF9A32;
font-size: 88%;
font-weight: bold;
width: auto;
z-axis: 1;
}

.hbg-topheadingtext {
padding-left: 30px;
	padding-top: 20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #DAAD5C;
	font-style: normal;
	font-weight: bold;
}

.hbg-italicheadingtext {
padding-left: 30px;
	padding-top: 20px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #DAAD5C;
	font-style: italic;
	font-weight: normal;
}


.hbg-headingtext {

border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BF9A32;
	padding-left: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #DAAD5C;
	font-style: normal;
	font-weight: bold;
}


.hbg-headingtext-72 {

border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BF9A32;
	padding-left: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72px;
	color: #DAAD5C;
	font-style: normal;
	font-weight: bold;
}

.hbg-headingtext-med {

border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BF9A32;
	padding-left: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 53px;
	color: #DAAD5C;
	font-style: normal;
	font-weight: bold;
}

.hbg-subhead{
background-color:#fff; 
color:#BF9A32;
font-size: 113%;
font-weight: bold;
width: auto;
z-axis: 1;
}

/* 
Notice the width:expression part? That's for internet explorer, which doesnt understand max-width commands.
So this works WITH the max-width at the top of this page. If you change that to say 1050px, change both occurences here
to 1050px as well. Otherwise Those using IE wont get the width constraint....their page would expand indefinitely!
Firefox will ignore this part, and IE will ignore the max-width part....you need both of them.

BUT DONT TOUCH THIS PART BELOW UNLESS YOU HAVE READ THE PDF THAT EXPLAINS HOW, AND YOU ARE SURE YOU UNDERSTAND IT!!*/

.main-table {
width:expression(document.body.clientWidth > 982? "980px": "auto" );
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-color: #fff;

}


/*as we are using a table based layout, all your text is within a table. So this is the area to change the
size, color and font family .*/
table {
font-family:  Georgia, "Times New Roman", Times, serif;
font-size: 95%;
color: #666;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

/* if you change the fonts and sizes, etc above, make this the same, but leave the weight as bold
Its just here to give you the option of a bold type font, without the extra size.*/

.note {
font-family: Georgia, "Times New Roman", Times, serif;
background-color: transparent; 
font-size: 83%;
color: #997B28;
font-weight: bold;

} 

.lede {
font-family: Georgia, "Times New Roman", Times, serif;
background-color: transparent; 
font-size: 100%;
color: #666;
text-indent: 30px;

} 

.byline {
font-family: Georgia, "Times New Roman", Times, serif;
background-color: transparent; 
font-size: 113%;
color: #997B28;
font-weight: bold;
padding-right: 25px;
text-align: right;

} 


.CCspace { width: 175px; height: 315px; 
/*Set the width to half of the image and set the 
  height to the image height plus a little room 
  for the caption. */
float: right; padding: 5px;} 
/*Float the span right and include any padding. */

/* Below, is the background colors for your table cells. originally, they were on the actual page, so why
move them to the stylesheet? Well, if you decide to do a site-wide color scheme change, you now change here, 
rather than on every page. A big improvement. Also, the less styling on the page, the better.

Suppose you prefer to have a tiled image rather than a solid color?
Replace the background-color:#fff;  with this, and upload your image to the graphics library....
background-image: 
url('http://www.your-site.com/images/your-image.gif');
background-repeat: repeat;
*/


td.headerbg {
padding-bottom: 0cm;
background-color: #fff;


}

td.headerbg-top {
padding-bottom: 0cm;
background-color: #FDF7E2;

}

td.headerbg-black {
padding-bottom: 0cm;
background-color: #FDF7E2;

}

td.spacerbg {
background-color: #fff;
width: 17%; 
height: 15px;
}


td.topnavbg {
background-color:#fff;  
}

td.contentbg {
background-color:#fff; 
}

td.article-contentbg {
background-color:#fff;
width: 600px; 
}


td.rightbg {
background-color: #fff;
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
color: #666;
width: 35%;
}

td.leftbg {
background-color: #fff;
font-family:  Georgia, "Times New Roman", Times, serif;
font-size: 100%;
color: #666;
width: 35%;
}

td.leftbg-article-toc {
background-color: #fff;
font-family:  Georgia, "Times New Roman", Times, serif;
font-size: 100%;
color: #666;
width: 220px;
}

td.leftbg-2 {
background-color: #fff;
font-family:  Georgia, "Times New Roman", Times, serif;
font-size: 100%;
color: #666;
width: 220px;
}



td.articletocbg {
background-color: #fff;
font-family:  Georgia, "Times New Roman", Times, serif;
font-size: 93%;
color: #666;
width: 200px;
border-left: none;
}


td.footerbg {
font-size: 93%;
background-color:#fff; 
}

td.bottom {
font-size: 93%;
background-color:#fff; 
}


.justify {
text-align: justify;
font-size: 88%;

}

.justify-initialcap {
text-align: justify;
font-size: 88%;
padding: 13px 0px 0px 0px;
}

.p-initialcap {
padding: 13px 0px 0px 0px;
}

.align-right{
text-align: right;
font-size: 88%;

}


/* This is for the heading background color....your H1, H2, and H3 tags*/

.hbg-red-text{
background-color: #fff;
color: #8F0002;
font-size: 113%;
width: 100%;
padding-left: 20px;
}

.hbg{
background-color: #DAAD5C; 
color:#fff;
width: 100%;
z-axis: 1;
}

.hbg-white-gold {
background-color: #fff;
font-size: 85%;
color: #997B28;
width: 100%;
text-align: center;
}

.hbg-gold-text {
background-color: #fff;
font-size: 117%;
color: #997B28;
width: 100%;
text-align: center;
text-transform: uppercase;
}

.hbg-gold-text-bright {
background-color: #fff;
font-size: 130%;
color: #DAAD5C;
width: 100%;
text-align: center;
}

.hbg-gold-text-2 {
background-color: #fff;
font-size: 103%;
color: #997B28;
width: 100%;
text-align: left;
text-transform: uppercase;
}

.hbg-black{
background-color: #000; 
color:#997B28;
width: 100%;
z-axis: 1;
}



/* information below is to remove the link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified */
a.jumplink{
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
}

a:hover.jumplink  {
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
} 

/* this is for the horizontal nav*/

#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #fff;	
	width: 100%;		
	padding: 0;	margin: 0 0 0 0px;
	height: 26px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 2px 15px;
	border-top: none;	
	border-right: none;
	border-left: none;	
	border-bottom: none;
	color: #BF9A32;
	font: bold 12px/15px  Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}

#nav ul li a:hover, 
#nav ul li a:active {
	color: #997B28; 
	background-color: #fff;
	font: bold;
}

/*this is for the header slogan*/
.slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 20px 'Comic Sans MS', Arial, Sans-serif;
	text-transform: none;
	color: #ff6600; 
	left: 250px;
	top: 15px;
	
	clear: both;
}

/*this is for the header slogan*/
p.image{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 350px;
	top: 10px;
	
	clear: both;
}



#strap {
	position:absolute;
	left:10px;
	top:410px;
	width:760px;
	height:30px;
	z-index:3;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}
/*this stylesheet is for you navigation panel*/

#navigator {

}

.housebutton {
}

.housebutton a {
font-size: 93%;
}

.housebutton a:hover {
font-size: 93%;
}


/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator-1 {

background-color: #fff;

border:  #fff;

font-family: Georgia, "Times New Roman", Times, serif;

font-color: #997B28;

width: auto;

margin-top: auto;

margin-left: 10px;

margin-right: 0px;

padding: 2px;

text-align: left;


}

#navigator {

background-color: #fff;

border:  #fff;

font-family: Georgia, "Times New Roman", Times, serif;

font-color: #997B28;

width: auto;

margin-top: auto;

margin-left: 20px;

margin-right: 20px;

padding: 2px;

text-align: left;
}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

font-size: 88%;
font-weight: bold;
text-align: left;
text-transform: uppercase;
margin-bottom: 4px;
margin-top: 4px;
}


.housebutton-describe {

font-size: 93%;
color: #BF9A32;
text-align: justify;
margin-bottom: 5px;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
}

.housebutton-describe-1 {

font-size: 93%;
color: #BF9A32;
text-align: justify;
margin-bottom: 5px;
margin-top: 5px;
margin-left: 5px;
margin-right: 0px;
}

.housebutton-blank {

font-size: 93%;
color: #BF9A32;
text-align: left;
margin-bottom: 5px;
margin-top: 5px;
margin-left: 10px;
}

/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.housebutton a {

padding: none;

font-family: Georgia, "Times New Roman", Times, serif;

text-decoration: none;

display: block;

color: #997B28;;

; /*this is where you change the button font color*/

background-color: #fff;


}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.housebutton a:hover {

color: #BF9A32; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #fff;


}



/*This style sheet controls how the textboxes will look
The only thing that you might want to change will be the color
of the borders. They are set at #000066 at the moment.
The background color is set to ffffff (white), however if you
decide to change it you can. Just remember, if you do, it will affect EVERY
textbox on your site. To change only one, copy and paste the class here in the style sheet,
and alter the color. Change the name also... so the new class may be called
full-width-box-blue for eg. Then the new color can be called with your new class name.
*/


div.content-box {
   background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-top: none;
	border-bottom: none;
	Border-right: none;
	border-left: none;
}

div.content-box-top {
   background-color: #FDF7E2;
   color:#BF9A32;
	font-size: 100%;
	font-weight: bold;
	width: auto;
	z-axis: 1;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-top: none;
	border-bottom: none;
	Border-right: none;
	border-left: none;
}


/*** right column Full width box.
Change the colors to suit. The standard box has a white background, and the
box2 has a colored background ***/

div.main-content-box {
   background-color: #fff;
	margin: 10px 50px 10px 30px;
	padding: 15px;
   border-top: none;
   border-right: none;
   border-bottom: none;
   border-left: none;
   color:#666;
   font-size: 93%;
   text-align: justify;
   line-height: 150%;
}


div.recipe {
background-image: 
   background-color: #fff;
	margin: 10px 10px 10px 10px;
	padding: 15px;
   border-top: none;
   border-right: none;
   border-bottom: none;
   border-left: none;
   color:#666;
   font-size: 93%;
   text-align: justify;
   line-height: 150%;
}

div.full-width-box {
   background-color: #fff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border-top: 1px solid #997B28;
   border-right: 1px solid #997B28;
   border-bottom: 1px solid #997B28;
   border-left: 1px solid #997B28;
	
}


div.full-width-box-noborder {
   background-color: #fff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
	
}


div.full-width-box-left {
   background-color: transparent;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: none;
   font-size: 93%;
	
}


div.goldbg {
   background-color: #DAAD5C;
   color: #ffffff;
	margin-left: 30px;
	padding-left: 20px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	line-height: 135%;
	text-align: justify;
	
}

div.full-width-box-left-top {
   background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 15px;
   border: none;
   font-size: 93%;
	
}

div.full-width-box-left-top-2 {
   background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	padding-right: 15px;
   border: none;
   font-size: 93%;
	
}


div.full-width-box-right {
	background-color: transparent;
	margin: 15px 0px 10px 0px;
	padding: 25px;
    border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
   border-left: 1px solid #fff;
  
}

div.full-width-box-right-pop {
   background-color: transparent;
	margin: 10px 0px 10px 0px;
	padding: 15px;
   border: none;
   font-size: 12px;
	
}

div.full-width-box-gold {
   background-color: #fff;
	margin: 25px 0px 15px 0px;
	padding: 15px;
	border-color: #997B28;
	border-style: double;
}

div.full-width-box2 {
   background-color: #fff;
	margin: 5px 0px 5px 0px;
	padding: 15px;
   border: 1px solid #997B28;
	
}

div.full-width-box-red {
   background-color: #fff;
	margin: 25px 0px 15px 0px;
	padding: 15px;
	border-color: #990000;
	border-style: double;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

div.full-width-box-redrt {
   background-color: #fff;
	margin: 10px 10px 10px 10px;
	padding: 15px;
	border-color: #990000;
	border-style: double;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

div.half-width-box-center {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	padding-right: 150px;
	padding-left: 150px;
	line-height: 130%;
		
}
	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #997B28;
	padding: 10px;
	width: 50%;
	float: left;
	
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #997B28;
	padding: 10px;
	width: 50%;
	float: right;
	
}

div.nav-sections {
   background-color: #fff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
	font-family: Georgia, Times New Roman, Times, serif;
	
	
	
}


div.squib {
  background-color: transparent;
  font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 83%;   
	color: #997B28;
	font-weight: bold;
	font-style: italic;
   line-height: 135%;
   float: right;
	margin: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: right;
  
}



div.column1 {
   background-color: #fff;
   font-size: 110%;
   line-height: 135%;
   float: left;
   width: 288px;
	margin: none;
	padding: 15px 32px 10px 30px;
	text-align: justify;
  
}


div.column2 {
   background-color: #fff;
     font-size: 105%;
   line-height: 135%;
   float: right;
    width: 288px;
	margin: none;
	padding:  15px 55px 10px 10px;
  	text-align: justify;
}

div.maincolumn {
   background-color: #fff;
   font-size: 105%;
   line-height: 135%;
   text-align: justify;
   width: 600px;
	margin: none;
	padding: 40px 40px 20px 40px;
	text-align: justify;
  
}

div.maincolumn-2 {
   background-color: #fff;
   font-size: 105%;
   line-height: 135%;
   text-align: justify;
   width: 600px;
	margin: none;
	padding: 5px 40px 20px 40px;
  
}

div.canceljust {
text-align: left;

}


/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*/

/*** Picture inside the text ***/
.img-float-left-border {
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: 2px solid #997B28;
	background-color:#fff;
}

.img-float-left {
	float: left;
	padding: 5px;
	margin-right: 5px;
	border: none;
	background-color:#fff;
	text-align: justify;

}

.img-float-left-2 {
	float: left;
	padding-right: 10px;
	padding-left: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	background-color:#fff;
	
}

.img-float-right {
	float: right;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: none;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 20px;
	border: none;
	background-color:#fff;
	text-align: justify;
	
}
	

.img-float-right-notp {
	float: right;
	padding-top: none;
	padding-bottom: 5px;
	padding-right: none;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 20px;
	border: none;
	background-color:#fff;
	text-align: justify;
	
}

.img-float-right-main {
	float: right;
	padding: 15px;
	margin: 5px;
	border: none;
	background-color:#fff;
	text-align: justify;
	
}

.img-float-left-main {
	float: left;
	padding: 15px;
	margin: 5px;
	border: none;
	background-color:#fff;
	text-align: justify;
	
}



.img-float-right-2 {
	float: right;
	padding: 2px;
	margin-left: 10px;
	border: none;
	background-color:#fff;
	
}


.img-float-right-border {
	float: right;
	padding: 2px;
	margin-left: 10px;
	border: 2px solid #997B28;
	background-color:#fff;
	
}


.img-float-center {
	float: center;
	padding: 2px;
	width: 225px;
	border: 2px solid #997B28;
	background-color:#fff;
	
}

.image-border{
float: center;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #997B28;
}


/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}


.straptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.head {

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BF9A32;
	padding-left: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84px;
	color: #DAAD5C;
	font-style: normal;
	font-weight: bold;
}

.abovehead {
	padding-left: 30px;
	padding-top: 40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #DAAD5C;
	font-style: normal;
	font-weight: bold;
}


.head-p2 {

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BF9A32;
	padding-top: none;
	padding-right: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #DAAD5C;
	font-style: normal;
	font-weight: bold;
}

.head-p3 {

	
	padding-top: 5px;
	padding-right: 18px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #DAAD5C;
	font-style: normal;
	font-weight: bold;
}

.masters  {

	background-color: #fff;
	text-align: right;
	padding: 15px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
	color: #DAAD5C;
	font-size: 18px;
}

.goldline {

	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #BF9A32;
}

.cap {
	background-color: #fff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 72px;
	color: #BF9A32;
	font-style: normal;
	float: left;
	line-height: 52px;
	padding: 0px 5px 0px 5px;
}
	
.masters-2  {

	background-color: #fff;
	text-align: justify;
	padding: 15px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-transform: none;
	color: #DAAD5C;
	font-size: 18px;
	line-height: 130%;
}
