@charset "UTF-8";
/* CSS Document */
/*standard colors: dark brown: 261e1c | light brown: d9bd91 | bkg brown: 6d564e | orange-red: d54303  |  taupe: b0aaa0  | */
/******************Eric Meyer reset css code **************************/
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, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight:bold;
}

img, div, input {
	behavior: url("iepngfix.htc");
	font-family: inherit;
}

/*******************************************/
body {
	behavior: url("csshover3.htc"); /*for fixing IE6 hover on all elements */
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#261e1c;
	background:#ffffff;
}
html, body {
	height:100%;
	min-height:100%;
}
p {
	padding:10px 0;
	font-size:12px;
	line-height:18px;
}

p a {
	padding:10px 0;
	font-size:12px;
	line-height:18px;
	text-decoration:underline;
	color:#5c1609;
}

a {
	color:#000000;
	text-decoration:none;
	
}
a:hover {
	color:#911b06;
	text-decoration:underline;
	
	
}
ul {
	padding-left:20px;
	list-style-position:outside;
	font-size:12px;
	list-style:outside;
	/*list-style-image: url(images/bullet.jpg);*/
}
ol {
	padding-left:20px;
	list-style-position:inside;
	font-size:12px;
	list-style:none;
	/*list-style-image: url(images/bullet.jpg);*/
}
blockquote {
	padding-left:40px;
	font-size:.9em;
}
h1 {
	color:#491d15;
	font-size:240%;
	font-weight:bold;
	font-family:Arial,Verdana;
	line-height:30px;
	padding:2px 0;

}
h2 {
	color:#261e1c;
	font-size:200%;
	line-height:33px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
}
h3 {
	color:#491d15;
	font-size:80%;
	font:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
}
h4 {
	color:#491d15;
	font-size:145%;
	line-height:20px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
	
}
h5 {
	color:#491d15;
	font-size:120%;
	line-height:20px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
	
}
h6 {
	color:#491d15;
	font-size:120%;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:-33px 0;
	
}

