@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4e2b16;
	background-image: url(images/bgMain.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #FFFF99;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menu a{
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -1px;
	padding-right: 15px;
	padding-left: 15px;
}
.menu a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: normal;
	text-transform: uppercase;
	color: #2f0200;
	text-decoration: none;
	letter-spacing: -1px;
	padding-right: 15px;
	padding-left: 15px;
}
.copyright {
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #A47B0C;
	text-decoration: none;
}
.copyrightLink a{
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #A47B0C;
	text-decoration: underline;
}
.copyrightLink a:hover{
	font-family: Tahoma, Arial, "Myriad Pro";
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: underline;
}
.frameBGSideLeft {
	background-image: url(images/frameCornerSideLeftBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.frameBGSideRight {
	background-image: url(images/frameCornerSideRightBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bgContent {
	background-color: #3a1e0f;
	background-image: url(images/bgContent.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.largeYellow {
	font-size: 24px;
	font-weight: bold;
	color: #FFFF99;
	letter-spacing: -1px;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
}

