@charset "UTF-8";
/* General styles */
body {
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #A0A0A0;
	font-weight: normal;
	position: relative;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 24pt;
}
.footerLinks {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px auto;
	text-align: center;
}
.footerLinks ul {
	list-style-type: none;
	padding-left: 0px;
	display: block;
}
.footerLinks ul li {
	display: inline;
	text-align: center;
	padding: 0px 28px;
}
a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #b9e671;
}
.foxycart {} /* Links styled with this will open in the fade-in FoxyCart shopping cart box */

/* Color Palette */
.green {
	color: #b9e671;
}
.yellow {
	color: #dbb530;
}
.purple {
	color: #b34db0;
}
.blue {
	color: #4b84eb;
}
.pink {
	color: #d9305d;
}
.orange {
	color: #e26f2b;
}

.LeeBoldInText {
	color: #FF33CC;
	font-size: 20pt;
	line-height: 40px;
}
.boldText16pt {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
}
#buttonBar {
	white-space: nowrap;
}
#buttonBarContainer {
	position:absolute;
	left:35px;
	top:15px;
	width:944px;
	height:32px;
	z-index:13;
	background-color: #272727;
	visibility: visible;
}
#pageBackground {
	position:absolute;
	left:37px;
	top:65px;
	width:941px;
	height:4353px;
	z-index:2;
	background-color: #272727;
}
.text12pt {
	font-size: 12pt;
	line-height: 18pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.text14pt {
	font-size: 14px;
	line-height: 22px;
	font-family: Verdana,, Helvetica, Arial, sans-serif;
}
.text24pt {
	font-size: 24pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.headline14ptBlue {
	font-size: 12pt;
	line-height: 18pt;
	color: #4b84eb;
}
.headline20ptPurpleUnderline {
	font-size: 18pt;
	line-height: 20pt;
	color: #b34db0;
	text-decoration: underline;
}.boldText24pt {
	font-family: "Helvetica Neue", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
}
.text22ptUnderline {
	font-size: 22px;
	line-height: 26px;
	font-family: Verdana,, Helvetica, Arial, sans-serif;
	text-decoration: underline;
}
.text20ptOrangeUnderline {
	font-size: 20px;
	line-height: 24px;
	font-family: Verdana,, Helvetica, Arial, sans-serif;
	text-decoration: underline;
	color: #e26f2b;
}
.text20ptYellowUnderline {
	font-size: 20px;
	line-height: 24px;
	font-family: Verdana,, Helvetica, Arial, sans-serif;
	text-decoration: underline;
	color: #dbb530;
}
.text22ptPinkUnderline {
	font-size: 18px;
	line-height: 22px;
	font-family: Verdana,, Helvetica, Arial, sans-serif;
	text-decoration: underline;
	color: #d9305d;
}
.boldText14pt {
	font-family: "Helvetica Neue", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
}
