	@charset "utf-8";
body {
	background-image: url(/images/page_back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#container {
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/top_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
}
#header {
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 25px;
}
#left_menu {
	float: left;
	width: 175px;
	height: 625px;
}
#left_menu ul {
	margin: 0px;
	padding: 0px;
}
#navcat {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC746C;
	list-style-type: none;
	margin-top: 15px;
}
#navcat a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
#navcat a:hover {
	color: #CC746C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC746C;
	padding-bottom: 2px;
}
#navsub {
	list-style-type: none;
}

#navsub a {
	font-size: 1.2em;
	color: #A41F24;
	text-decoration: none;
	padding-left: 15px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navsub a:hover {
	color: #F26621;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F26621;
	padding-bottom: 1px;
}
#content {
	float: left;
	width: 490px;
	padding-bottom: 50px;
	padding-top: 20px;
}
#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #803D38;
}
#content h2 {
	font-size: 1.4em;
	color: #F26621;
	font-weight: bold;
}

#content p {
	font-size: 1.3em;
	line-height: 1.5em;
}
#content p a {
	color: #F26621;
}
#content p a:hover {
	text-decoration: none;
}
#content li {
	color: #A41F24;
	list-style-image: url(/images/bullet.jpg);
	font-size: 1.2em;
	padding-left: 10px;
	list-style-type: none;
	font-weight: normal;
	line-height: 1.5em;
}

#right_logos {
	float: right;
	width: 660px;
}
#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 1.1em;
	color: #999999;
	text-align: right;
	line-height: 1.6em;
}#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

