body {
	margin: 0px;
	text-align: center;
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#bg {
	background: url(../images/bg_body.gif) center top;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 960px;
	background: url(../images/bg_nav.gif) repeat-y;
}
#header {
	background: #FFFFFF;
	text-align: center;
	padding-bottom: 15px;
}
#ticker {
	background: #E4302C;
	padding: 6px 0px;
	margin: 0px auto;
	overflow: hidden;
	width: 958px;
}
#sn1, #sn2, #sn3 {visibility: hidden;}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E4302C;
	padding: 10px;
}

.breadcrumbs .chapter {
	font-weight: bold;
	color: #4E2B7B;
}
.breadcrumbs a {
	font-weight: bold;
	color: #4E2B7B;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #E4302C;
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding: 15px 0px 15px 42px;
}
.content p:first-child {margin-top:0;}
.content h1:first-child {margin-top:0;}
.content strong, .content em {color: #4E2B7B;}


a {
	color: #E4302C;
	outline: none;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
a img {border:none;}
form {margin:0.5em 0 0 0;}
ul {margin-left: 25px;}
.hide {display:none;}
.clr {clear:both;}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
