@import "form.css";			/* universal */

body	{
margin: 0px;
padding: 0px;
	background-color : #FFF;
	background-image : url(/images/imagelib/UI/TILE_background.gif);
	background-repeat : repeat-x;
	margin-top : 0px;
	background-attachment: fixed;
	background-position: left top;
}
.clear	{
	clear: both;
}

#header	{
	width: 970px;
	height: 133px;
	background-image: url(/images/imagelib/splash/header.gif);
	margin: 0 auto 0 auto;
	}

#header h1	{
	font: 30px/30px arial;
	color: #e9ecf7;
	padding: 36px 0 0 176px;
	}
#banner	{
	width: 970px;
	height: 448px;
	background-image: url(/images/imagelib/splash/background-map.gif);
	margin: auto auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#premier	{
	width: 485px;
	float: left;
	padding-top: 60px;
}
#ktron	{
	width: 485px;
	float: left;
	padding-top: 60px;
}
#footer	{
	width: 970px;
	margin: auto auto;
}
#col1, #col6	{
	float: left;
	width: 163px;
	text-align: left;
}
#col2, #col3, #col4, #col5 	{
	float: left;
	width: 161px;
	text-align: left;
}
	
#col1 h2, #col2 h2, #col3 h2, #col4 h2, #col5 h2, #col6 h2, #col7 h2	{
	background-color: #cbd2ec;
	height:16px;
	font: 11px/16px arial;
	font-weight: bold;
	padding-left: 10px;
}

#col1 a, #col2 a, #col3 a, #col4 a, #col5 a, #col6 a	{
	font: 10px/12px arial;
	text-decoration: none;
	color: #000000;
}
#col1 ul, #col2 ul, #col3 ul, #col4 ul, #col5 ul, #col6 ul	{
	list-style-image:url(/images/imagelib/splash/bullet.gif);
	margin-left: 0px;
	padding-left: 15px;
}
#col1 li, #col2 li, #col3 li, #col4 li, #col5 li, #col6 li	{
	padding-bottom: 5px;
}

#footer	p {
	font-family:arial,helvetica, sans-serif;
	font-size:12px;
}