/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
}
h1 {
	font-size: 18px;
	color: #d3222a;
}
h2 {
	font-size: 16px;
	color: #000000;
}
.bgheader {
	background-image: url(/WorkingImages/bg-header.png);
	background-repeat: repeat-x;
	height: 126px;
}
.logobox {
	font-size: 26px;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
.bgnavigation {
	background-image: url(/WorkingImages/bg-nav.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 900px;
}
.headerImage {
	height: 200px;
	width: 630px;
	margin-bottom: 20px;
}
.content {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.content a {
	color: #1969BC;
	text-decoration: none;
}
.content a:hover {
	color: #1969BC;
	text-decoration: underline;
}
.side-top {
	background-image: url(/WorkingImages/side-top.png);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	height: 36px;
	width: 250px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.side-body {
	background-image: url(/WorkingImages/side-body.png);
	background-repeat: repeat-y;
	text-align: left;
	padding: 10px;
	width: 230px;
	font-size: 12px;
	color: #333333;
}
.side-body a {
	color: #1969BC;
	text-decoration: none;
	border-top:1px solid #CCCCCC;
	display:block;
	padding:10px 0px 0px 0px;
}
.side-body a:hover {
	color: #1969BC;
	text-decoration: underline;

}
.side-bottom {
	background-image: url(/WorkingImages/side-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 250px;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding: 20px 0px 20px 0px;
	font-size: 11px;
	color: #999999;
}
.footer a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}


.paddingnav {
	padding: 0px 10px 0px 10px;
}
.paddingright20 {
	padding-right: 20px;
}
.paddingleft20 {
	padding-left: 20px;
}
.margin20 {
	margin: 20px;
}
.marginbtm10 {
	margin-bottom: 10px;
}
.margintop10 {
	margin-top: 10px;
}
.stock {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.stockheader {
	padding: 0px 10px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}