@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	background-image: url(images/body-bg.jpg);
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #4b291d;
	line-height: 125%;
}

.header_bg
{
	background: url(images/header_bg.jpg) no-repeat top center;
	height: 244px;
	font-family: "Book Antiqua", "Bookman Old Style";
	font-size: 16px;
}

.header_bg_wo_image
{
	background: url(images/header_bg_wo_image.jpg) no-repeat top center;
	height: 244px;
	font-family: "Book Antiqua", "Bookman Old Style";
	font-size: 16px;
}

.headertext
{
	font-family: "Book Antiqua", Garamond, "Palatino Linotype", Palatino, FreeSerif, serif;
	font-size: 30px;
	text-align: center;
	color: #401c11;
	padding-bottom: 10px;
}

.headertext1
{
	font-family: "Book Antiqua", Garamond, "Palatino Linotype", Palatino, FreeSerif, serif;
	font-size: 14px;
	text-align: center;
	color: #401c11;
}

.text_hdng
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #401c11;
	font-weight: bold;
	line-height: 130%;
}

.text_hdng_big
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #401c11;
	line-height: 130%;
}


.disclaimertext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #401c11;
}


a, a:link, a:visited {
	color: #4B87C2;
	text-decoration: underline;
}
a:hover {
	color: #401c11;
	text-decoration: none;
}
.nav {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
color: #FFF;
letter-spacing: 1px;
}
a.nav:link, a.nav:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
color: #FFF;
}
a.nav:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
color: #333;
}

.pagetitle {
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;	
	font-weight: normal;
	font-style: italic;
	font-size:32px;
	color: #401c11;		
	background-color: #cedede;
	padding: 5px;
	height: 40px;
}

.footer_bg
{
	background: url(images/footer-img.jpg) no-repeat;
	height: 86px;
}

.footertext {	
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #57372e;
}


