body {
	background-color: #FBF204;
}

hr {
	color: #FBF204;
}

#menu td, #menu td a {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: small;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

#content {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: small;
	padding: 2em;
}

#content a {
	color: #F90204;
}

#content table {
	margin: 0 0 2em 2em;
	text-align: center;
}

#content h1 {
	font-size: 2em;
	color: #F90204;
}

#content h2 {
	font-size: 1.5em;
	color: #F90204;
}

#content h3 {
	font-size: 1.2em;
	color: #F90204;
}

#copyright {
	letter-spacing: .2em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: x-small;
}


#quote {
}

#quote p {
	margin-top: 2em;
	text-align: center;
	font-weight: bold;
	background: #F90204;
	padding: .5em;
	text-align: right;
	color: #FFF;
}

.headline {
	font-size: large;
	font-weight: bold;
	font-style: italic;
}

.bigred {
	font-size: 1.2em;
	color: #F90204;
	font-weight: bold;
}

.fact {
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	background: #CCC;
	color: #000;
	width: 600px;
	text-align: center;
	padding: .5em;
}

.fact strong {
	text-transform: uppercase;
}


.dropcap {
	float: left;
	width: 42px;
	font-size: 62px;
	line-height: 51px;
}

.name {
	font-weight: bold;
	font-style: italic;
}

label {
	display: block;
}

.inline {
	display: inline;
}

.calltoaction {
	padding-top: 1em;
	font-size: .8em;
	font-weight: bold;
}

#peek {
	font-size: .8em;
}

.small {
	font-size: .7em;
}

.red {
	color: #F90204;
}

.clear {
	visibility: hidden;
}

#box {
	border: 2px solid red;
	padding: .5em;
}

#box p {
	margin: 0;
}

#box ul {
	font-size: .85em;
	margin: 0 0 0 1.5em;
}


.message {
	font-weight: bold;
	text-transform: uppercase;
	
}

.promo {
	display: none;
}