html {
	font: normal 100% verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	background: #fff none;
	color: #000;
	font-size: 70%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 650px;
}

/* Header Content */
h1 {
	background: none;
	border-bottom: 2px solid #000;
	color: #000;
	font: normal 300% 'Times New Roman', 'Times', serif;
	height: 1em;
	margin: 0 0 1.5em 0;
	padding: 0;
	text-indent: 0;
	width: 100%;
	white-space: nowrap;
}
h1 a {
	border: none;
	display: block;
	height: auto;
	left: 0;
	position: relative;
	text-decoration: none;
	top: 0;
	width: auto;
}
h1 a:visited, h1 a:hover {
	text-decoration: none;
}
h2 {
	font: normal 200% 'Times New Roman', 'Times', serif;
	color: #000;
	margin: 0 0 .2em 0;
	padding: 0;
}
h3 {
	font: normal 160% 'Times New Roman', 'Times', serif;
	color: #000;
	margin: 0 0 .2em 0;
	padding: 0;
}
h4 {
	font: normal 140% 'Times New Roman', 'Times', serif;
	color: #000;
	margin: 0 0 .2em 0;
	padding: 0;
}

/* Ticker */
#ticker {
	color: #666;
	margin: 0 0 20px 0;
	padding: 0;
}
#ticker img {
	margin: 0 5px 1px 0;
}
span.pos, span.neg {
	color: #000;
}

/* Home Content Areas */
#contentWrapper {
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}
#mainContent {
	background: #fff;
	border: none;
	color: #000;
	float: none;
	left: 0;
	min-height: 0;
	padding: 0 0 20px 0;
	position: relative;
	top: 0;
	width: 100%;
}
#mainContent p.col1, #mainContent p.col2 {
	border-right: none;
	float: none;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
}
#subContent01, #subContent02 {
	background: #fff;
	color: #000;
	height: auto;
	left: 0;
	padding: 0 0 20px 0;
	position: relative;
	top: 0;
	width: 100%;
}
#subContent01 ul a, #subContent02 ul a {
	background: none;
	padding: 0 7px 0 0;
	text-decoration: underline;
}
#subImgs {
	left: 0;
	position: relative;
	top: 0;
	white-space: nowrap;
}
ul.boxes {
	float: none;
	list-style: none;
	margin: 15px 0;
	padding: 0;
}
ul.boxes li {
	background: #fff;
	float: none;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	width: auto;
}
ul.boxes li a.arrow {
	background: none;
	padding: 0;
	text-decoration: underline;
}
dl.contact dt {
	float: none;
	height: auto;
	margin: 0;
	text-align: left;
	width: 100%;
}
dl.contact dd {
	float: none;
	height: auto;
	margin: 0 0 20px 0;
	width: 100%;
}

/* Utility Navigation */
ul#utilityNav {
	border-top: 1px solid #000;
	color: #000;
	font-size: 85%;
	float: none;
	left: 0;
	letter-spacing: 0;
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0 0 20px 0;
	position: relative;
	top: 0;
	width: 100%;
}
ul#utilityNav li {
	display: none;
}
ul#utilityNav:after {
	content: "©2007 Care Investment Trust";
}

/* Default Styles */
p {
	margin: 0 0 1em 0;
}
a {
	color: #000;
	text-decoration: underline;
}

/* Hiding from print version */
ul#navigation {
	display: none;
}

