/* MAIN TEXT STYLES */

* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	background: #f9f8f3 url(../images/bg.jpg) repeat-x 0 0;
	color: #000;
	font: 85%/1.4 Georgia, "Times New Roman", Times, serif;
	height: 100%;
	width: 100%;
}
/* Clean slate */
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
}
p, blockquote, ul, ol, table {
	margin-bottom: 1.4em;
}
h1 {
	height: 42px;
	margin: 0 0 0 91px;
	width: 772px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 14px 0 0.8em;
}
h3 {
	color: #aa272f;
	font-weight: bold;
	margin: 0 0 0.8em;
}
h4 {
	font-weight: bold;
}
h5 {}
h6 {}
p {}
ul { /* reset left margin for lists */
	margin-left: 1.2em;
}
ol { /* reset left margin for lists */
	margin-left: 1.6em;
}
ol ul, ul ul {
	margin-bottom: 0;
}
.content ul li, .content ol li {
	padding-left: 10px;
}
ul li, ol ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
table {
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-right: solid 1px #D0C9B5;
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
	border-top: solid 1px #D0C9B5;
	font-size: 90%;
	width: 98%;
}
table.tblLeft {
	float: left;
	font-size: 75%;
	height: 247px;
	margin-right: 15px;
	_margin-right: 6px;
	width: 460px;
}
dl {
	margin: 0 0 1em;
	zoom: 1;
	overflow: hidden;
}
dt {}
dd {}
td,th {
	border-bottom: 1px solid #D0C9B5;
	border-left: 1px solid #D0C9B5;
	font-size: 100%;
	vertical-align: top;
	padding: 4px;
}
th {
	background: #e5ddc5;
	text-align: left;
	font-weight: bold;
}
th strong {
	font-weight: normal;
}
th em {
	color: #71643e;
	font-weight: normal;
	font-style: normal;
}
td, .centered {
	text-align: center;
	vertical-align: middle;
}
td.note {
	background: #F5EFDD;
	font-size: 90%;
	text-align: left;
}
td.note ul {
	margin-bottom: 0;
}
.form td {
	text-align: left;
}
.form td .convenient {
	border-top: solid 1px #e5ddc5;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
}
.form .required {
	color: #aa272f;
	font-weight: normal;
}
form {}
img {
	border: none;
}
a, a:link, a:visited {
	color: #aa272f;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	text-decoration: none;
}

/* SPECIFIC STYLES */

.overflow {
	overflow: hidden;
}


/* MISC. */

.note {
	color: #aa272f;
}