/* 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: #000000;
}
.body #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#000fff url(images/pre-splash-bg-repeat.jpg) repeat-x; /* this is where you can specify background image, color, etc... */
	margin: 0 auto;
	padding:100px 10px;
	border:  12px thick dashed green; outline: solid #5E3D5F; /* this is where you can adjust main border */
	text-align: left;
}
.body #main-content {
	padding: 0 20px; 
	text-align:center;
}
#main-content h1 {
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006633;
	margin:1em 0;
}
#main-content h3 {
	font-size:18px;
	font-family:Georgia, "Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
}
/* pre-splash-link Styling */
ul#centerFlashLinks {
	margin:1em auto;
	list-style:none;
	width:300px;
}
ul#center-flash-links li {
	float:left;
	width:150px;
	text-align:center;
}
ul#center-flash-links li a {
	color:#006633;
	font-size:16px;
	text-decoration:none;
}
ul#center-flash-links li a:hover {
	color:#FF00FF;
}