/* CSS Document */

/* Body */

html {overflow-y: scroll;}

body {
	margin: 0;
	background-color:#FFFFFF;
	background-image: url(images/bg_splash.gif);
	background-repeat: repeat-x;
}

img {border: 0;}

/* CONTAINERS */

#splash {background: url(images/bg_main_splash.jpg) no-repeat; width: 985px; height: 600px; margin: auto; text-align: center;}
.ie #logos {width: 985px; text-align: center; margin-top: 122px; float: left; padding-left: 3px;}
#logos {width: 983px; text-align: center; margin-top: 122px; float: left; padding-left: 3px;}
#bottomtext {width: 600px; margin-top: 165px; float:left; text-align: left; padding-left: 85px;}

/* TEXT */

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	color: #1b6dbd;
	font-size: 11px;
	line-height: 18px;
}

.smalltext2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1b6dbd;
	font-size: 12px;
	line-height: 18px;
}

/* LINKS */

.bottomlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #1b6dbd;
	font-size: 12px;
	text-decoration: underline;
}

.bottomlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1b6dbd;
	font-size: 12px;
	text-decoration: underline;
}

.bottomlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #1b6dbd;
	font-size: 12px;
	text-decoration: none;
}



















