body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#crumbs {
color:#666666;
}
#inner-container {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	position: relative;
}
#header {
	height: 121px;
	background-image: url(../images/header_bg.gif);
	background-position: center;
}
.hidden {
	display: none;
}
#body-container {
	margin-left: -180px;
	float: right;
	width: 100%;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
}
#body {
	margin-left: 180px;
	padding: 20px;
	line-height: 1.5em;
}
img.framed {
	float: right;
	background-color: #F4F4F4;
	margin: 10px;
	padding: 8px;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}
#footer {
	clear: both;
	margin-left: 180px;
	padding: 20px;
	color: #666666;
}
#side-bar {
	width: 180px;
	float: left;
}
#navigation ul {
	list-style-image: none;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#navigation ul a {
	display: block;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-image: url(../images/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-color: #AEAEAE;
	color: #000000;
}
#navigation ul a:hover {
	color: #A12326;
	background-color: #EEEEEE;
	background-image: none;
	background-image: url(../images/grey_arrow.gif);
}
#navigation ul ul ul a {
	background-image: none;
	color: #666666;
}
#navigation {
	background-color: #D9D9D9;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a {
	color: #A12326;
}
ul {
	list-style-image: url(../images/grey_arrow.gif);
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-size: 1.8em;
	color: #A22325;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.feature {
	text-align: center;
	padding-top: 20px;
	color: #FFFFFF;
}
a:hover {
	color: #999999;
}
ol li {
}
.quote {
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
input.text, textarea.text {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A4A4A4;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #A4A4A4;
}
textarea.text {
	font-size: 1em;
}
input.button {
	background-color: #A22325;
	border: #A22325;
	color: #FFFFFF;
}
.styled_table th {
	background-color: #CDCDCD;
	text-align: left;
	color: #333333;
}
.styled_table td, .styled_table th {
	padding: 5px;
}
.styled_table tr.even {
	background-color:#DFDFDF;
}
#navigation ul a.current {
	font-weight: bold;
	color: #A22325;
}
#navigation ul ul ul a.current {
	color: #666666;
}
