body,td,th {
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #2e3092;
}
a {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #333333;
}

table.maincontent {
	width: 800px;
	border-collapse: collapse;
}
td {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
td.header0 {
	width: 800px;
	height: 68px;
}
td.header1 {
	width: 599px;
	height: 28px;
}
td.header2 {
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	width: 589px;
	height: 38px;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 1.7em;
	font-weight: bold;
}
td.header2a {
	background-image:url(images/header2a.jpg);
	background-repeat:no-repeat;
	width: 589px;
	height: 38px;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 1.7em;
	font-weight: bold;
}
td.footer {
	width: 599px;
	height: 17px;
}
td.main {
	background-image: url(images/mainbg.jpg);
	background-position: center;
	width: 569px;
	height: 500px;
	
	vertical-align: top;
	
	padding-left: 10px;
	padding-right: 20px;
	
	line-height: 1.75em;
}
td.nav {
	width: 201px;
	vertical-align: top;
}
table.navcontainer {
	width: 201px;
}
td.navheadingbg {
	border-collapse: collapse;
	background-image:url(images/navheadingbg.jpg);
	background-position: left;	
	width: 191px;
	height: 28px;
	color: #2e3092;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 10px;
}
td.navitem {
	border-collapse:separate;
	width: 189px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	border-left: 2px solid #2e3092;
}
td.navitem:hover {
	border-left: 2px solid #ffffff;
}
a.navitem,a.navitem:visited,a.navitem:hover,a.navitem:active {
	color: #ffffff;
	text-decoration: none;
}
td.footer2 {
	font-size: .8em;
	color:#FFFFFF;
	text-align: center;
}
a.footer,a.footer:hover,a.footer:active,a.footer:visited {
	color:#FFFFFF;
	text-decoration: none;
}

p.heading {
	font-weight: bold;
	font-size: 1.1em;
}

font.booktitle {
	text-decoration: underline;
	text-transform:capitalize;
}
font.periodicaltitle {
	text-decoration: none;
	font-style: oblique;
	text-transform: capitalize;
}

img.floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}

ul, li {
	margin-left: 0;
	padding-left: 1em;
}

.nowrap {
	white-space: nowrap;
}