@charset "UTF-8";
/* CSS Document */

html {
	background: url('img/bg.gif');
}

a:link {
	color: #1D0066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underliine;
	color: #1D0066;
}
a:hover {
	text-decoration: underline;
	color: #006633;
}
a:active {
	text-decoration: underline;
	color: #1D0066;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1.jf {
	background:url('img/h_jamestown_funds.gif') no-repeat;
	width: 700px;
	height: 40px;
}

h1.jf span {
	display: none;
}

h2 {
	color: #1D0066;
	font-size: 16px;
	line-height: 12px;
	padding: 15px 0 0 0;
}

h2.green {
	color: #006633;
	font-size: 20px;
	line-height: 12px;
	padding: 15px 0 0 0;
}

#wrapper {
	width: 970px;
	height: auto;
	border: 1px solid #000;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#header {
	background: url('img/header_bg.jpg') no-repeat;
	width: 970px;
	height: 118px;
	text-align: center;
	vertical-align: middle;
}
img#logo {
	width: 553px;
	height: 96px;
	margin: 10px 0 0 50px;
}

#container {
	width: 970px;
	height: auto;
	margin: 1px 0 0 0;
	padding: 0;
	background: #d1d1b6;
}

#leftsidebar {
	width: 165px;
	min-height: 100%;
	margin: 0;
	padding: 50px 5px 5px 5px;
	float: left;
	text-align: center;
}

#leftsidebar a {
	color: #006633;
}
#content {
	background: #fff;
	width: 755px;
	height: auto;
	margin: 0;
	padding: 20px 20px 20px 20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	
}
.clear {
	clear: both;
	height:1px;
}


#content h3 {
	font-size: 14px;
	color: #1D0066;
	padding: 15px 0 0 0;
	line-height: 18px;
}
#content li {
	list-style: disc;
}

#box2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#box2 h2 {
	font-size: 16px;
	color: #1D0066;
	padding: 15px 0 0 0;
	line-height: 12px;
}
.footer {
	font-size: 10px;
	text-align: center;
}
