body {
	background: url('images/bg.jpg') top left repeat-x #829596;
	margin: 0;
}
td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #3C403B;
	line-height: 12pt;
}
th {
	text-align: left;
	color: #3C403B;
	padding-top: 6px;
}
hr {
	color: #5B6159;
	margin: 9px 0 20px 0;
}

h1 {
	color: #F1EDD3;
	font-size: 12pt;
	margin: 19px 0 3px 0;
	letter-spacing: 2pt;	
	text-transform: uppercase;
}

h2, h3 {
	color: #F3EED2;
	font-size: 10pt;
	margin: 19px 0 3px 0;
}
h2 {
	font-size: 11pt;
}

input, textarea, select {
	width: 210px;
	border: 1px solid #9EA274;
	color: #3C403B;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}

#top {
	width: 902px;
	height: 32px;
	background: url('images/bg_top.jpg') bottom left no-repeat;
	text-align: right;
}

#main {
	width: 503px;
	text-align: left;
	background: url('images/main_bg.jpg') top left repeat-x #83AFB4;
}

#main div.insides {
	padding: 53px 28px 20px 33px;
}

#nav {
	text-align: left;
	width: 180px;
	height: 800px;
	background: url('images/navbottom.gif') bottom left no-repeat #396D89;
}

#flash {
	width: 110px;
	background-color: #83AFB4;
}

#leftBg {
	width: 53px;
	background: url('images/bg_left.jpg') top right no-repeat;
}

#rightBg {
	width: 56px;
	background: url('images/bg_right.jpg') top left no-repeat;
}

.navLink {
	margin: 0px 0px 13px 19px;
	display: block;
}

.bottomLink {
	display: block;
	position: relative;
	top: 13px;
	left: -10px;
}

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

.white {
	color: #fff;
	font-size: 8pt;
}

.biggish {
	font-weight: bold;
	font-size: 10pt;
	line-height: 15pt;
}
.biggish a {
	color: #3C403B;
}

.btnPolicy {
	padding-bottom: 2px;
	border-width: 0;
}
.btnPolicy:hover {
	border-bottom: 1px solid #B2BDBA;
}