/* index - Pre Splash Page Styling */

* { margin:0; padding:0; } /* zero out padding and margins for all elements */
h1, h2, h3, h4, h5, h6, p { margin:.5em 0; } /* applies margin back to heading and paragraph elements */

.clear {clear:both;}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
	color: #CC901C;
}
.body #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#5959D8 url(images/pre-splash-bg-repeat.jpg) repeat-x; /*  specify background image, color, etc...here */
	margin: 0 auto;
	padding:100px 10px;
	border:20px thick dashed #049835; outline: solid #5E3D5F; /*  adjust main border here*/
	text-align: left;
}
.body #main-content {
	padding: 0 20px; 
	text-align:center;
}
#main-content h1 {
	font-size:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FD0416;
	margin:1em 0;
}
#main-content h3 {
	font-size:18px;
	font-family:Georgia, "Verdana", Arial, Helvetica, sans-serif;
	color: #FE7F02;
}
/* pre-splash-link Styling */
ul#centerFlashLinks {
	margin:1em auto;
	list-style:none;
	width:300px;
}
ul#center-flash-links li {
position:relative;
left:200px;
bottom: -20px;	
float:left;
	width:150px;
	text-align:center;
list-style-type:none;
}
ul#center-flash-links li a {
	color:#54D8F4;
	font-size:28px;
	text-decoration:none;

}
ul#center-flash-links li a:hover {
	color:#FF00FF;
}