aside
{
	width: 300px;
	float: right;
}

article
{
	padding: 10px 40px;
}

body
{
	font-family: Verdana;
	font-size: 10pt;
	line-height: 14pt;
	background: none repeat scroll 0% 0% aliceblue;
}

div.inner
{
	width: 1250px;
	margin: 0px auto;
}

div.main
{
	overflow: auto;
	width: 1250px;
	margin: 0px auto;
	background: none repeat scroll 0% 0% white;
}

div.articles
{
	width: 945px;
	margin: 10px 0px;
	float: left;
	border-right: solid paleturquoise 5px;
}

div.asideInner
{
	padding: 10px 10px;
}

div.subheader
{
	font-size: smaller;
	margin: 3px 0px 20px 0px;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px solid lightgray;
}

img
{
	margin: 10px;
}

h1
{
	line-height: 23px;
	font-size: 23px;
	padding: 5px 0px;
}

h2
{
	line-height: 17px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px;
}

header.top
{
	padding: 20px 0px;
	background: none repeat scroll 0% 0% lavender;
	z-index: 999;
}

p
{
	padding: 4px;
}

p.pageTitle
{
	font-weight: bold;
	font-size: 28px;
	line-height: 20px;
	padding: 0px 0px;
}

p.pageTitle a
{
	text-decoration: none;
	color: black;
}

p.pageSubTitle
{
	font-size: 10px;
	line-height: 18px;
	padding: 0px 0px;
}

p.downloadDetails
{
	padding-left: 24px;
}

section
{
	margin: -17px 10px 40px 10px;
}

table.infoTable
{
	margin: 10px;
	border: 1px solid;
}

.infoTable td
{
	padding: 4px;
	border: 1px solid black;
}

.infoTable th
{
	padding: 3px;
	border: 1px solid black;
	font-weight: bold;
}

.infoTable td.number
{
	text-align: right;
}

th
{
	padding: 2px;
}

td
{
	padding: 2px;
}

ul
{
	list-style-type: circle;
	list-style-position: inside;
	padding: 4px;
}

ul li
{
	padding-left: 14px;
}

nav 
{
	background-color: paleturquoise;
	height: 40px;
}

.navul
{
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

.navli
{
	float: left;
	list-style: none;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-left: solid 1px aliceblue;
	background-color: paleturquoise;
	padding-left: 0px;
}

.navli a
{
	text-decoration: none;
	color: gray;
}

.navli a:hover
{
	color: black;
}
