/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
body {
	background: white;
	color: black;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;	
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* reset */


body {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 135%;
	padding: 0 0 15px 0;
	background: top center scroll repeat-x url(../gfx/bg.jpg);
}

p {
	margin: 0 0 10px 0;
}
p.lead {
	font-size: 15px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #804000;
	text-decoration: underline;
}
a:hover {
    color: #804000;
	text-decoration: none;
}
a:visited {
    color: #804000;
}

blockquote {
	background-color: #FFFFFF;
	border: 1px solid #bbd6e1;
	padding: 10px;
	margin: 0 0 15px 20px;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	
}
h1 {
	color: #f6001e;
	font-size: 21px;
	line-height: 41px;
	letter-spacing: -0.03em;
	margin-bottom: 15px;	
}
h1.pageTitle {
	margin-bottom: 0;
}
h2 {
	color: #f6001e;
	font-size: 18px;
	line-height: 1.056em; 
	padding: 9px 0 10px 0;
}
h2 a,
h2 a:hover,
h2 a:visited {
	color: #525252;
}

.clear {
	clear: both;
}
.clear2 {
	clear: both;
	height: 0px;
	overflow: hidden;
}
span.brown {
	color: #b75200;
}
span.green {
	color: #007406;
}
p.small {
	font-size: 11px;
	font-style: italic;
	line-height: 135%;
}
img.block { display: block; }

/* IE6 fix */
* html img.fix {
	behavior: url(js/iepngfix.htc);
}

/* Layout */
div.wrap {
	margin: 0 auto;
	width: 960px;
	min-height: 366px;
	background: 0 0 no-repeat url(../gfx/bg-wrap.jpg);
}
* html div.wrap {
	height: 366px;
}

#logo {
	position: absolute;
	display: block;
	background: 0 0 repeat url(../gfx/blank.gif); 
	width: 150px;
	margin-top: 30px;
	margin-left: 750px;
	height: 120px;
	z-index: 200;
}
img.icons {
	margin: 220px 0 30px 75px;
}
table {
}
table td {
	padding: 15px 20px 15px 20px;
	width: 190px;
	vertical-align: top;
}
table td.border {
	border-right: 1px solid #b2b2b2;
}

table.table2 {
	margin-top: 50px;
	margin-bottom: 60px;
}
table td.button {
	width: 192px;
}
table td.text {
	padding: 15px 20px 15px 20px;
	width: 650px;
	color: #804000;
	font-style: italic;
}


