@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
#layout-header {
	height: 153px;
	min-height: 153px;
	background-color: #F0F0F0;
	border-bottom: 1px #999 solid;
}
#layout-header-float-left {
	float: left;
	width: 300px;
	text-align: left;
}
#layout-header-float-right {
	float: right;
	width: 300px;
	text-align: left;
	margin-top: 50px;
}
.dscolumn {
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px dashed #999;
	page-break-inside: avoid;
	padding-bottom: 10px;
}
.dscolumn p {
	margin: 6px 0px 12px;
	line-height: 1.5em;
}
.content-header {
	margin: 0px;
	font-size: 2em;
	color: #627081;
	letter-spacing: 0.2em;
}
.title-line-styles {
	border-top: 1px dotted #CCCCCC;
	border-right: 0px dotted #CCCCCC;
	border-bottom: 0px dotted #CCCCCC;
	border-left: 0px dotted #CCCCCC;
	font-size: 1em;
	letter-spacing: 0.2em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*****************************************************************************/
/*
/* link header
/*
/*****************************************************************************/
#layout-header a:link {
	color: #333;
	text-decoration: none;
}
#layout-header a:visited {
	color: #333;
	text-decoration: none;
}
#layout-header a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#layout-header a:active {
	color: #333;
}
