body {
	background-color: #000000;
	text-align: center;
	margin: 0;
}
form {
	font-family: "Arial";
	font-size: 12px;
	line-height: 1.7em;
	color: #999999;
}
button {
	width: 100px;
}

/* Default text styles :::::::::::::::::::::::::::::::::::::::::::::: */

/* Paragraph */



p {
	font-family: "Arial";
	font-size: 12px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.7em;
}
input {
	width: 250px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	height: 20px;
	font-family: "Arial";
	font-size: 12px;
	color: #333333;
}
textarea {
	width: 250px;
	height: 200px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	font-family: "Arial";
	font-size: 12px;
}

/* Address at the bottom */

p.address {
	font-size: 11px;
}

/* Links */

a {
	text-decoration: underline;
	color: #CCCCCC;
}

/* Links hover */

a:hover {
	color: #FFFFFF;
}

/* Unordered lists */

ul {
	color: #999999;
	font-family: "Arial";
	font-size: 12px;
	list-style-type: disc;
	margin-left: 0em;
	padding-left: 0.5em;
}

/* Ordered lists */

ol {
	font-family: "Arial";
	font-size: 12px;
	color: #CCCCCC;
	list-style-type: decimal;
	margin-left: 0px;
}

/* Bold text */

h1 {
	font-family: "Arial";
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 1.7em;
}


/* Generic layout styles :::::::::::::::::::::::::::::::::::::::::::::: */


/* Container - centered and contains everything */

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left;
	position: relative;
}

/* Top box */

#top {
	background-image: url(../images/generic/top_black.gif);
	height: 134px;
	width: 900px;
	font-weight: normal;
	text-align: left;
}

/* Main navigation text */

#navigation_top_left {
	font-family: "Arial";
	color: #999999;
	text-align: left;
	top: 96px;
	left: 10px;
	vertical-align: middle;
	width: 700px;
	font-size: 12px;
	position: relative;
}

/* Main navigation link */

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

/* Main navigation link hover */

#navigation_top_left a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Main navigation spacers */

#navigation_top_left img {
	border: 0;
}

/* Main navigation right box */

#navigation_top_right {
	font-family: "Arial";
	color: #999999;
	text-align: right;
	height: 30px;
	top: 66px;
	vertical-align: middle;
	width: 160px;
	font-size: 12px;
	position: relative;
	left: 730px;
}

/* Main image */

#main_image {
	width: 900px;
	background-color: #000000;
}

/* Expandable content box */

#expandable_content {
	width: 900px;
	text-align: left;
	background-image: url(../images/generic/sidelines.gif);
	position: relative;
}

/* Title */

#title1 {
	width: 900px;
}

/* 2 Column layout - column 1 */

#column_two_1 {
	width: 420px;
	text-align: left;
	padding-left: 20px;
}

/* 2 Column layout - column 2 */

#column_two_2 {
	width: 420px;
	left: 460px;
	top: 75px;
	position: absolute;
	text-align: left;
}

/* 3 Column layout - column 1 */

#column_three_1 {
	width: 273px;
	text-align: left;
	padding-left: 20px;
}

/* 3 Column layout - column 2 */

#column_three_2 {
	width: 273px;
	left: 312px;
	top: 75px;
	position: absolute;
	text-align: left;
}

#column_three_3 {
	width: 273px;
	left: 608px;
	top: 75px;
	position: absolute;
	text-align: left;
}

#column_three_4 {
	width: 560px;
	text-align: left;
	padding-left: 20px;
}

/* Bottom box */

#bottom {
	height: 150px;
	width: 900px;
	background-image: url(../images/generic/bottom.gif);
	padding-top: 40px;
	background-repeat: no-repeat;
	margin-top: 0px;
	text-align: center;
}
h2 {
	font-family: "Arial";
	font-size: 14px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 1.7em;
}
.horizontal_line_solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.horizontal_line_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.outlined_text {
	background-image: url(../images/panels/1box_sidelines.gif);
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: repeat-y;
	display: block;
}

#column_three_2_player {
	width: 273px;
	left: 313px;
	top: 43px;
	position: absolute;
	text-align: left;
}
#column_three_3_player {
	width: 273px;
	left: 608px;
	top: 43px;
	position: absolute;
	text-align: left;
}
