@charset "utf-8";
/* CSS Document */

/* reset basic parameters */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: center; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:disc; }
q:before, q:after { content:''; }

/* end reset basic parameters */


#banner {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
}

body {
	font:1.0em Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	text-align: center;
	background-color: #000;
	margin-top: 0;
}

blockquote {
	margin-left:1.5em;
	text-align:left;
}

a:link {
	color: #999;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #FC0;
	text-decoration: underline;
}

a:active {
	color: #F00;
	text-decoration: underline;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #FC0;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #FC0;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #FC0;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	color: #FC0;
	text-transform: uppercase;
	text-align: center;
}

h5 {
	font-size: 1em;
	font-weight: normal;
	color: #CCC;
	text-transform: uppercase;
}

p {
	font:1.0em Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
}

.list p {
	text-align:left;
	line-height:1.5em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size:0.8em;
}

.highlight {
	color:#FC0;
}

ul {
	text-align: left;
	list-style: disc;
}

.yellowTextLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FC0;
	text-decoration: none;
}

.yellowTextXLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FC0;
	text-decoration: none;
}

.textBackground {
	background-color: #663333;
}

.textLarge {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textMedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #CCC;
}

.textSmall {
	font-size: 0.8em;
	color: #CCC;
}

.textJustify {
	text-align: justify;
}

.yellowTextMediumCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FC0;
	text-decoration: none;
	text-align: center;
}

.yellowHighlight {
	color: #FC0;
}

.yellowTextMedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FC0;
}

#footer {
	padding: 0;
	margin: 0;
}

#footer p {
	font:0.7em Verdana, Geneva, sans-serif
}

.highlightSmall {
	font-size: 0.8em;
	color: #FC0;
}
