* {
	margin: 0;
	padding: 0;
}

body {
	color: #919195;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

a:link, a:visited {
	color: #c41230;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 800px;
	margin: 25px auto;
}

#header {
	height: 80px;
	background: #fff;
	padding-left: 25px;
}

#nav {		
	border-top: 1px solid #c41230;
	padding: 5px 0 5px 20px;
}

#nav li {
	float: left;
	display: block;
}

#nav li a {
	color: #919195;
	display: block;
	padding-right: 25px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

#nav li a.active {
	color: #c41230;
	text-decoration: none;
	cursor: default;
}

#main {
	border-top: 1px solid #c41230;
	clear: both;
}

#featured {
	width: 350px;
	margin-top: 30px;
	float: left;
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 450px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.one-column #content {
	width: 800px;
}

#content p {
	margin-right: 40px;
	margin: 0.5em 0 1em 0;
	line-height: 1.5em;
}

#content p strong {
	color: #666;
}

#content h2, #featured h2 {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #c41230;
	margin: 1em 0 0 0;
}

#content h3 {
	color: #666;
	margin: 0.5em 0 0.25em 0;
	font-size: 16px;
	font-weight: bold;
}

#content h4 {
	color: #333;
	margin: 0.5em 0 0.25em 0;
	font-size: 16px;
	font-weight: normal;
}

#content ul {
	padding-left: 30px;
	margin: 1em 0;
	list-style-type: square;
}

#content ul li {
	padding-left: 10px;
	margin: 0.5em 0;
}

#footer {
	margin-top: 20px;
	font-size: 12px;
	clear: both;
	text-align: center;
	border-top: 1px solid #c41230;
	padding-top: 15px;
	background: #fff;
}

#footer p {
	padding: 4px 0;
}

#footer span {
	color: #c41230;
}

#featured ul {
	padding: 10px 20px;
}

.right {
	float: right;
	padding: 0 0 4px 10px;
}

table.logintable, table.usertable {
	border: 1px solid #ccc;
	padding: 0px;
}

table.logintable tr th, table.usertable tr th {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 4px;
}

table.logintable tr td, table.usertable tr td {
	padding: 4px;
}
/*
table.fundtable {
	border: 1px solid #c41230;
	margin: 20px 0;
}

table.fundtable tr th {
	text-align: left;
	color: #c41230;
	border-bottom: 1px solid #c41230;
	padding: 4px 12px 4px 0;
	min-width: 80px;
}

table.fundtable tr td {
	padding: 10px 0;
	color: #666;
}

table.fundtable tr td.th, table.fundtable tr th.th {
	font-weight: bold;
	padding-left: 6px;
}*/

table.fundtable {
	margin: 20px 0;
}

table.fundtable tr th {
	text-align: left;
	color: #c41230;
	padding: 4px 12px 4px 0;
	min-width: 80px;
}

table.fundtable tr th.top {
	border-bottom: 1px solid #c41230;
	padding-left: 10px
}

table.fundtable tr th.side {
	border-right: 1px solid #c41230;
	padding-left: 0;
}

table.fundtable tr td {
	padding-left: 10px;
}
