@import url(inc_common.css);
@import url(inc_csc.css);
@import url(inc_htmlarea.css);
/*@import url(inc_flashheading.css);*/

/*
 * Reset
 */
#outermargin,#middlemargin,#innermargin,#header,#content,
#footer, #footer dl, #footer dt, #footer dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*
    font-size: 100%;
    vertical-align: baseline;
	*/
	background: transparent;
	text-align: left;
}

#metanav ul,#rightcol ul, #footer ul {
	list-style-position: outside;
	list-style-type: none;
}

#body { position: relative;}

/*
 * Margin
 */
#outermargin {
	height: 100%;
	position: absolute;
	height: 550px;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -275px;
}

#innermargin {
	background: #88BB3C;
	width: 1300px;
}  /* for explorer only */

/*
 * Header
 */
#header {
	height: 100px;
	padding: 0 0 0 50px;
	margin-left: 1px;
	width: auto ! important;
	width: 100%;
}
/*
#tooltip {
	position: absolute;
	background: url(../images/tooltip.png) no-repeat;
	width: 175px;
	height: 91px;
}

#tooltip img { display: none; }
*/
#startlink { margin: 0 0 0 330px; }

/*
 * Content
 */

#content {
	overflow: hidden;
	height: 400px;
	max-height: 400px;
}

#content .section {
	position: relative;
	width: 1600px;
	float: left;
	height: 400px;
	display: inline;
}

#tags {
	width: 900px;
	padding: 5px 0 0 20px;
	text-align: center;
}

#tags a {
	padding: 0 5px;
	color: white;
	white-space: nowrap;
	line-height: 1em;
}

/*
 * Footer
 */
#footer {
	height: 30px;
	padding: 20px 0 0 274px;
	width: auto ! important;
	width: 100%;
	/*margin: 0;*/
	margin-left: 1px;
}

/*#footer img {
	margin-right: 5px;
}
/*
#footer dl {
	overflow: hidden;
	clear: both;
}

#footer dd {
	color: white;
	float: left;
	margin: 0 5px;
}

#footer dt {
	color: black;
	float: left;
}

#footer dt a { color: black; }
*/
#scriptreplace { display: none; }

