#leftcontent h1
{
	font-size: x-large;
}

#leftcontent p.question
{
	font-weight: bold;
	font-style: italic;
	font-size: larger;
}

#leftcontent p
{
	margin-right: 20px;
}

#leftcontent p.centered
{
	text-align: center;
	padding-top: 10px;
}

#leftcontent img
{
	padding: 10px;
}

#leftcontent ul.infolist
{
	list-style-type: none;
	text-indent: -20px;
	margin-right: 40px;
}

#leftcontent ul.infolist li
{
	padding-bottom: 5px;
}

#leftcontent ul.articles
{
	list-style-type: decimal;
}

#leftcontent ul.articles li
{
	padding-bottom: 20px;
	font-size: 25pt;
}

#leftcontent ul.articles li a, #leftcontent ul.articles li a:visited
{
  color: black;
	text-decoration: none;
}

#leftcontent ul.articles li a:hover
{
	text-decoration: underline;
}

#leftcontent table.infotable 
{
	border-collapse: collapse;
	border: solid 1px black;
	text-align: center;
}

#leftcontent table.infotable td
{
	padding: 5px;
}

#leftcontent .infotable .shaded
{
	background-color: #00cfcf;
}

#leftcontent .infotable .left
{
	text-align: left;
}

#leftcontent .infotable .right
{
	text-align: right;
}

#leftcontent div.infolist2
{
	margin-left: 300px;
	padding-top: 20px;
}

#leftcontent div.infolist2 ul 
{
	text-indent: -2px;
}

#leftcontent div.infolist2 li
{
	padding-bottom: 5px;
}

#leftcontent table#application 
{
	width: 100%;
}

#leftcontent #application .applbl
{
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#leftcontent #application td.applbl
{
	text-align: right;
}

#rightcontent p
{
	font-size: 13px;
	margin-left: 0px;
	padding-right: 2em;
}

#rightcontent p.highlight
{
	font-weight: bold;
	font-style: italic;
	font-size: larger;
}

#footer, #footer a, #footer a:visited
{
	color: White;
	text-decoration: none;
}

#footer ul li
{
	display: inline;
	list-style-type: none;
}

#footer p
{
	font-size: larger;
}

.nowrap { white-space: nowrap; }
