img {
	border: 0px;
}

#liner {
	/*font-size: 6px;
	font-weight: bold;
	color: black;*/
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#nav {
	line-height: 0px;
	border-top-color:#acacac;
	border-top-style:solid;
	border-top-width:6px;
	display: block;
	float:left;
	text-align: left;
	width: 150px;
	height: 100%; /*600-6(grey border)-40(padding)=600-46=554*/
	background-color:#dddddd; /*#dddddd*/
	/*#cbcbcb  #f7f7f7*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#9f0038;
	padding: 20px;
}

#content {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	width:809px;
	height: 100%;
	background-color:#eaeaea;/*#f7f7f7, #9f0038*/
	border-left-style:dotted;
	border-left-color:#b1b1b1;
	border-left-width: 1px;
}


#content A:link {
	text-decoration: none;
	color: grey;
}  /**#8c0035, #70252b*/
#content A:visited {
	text-decoration: none;
	color: grey;
}
#content A:active {
	text-decoration: none;
	color: grey;
}
#content A:hover {
	text-decoration: underline;
	color: grey;
}


#textcontent {
	padding: 30px;
	padding-right:250px;
}

#textheader {
	font-size: 17px;
	font-weight: bold;
	color: grey;
}

ul {
	padding-left:20px;
	list-style-image: url(http://cornellpgn.org/images/asset/bullet.gif);
}

#header {
	border-bottom-style:dotted;
	border-bottom-color:#b1b1b1;
	border-bottom-width: 1px;
}