body {
	background:#330000;
	font-family: Arial, Verdana, Helvetica, Geneva, Arial, sans-serif;
	margin:0px;
	padding:0px;
	color:#fff;
	text-align:left;
}

p {
	font-size:1.2em;
}

hr {
	margin-top:10px;
}

ul {
	font-size:1.2em;
}

.no_bullet {
	list-style-type: none;
}

h1, h2 {
	color:#fff;
}

#wrapper {
	width:100%;
}

#header {
	background:url('/images/passiondfw_header.jpg') no-repeat;
	text-align:center;
	height:100px;
	width:100%;
}

#menu {
	width:100%;
	height:35px;
	/*background:#594046; */
	background:#4c4c4c;
	text-align:center;
	padding:5px 15% 0px 15%;
	border-bottom:#330000 solid 4px;
}

.tabs {
	background:#73707b;	
	padding:5px;
	margin-left:5px;
	width:175px;
	float:left;
}

.tabs_selected {
	background:#9b97a5;
	padding:5px;
	margin-left:5px;
	width:175px;
	float:left;
}

.tabs a, .tabs_selected a{
	font-weight:bold;
	text-decoration:none;
}

.tabs a:link, .tabs_selected a:link, .tabs a:visited, .tabs_selected a:visited {
	color:#fff;
}

.tabs a:hover, .tabs_selected a:hover {
	color:#000;
}

.tabs a:active, .tabs_selected a:active {
	color:#fff;
}


#content {
	/*background:#594046; */
	background:#4c4c4c;
	/*background:#823b27;*/
	padding:10px 15%;
}

#content a:link, #content a:visited {
	color:#fff;
}

#content a:hover  {
	color:#dd8150;
}

#content a:active {
	color:#fff;
}

#footer {
	height:50px;
	padding:10px;
}

#footer a:link {
	color:#dd8150;
}

#footer a:hover {
	color:#fff;
}

#footer a:active, a:visited {
	color:#dd8150;
}

textarea {
	width: 450px;
	height: 100px;
	border:#ccc double 3px;
}

#registration_form {
		width:100%;
}

#registration_form p {
	margin:0px;
}

#registration_form_alt_row {
	
	padding:10px;
}

#registration_form_row {
	
	padding:10px;
}

table {
	border-collapse:collapse;
	border: 1px solid #000000;
}

caption, thead, tfoot, tbody, tr, th, td {
	border: 1px solid #000000;
	padding:5px;
}

caption, thead {
	background-color: #ffffff;
}

#results {
	width:300px;
}

#table_row {
	background-color: #ccccff;
	padding:10px;
}

#table_alt_row {
	background-color: #eeeeee;
	padding:10px;
}
