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

body {
	background-color: #E7e7e7;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	line-height: 1.5em;
}
#main_wrapper {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header_tag {
	background-image: url(images/clearline_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 144px;
	width: 800px;
}
#menu_tag {
	background-image: url(images/clearline_menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 31px;
	width: 800px;
}
#footer_tag {
	background-image: url(images/clearline_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 70px;
	width: 800px;
}
#signoff_tag {
}
#body_tag {
	background-image: url(images/clearline_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.footer {
	color: #666;
	font-size: 8pt;
	text-align: center;
}
#footer_tag a:link {
	text-decoration: none;
}
#footer_tag a:visited {
	text-decoration: none;
}
h1 {
	font-size: 12pt;
	font-weight: lighter;
	color: #999;
	padding-bottom: 15px;
	padding-left: 30px;
}
h2 {
	font-size: 12pt;
	font-weight: lighter;
	color: #175DB6;
}
h3 {
	font-size: 12pt;
	font-weight: lighter;
	color: #175DB6;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.smaller_italic {
	font-size: 80%;
	font-style: italic;
}
p {
	margin-top: 5px;
}
.bolder_larger {
	font-size: 105%;
	font-weight: bold;
}
.cell_pad {
	padding-top: 2px;
}
#twitter-container {
	position: absolute;
	left: 392px;
	width: 78px;
	top: 11px;
}
#relative-container {
	position: relative;
}

