/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-image: url(../images/html_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#capsule {
	margin: 9px auto;
	padding: 0;
	width: 780px;
}

#header {
	margin: 0 0 9px 0;
	height: 120px;
	background-image: url(../images/branding_head.gif);
	background-repeat: no-repeat;
	border: 1px solid #2d2d2d;
}

#mainpanel {
	background-color: #fff;
	border-left: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	text-align: left;
}

#nav {
	height: 26px;
	background-color: #2d2d2d;
}

#nav ul {
	padding: 4px 0;
	margin: 0;
	font-size: 80%;
	color: #fff;
	text-align: center;
}

#nav ul li {
	display: inline;
	margin: 0 2px;
}

#nav ul li a {
	color: #fadfdf;
	padding: 1px 6px;
	text-decoration: none;
	background-color: #2d2d2d;
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	border-left: 1px solid #373737;
	border-right: 1px solid #373737;
}

#nav ul li a:hover, #nav ul li a:focus {
	color: #FFF;
	background-color: #373737;
	border: 1px solid #666;
}

#content {
	float: right;
	padding: 10px;
	margin: 0;
	width: 560px;
	text-align: left;
}

.text {
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	width: 400px;
	text-align: left;
}

.pix {
	float: right;
	padding: 0;
	margin: 0;
	width: 145px;
	text-align: right;
}

.pix img {
	margin: 0 0 5px 0;
	border: 0;
}

.strip {
	clear: both;
}

#menu {
	float: left;
	padding: 10px;
	width: 178px;
	text-align: left;
}

#menu p {
	margin: 0;
}

#menu p a:link, #menu p a:visited, #menu p a {
	clear: left;
	display: block;
	height: 35px;
	margin: 0px;
	padding: 3px;
	color: #8f2c30;
	background-color: #fae8e9;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#menu .sub a:link, #menu .sub a:visited, #menu .sub a {
	clear: left;
	display: block;
	height: 30px;
	margin: 0px;
	padding: 3px 3px 3px 7px;
	color: #8f2c30;
	background-color: #fcf0f0;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	font-size: 92%;
}


#menu p a:hover, #menu p a:focus, #menu .sub a:hover, #menu .sub a:focus {
	color: #fff;
	background-color: #b83236;
	text-decoration: none;
	border-bottom: 1px solid #8f2c30;
}

#menu p a img {
	border: 0;
	margin: 0 4px 0 0;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0 0 15px 0;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #b83236;
	margin: 0;
	padding: 10px 0 8px 0;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #b83236;
	margin: 0;
	padding: 0 0 10px 0;
}

h6 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 80%;
	margin: 0 0 8px 0;
	padding: 0;
}

p a:link, p a:visited, p a, #content ul li a, #content ul li a:link, #content ul li a:visited {
	color: #b83236;
	text-decoration: none;
}

p a:hover, p a:focus, p a:active, #content ul li a:focus, #content ul li a:hover, #content ul li a:active {
	text-decoration: none;
	border-bottom: 1px dotted #b83236;
}

#content ul {
	margin: 0 0 0 17px;
	padding: 0;
}

#content ul li {
	font-size: 80%;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	padding: 0;
	margin: 0 0 4px 0;
}

#footer {
	background: url(../images/footer_bg.gif) repeat-x;
	margin: 0;
	clear: both;
	padding: 0;
	height: 34px;
	text-align: center;
}

#footer p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 8px;
	color: #999;
}

#footer p a {
	text-decoration: none;
	color: #ccc;
}

#footer p a:hover, #footer p a:focus {
	color: #fff;
	border-bottom-color: #fff;
}

#footer_shadow {
	background: url(../images/footer_shadow_bg.jpg) repeat-x;
	height: 52px;
	width: 780px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-align: center;
}

#footer_shadow a {
	color: #2d2d2d;
}

#footer_shadow a:hover, #footer_shadow a:focus {
	border-bottom-color: #2d2d2d;
}

.access, .access a {
	display: none;
}

.imagelink a:hover, .imagelink a:focus, .imagelink a:active {
	border-bottom: 0px;
}

.contentbox {
	background-color: #faf5f5;
	border: 1px solid #fae8e9;
	margin: 10px 0;
	padding: 5px;
}

.baselineshift {
	line-height: 32px;
}

.bls2 {
	line-height: 31px;
}

.greytext {
	color: #373737;
}

.redtext {
	color: #b83236;
}

.smalltext {
	font-size: 65%;
	font-weight: bold;
	margin: 0 0 10px 0;
}