/* CSS Document */

body
{
	margin : 0;
	text-align: center; /* for IE */
}

.container
{
	width: 100%;
	margin-top: 100px;
}

#splash
{

	width: 600px;
    margin: 0 auto;
	text-align: left; /* counter the body center */
}

#splashtext
{
	width: 600px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #004084;
	font-size: 1.1em;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #004084;
	border-right-color: #004084;
	border-bottom-color: #004084;
	border-left-color: #004084;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
}

#splashtext2
{
	width: 600px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #004084;
	font-size: 0.9em;
	line-height:20px;
	margin-top: 35px;
	margin-bottom: 55px;
	text-align: left;
}

#splashtext a:link
{
	color: #004084;
	text-decoration: none;
}

#splashtext a:visited
{
	color: #004084;
}

#splashtext a:selected
{
	color: #FFFFFF;
	background: #004084;
}

#splashtext a:hover
{
	color: #FFFFFF;
	background: #004084;
}

#logo
{
	float: left;
	position: relative;
	top: 0px;
	margin: 0px;
	padding-bottom: 20px;
	width: 600px;
}

