/* GENERAL RULES */
body {
	padding:0;
	font-family: Verdana, arial, sans-serif;
	background: #fff;
	}

table.red {
	background:#992428;
	width:870px;
	}
p {
	text-align:left;
	color:#666;
	line-height: inherit;
	font-size: 10pt;
	margin-right:25px;
	margin-left:0px;
	}
p.quote {
	font-family:Georgia, Times New Roman, Times, serif, Centaur, Centaur MT, Franklin Gothic Medium;
	font-weight:bold;
	color:#333;
	text-align:left;
	font-size:70%;
	margin-left:10px;
	}
		
	
/* HEADING RULES */
h1 {
	font-size:105%;
	font-weight:bold;
	margin:1em 0 -12px 0;
	color:#992428;
	text-align:left;
}

h2 {
	font-size:95%;
	font-weight:bold;
	color:#039;
	font-style:normal;
	text-align:left;
	background-color:#ebda9d;
	padding:2px 0 2px 5px;
}

h3 {
	font-size:105%;
	font-weight:bold;
	color:#039;
	font-style:italic;
	text-align:left;
	padding:2px 0 2px 5px;
}
h4 {
	font-size:100%;	
	color:#992428;	
	text-align:left;
	padding:2px 0 2px 5px;
}

/* tables */
table {
	border:0;
	margin:0;
	}
table.main {
	width:870px;
	background: #fff;
	}
	
td {
	border:0;
	padding:0;
	vertical-align:top;
	}

td.content {
	width:575px;
}

td.content p {
	padding-top:10px;
	font-family: arial, sans-serif;
	margin:0 19px 0.5em 19px;
	font-size:90%;
	text-align:left;
	}

td.nav {
	background: #ebda9d;
	width:188px;
	}
table.navLinks {
	width:188px;
	text-align:right;
	font-size:10pt;
	}


td.footer p {
	margin:5px 0 25px 0px;
	font-size:75%;
	text-align:left;
	color:#819559;
	}

td.footer p a {
	color: #819559;
	text-decoration: none;
	}
td.footer p a:hover {
	color: #819559;
	text-decoration:underline;
	}
td.footer p a:visited {
	color: #819559;
	text-decoration: none;
	}
td.footer p a:active {
	color: #819559;
	text-decoration:none;
	}


/* Links */	

a, a:visited {
	color:#992428;
	text-decoration:none;
	}
a:active, a:hover {
	text-decoration:underline;
	color:#992428;
	}


table.navLinks a {
	color:#992428;
	font-weight:bold;
	text-decoration:none;
	line-height:2em;
	}
table.navLinks  a:active {
	color:#992428;
	font-weight:bold;
	text-decoration:none;
}
table.navLinks  a:visited {
	color:#992428;
	font-weight:bold;
	text-decoration:none;
}
table.navLinks a:hover {
	color:#992428;
	font-weight:bold;
	text-decoration:underline;
	}


/* images */
img { 
	border:0;
	margin:0;
	padding:0;
	}

img.floatLeft {
	float:left;
	margin: 5px 15px 10px 0;
}
