/* CSS Document */
html {	min-height: 100%; }

body {
	background: #EEEEEE;
	font-size:12px;
    font-family:arial,sans-serif;
}

#container {
	width: 750px;
	height: 100%;
	background: #FFF;
	margin: 0 auto;
	border: thin solid #CCCCCC;
}

#header {
	width: 720px;
	height: 65px;	
	background: url(graphics/words.gif) #F5F5F5 repeat-x left bottom;
	margin: 5px auto;
	border-top: 5px solid #F5F5F5;
	border-right: 10px solid #F5F5F5;
	border-bottom: 5px solid #F5F5F5;
	border-left: 10px solid #F5F5F5;
}

#constantnav {
	width: 200px;
	text-align: right;
	position: relative;
	left: 515px;
	top: -20px;
	font: 15px "Arial Narrow";
}
#constantnav a{color:#0066CC; text-decoration:none}

#constantnav a:hover{color:#0066CC; text-decoration:underline}

#splash {
	height: 153px;
	margin: 5px;
}

#breadcrumbs {
	background: #ECECEC;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#heading {
	height: 30px;
	background: url(graphics/headingBG.jpg) no-repeat center top;
	color: #305986;
	text-align: center;
	font-family: "Arial";
	padding-top: 7px;
}

#content {
	width: 740px;
	height: 100%;
	background: #FFF;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0;
	float: left;
}

#msds {
	margin: 0;
	padding: 0;
}

#tln {
	margin: 0;
	padding: 0;
}

#1dm {
	margin: 0;
	padding: 0;
}

#impact {
	margin: 0;
	padding: 0;
}

#footer {
	font-size:11px;
    font-family:arial,sans-serif;
	color: #5C5C61;
	text-align: center;
	padding: 15px 0 15px 0;
}

.showcasebox {
	width: 184.5px;
	height: 250px;
	margin: 0;
	padding: 0;
	float: left;
	color: #666666;
	font-size:11px;
    font-family:arial,sans-serif;
	background: #F5F5F5;
}

.showcasebox p {
	width: 180px;
	height: 92px;
	margin: 3px;
	padding: 0;
}

.showcasebox .learnmore {
	width: 107px;
	height: 23px;
	background: url(graphics/learnmore.gif) no-repeat left bottom;
	vertical-align: bottom;
}

.launch {text-align: center; }

.clearer { clear: both; }

.alert {
	text-align: center;
	background: #FF0;
	width: 735px;
	color: #FFF;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0;
}

