@charset "utf-8";
body {
	background-color:#1B3A73;
	margin:0px;
	padding:0px;
	height:100%;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#1B3A73;
}
td {
	vertical-align:top;
	text-align:left;
}
h1 {
	margin-top: 10px;
	margin-bottom:10px;
}
h3 {
	margin-top: 10px;
}
hr {
	border:1px solid black;
}

/* Template */
table#mainbody {
	width:760px;
	z-index:1;
	background-image: url(bg.jpg);
}
td#logo {
	width:160px;
}
td#top {
	background:url(top.jpg);
	vertical-align:bottom;
	text-align:right;
	padding-right:20px;
}
	td#top h2 {
		font-size:14pt;
		color:#99C2D6;
		padding:0px;
		margin:0px;
	}
td#leftBar {
	padding:16px;
}
	div.leftBarLink {
		margin-top:7px;
		background-color: #E0DFE3;
		background-image: url(bg.jpg);
		text-align:center;
		font-size:12pt;
		padding:5px;
	}
		div.leftBarLink a {
			color:#1B3A73;
			text-decoration:none;
			font-weight:bold;
		}
td#content {
	padding:10px;
	line-height:130%;
	font-size:12pt;
}
	td#content h3 {
		padding:0px;
		margin:0px;
	}
div#footer {
	text-align:center;
}
div#bottomLinks {
	text-align:center;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}
	div#bottomLinks a {
		color:#0066FF;
	}
