/* CSS Document */

body {
	width: 7in;	
	color: #000;
	font: 12pt/20pt "Times New Roman", Times, serif;
	background: white;
}
a {
	color: #333;
	font-weight: bold;
}
a:after { 
	content:" ["attr(href)"]"; 
	font-weight: normal;
}

#header, #subnav, #cta, #footer {
	display:none;
}
.curvebox {
	background-image: url(../images/home/curvebox_expander.png);
	background-repeat: repeat-y;
	float: left;
	width: 213px;
}
.curvebox-space {
	margin-right: 5px;
	margin-left: 5px;
}
.curvebox-height {
	height: 75px;
}
.titlebar {
	background-image: url(../images/home/curvebox_title.png);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	color: #2e74a6;
	padding-left: 18px;
	text-transform: uppercase;
}
.curvebox-content {
	background-image: url(../images/home/curvebox_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.curvebox-content ul {
	padding:5px 0px 3px 19px;
}
.curvebox-content li a {
	display:block;
	color: #333333;
	text-decoration:none;
	background-image: url(../images/home/bullet_homearrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding:2px 0px 2px 9px;
	width:175px;
}
.curvebox-content li a:hover {
	color: #004589;
	text-decoration:underline;
}
