/* THE INDEX PAGE STYLES */
/* KYLE DE FRANCO 2010_02_03 */
	body{
		background-color: #003399;
		margin: 0;
		padding: 0;
	}
	div{
		color: #000000;
		font-family: Arial;
		font-size: 12px;
	}
	#div_index_container{
		text-align: center;
	}
	#div_index_flash{
		background: url(../_images/div_index_flash.jpg);
		background-repeat: no-repeat;
		height: 600px;
		margin-left: auto;
		margin-right: auto;
		width: 630px;
	}
	#div_index_navigation{
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		text-align: left;
		width: 630px;
	}

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