@charset "UTF-8";

/* container styles */

#header {
	width: 950px;
	height: 221px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	background: url(images/bg_header.jpg);
	overflow: hidden;
}

#container {
	width: 900px;
	height: 392px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#footer {
	width: 950px;
	height: 197px;
	background-image: url(images/bg_footer.jpg);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#headernav {
	width: 163px;
	margin-left: 640px;
	margin-top: 80px;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

#headernav a {
	color: #000;
	text-decoration: none;
}

#headernav a:hover {
	color: #932923;
}



/* html styles */

body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #144AA5;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

a {
	color: #932923;
	text-decoration: none;
}

a:hover {
	color: #932923;
	text-decoration: underline;
}



/* class styles */

.bodytxt {
	font-size: 11px;
	line-height: 17px;
}