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

#main {
    width: 100%;
    background-color: blue;
}
#menu {
    float: left;
}

#titlebar {
	margin: 0 auto; /**for older browsers**/
	margin: 8px;
	background-color: #f85e00;
	color: #000066;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	font-size: xx-large;
}

body {	
	margin: 0 auto; /**for older browsers**/
	margin: 8px;
	background-color: #100C61;
	background-image: url(../CrashDive/images/CrashDive/GradientBG.png);
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-size: larger;
}

h1, h2, h3 {
	color: #FFFF33;
}

img {
	 border:0px;
}
.FAQ_Q {
	color: #FFFF33;
}
#title {
	color: #FF0;
}

table {
	background-color: #F99202;
	border-color: #F99202;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
}

th {
	background-color: #F99202;
	color: #000033;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
	border-color: #7C4901;
}

td {
	background-color: #000066;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	border-color: #7C4901;
}

tdcenter {
	background-color: #000066;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	border-color: #7C4901;
}
