body, html {
	background: #D6ECF7 url(images/backTile.gif);
	margin:0;
	padding:0;
	height: 100%;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #762F03;
	line-height: 22px;
}
a:link {
	color: #4B5D64;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4B5D64;
}
a:hover {
	text-decoration: none;
	color: #762F03;
}
a:active {
	text-decoration: none;
	color: #4B5D64;
}

.sidebar {
	background: #6e1b00;
	width: 218px;
	margin: 0;
}

.sidebarShadow {
	background: #6e1b00 url(images/shadLeft2.gif);
	font-size: 1px;
	width: 10px;
	margin: 0;
}

.main {
	background: #fff;
	width: 758px;
}

.main .content {
	background: #cdebf2;
	margin: 0 15px;
	padding: 0;
}

.main input[type="text"] {
	font-family: Georgia, Times New Roman, Times, serif;
	width: 195px;
	font-size: 11px;
	padding: 7px;
	margin: 3px 0;
	border: none;
	color: #b2bbbc;
}

.main ul.arrows {
	font-size: 13px;
	margin: 10px 50px 0px 50px;
	font-style: italic;
	padding-left: 20px;
	list-style-image: url(images/bullet.gif);
}

.main .button {
	text-align: right;
	margin-top: 15px;
}

.mainShadow {
	background: url(images/shadRight.png);
	font-size: 1px;
	width: 10px;
}

p.body {
	font-size: 13px;
}

h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 150%;
	font-style: italic;
	color: #762F03;
	margin-bottom: 15px;
}

p.sidebarTxt {
	font-size: 11px;
	color: #4B5D64;
	border-bottom: solid 1px #FFF;
	padding: 0px 2px 10px 0px;
	line-height: 12px;
}