body
{
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin: 0px;
	background-color: #AA7941;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.3em;
}

.img-right
{
    float: right;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
} 


/* The info styles are for subheader type texts */

.infotext {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.5em;
}

.infotextuppercase {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	line-height: 1.5em;
}

.infotitles {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	background-color:#F0DEA0;
}



/* The menutexts are the styles for the menu page content */

.menutitles {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0px;
	background-color:#F0DEA0;
}

.menutext1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #452E01;
}

.menutext2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	color: #000000;
}

.menutext3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.25;
	color: #754D02;
}

.menutext4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #452E01;
}

.menutext5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.25;
	color: #754D02;
}

.menutext6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #452E01;
}



/* The bodylinks style is for the links that will appear in the content text */

a.bodylinks:link {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
}

a.bodylinks:visited {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
}

a.bodylinks:hover {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #663300;
	text-decoration: underline;
}

a.bodylinks:active {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}



/* The style below is mainly for the enlarged links on the Menus page */

a.menulinks:link {
text-decoration: none;
font-family: Tahoma, Verdana, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 2em;
color: #663300;}

a.menulinks:visited {
text-decoration: none;
font-family: Tahoma, Verdana, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 2em;
color: #663300;}

a.menulinks:hover {
text-decoration: underline;
font-family: Tahoma, Verdana, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 2em;
color: #660000;}

a.menulinks:active {
text-decoration: underline;
font-family: Tahoma, Verdana, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 2em;
color: #993300;}



/* Everything below here is for the footer area */

.footertext {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 0.8;
	color: #DFB458;
}

a.footerlinks:link {
	text-decoration: none;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #EED185;
	line-height: 0.8;}

a.footerlinks:visited {
	text-decoration: none;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #EED185;
	line-height: 0.8;}
	
a.footerlinks:hover {
	text-decoration: underline;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #EED185;
	line-height: 0.8;}
	
a.footerlinks:active {
	text-decoration: underline;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #EED185;
	line-height: 0.8;}

