html, body, #window { height: 100%; margin: 0; padding: 0; }
body {
	background-color: #F4F4F4;
	width: 100%;
	font-family: Georgia, Arial, Verdana;
	font-size: 9pt;
	color: #777;
}
a, a:visited {
	color: #005a84;
	text-decoration: underline;
}
a:hover {
	color: #4FBBF0;
	text-decoration: none;
}

h1, h2 {
	font-family: Verdana, Arial, Sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}

h1		{
	font-size: 18pt;
	color: #005a84;
}
h2 {

	font-size: 14pt;
	color: #4297C1;
}
p {
	text-indent: 20px;
	margin: 10px 0 10px 0;
	line-height: 14pt;
}

#nav {
	background: transparent url('nav_bg.png') no-repeat scroll top center;
	height: 24px;
	width: 612px;

}
#nav ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
	white-space: nowrap;
	line-height: 24px;
	list-style-type: none;
}
#nav ul li a, #nav ul li a:visited {
	display: table-cell;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 24px;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 8.6pt;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #005a84;
}
#nav ul li a:hover {
	color: #4297C1;
}

.caption {
	font-family: Verdana, Tahoma, Sans-serif;
	font-weight: bold;
	color: #999;
}
#leftBg, #rightBg
{
	background: transparent url('bg.png') repeat-x scroll;
}
#rightBg
{
	background-position: top left;
}
#leftBg {
	background-position: top right;
}
#body {
	padding: 0px 36px 0 36px;
	background: transparent url('body.png') scroll top center;
	margin: 0;
	overflow: visible;
}
#bodyBg {
	background: transparent url('body_repeat.png') repeat-y scroll top center;
	margin: 0;
	padding: 0;
	border: 0;
}
