@charset "utf-8";

.image {
	border: medium solid #FFFFFF;
	margin: 10px;
}
/* CSS Document */
body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-left: 30px;
	padding-right: 30px;
	min-height: 820px;
}
.bluefont {
	color: #0066FF;
}
.oneColFixCtr #topmainContent {
	background-image: url(/img2/img/newspaper_01.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 950px;
	padding-top: 0;
	padding-bottom: 0;
}
h1 {
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
}
.oneColFixCtr #middlemainContent {
	background-image: url(/img2/img/newspaper_02.jpg);
	background-repeat: repeat-y;
	width: 950px;
	padding-top: 0;
	padding-bottom: 0;
}
div.articleTitle {
	background-color: #CCCCCC;
	margin: 0px;
	border: 1px solid #666666;
	padding: 3px;
	font-weight: bold;
}
table.greyBorder {
	border: 1px solid #CCCCCC;
}
table.greyBorderBack1 {
	border: 1px solid #CCCCCC;
	background-image: url(/img2/img/paperback1.jpg);
}
.oneColFixCtr #bottommainContent {
	background-image: url(/img2/img/newspaper_03.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 950px;
	padding-top: 0;
	padding-bottom: 0;
}
h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
}
p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
div.menufloatleft {
	float: left;
	width: 200px;
}
div.menufloatright {
	float: right;
	width: 180px;
	padding-left: 5px;
}
div.menufloatcenter {
	float: none;
}
.linkBox {
	font-weight: normal;
	padding-bottom: 15px;
	padding-right: 10px;
	color: #666666;
}
div.padding {
	padding-right: 10px;
}

.linkBox a:link {
	color:#CC6600;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.linkBox a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #CC6600;
	font-weight: normal;
}
.linkBox a:hover {
	text-decoration: underline;
	color: #CC6600;
	font-weight: normal;
}
.linkBox a:active {
	color: #CC6600;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	font-weight: normal;
}
.smallfont {
	font-size: 10px;
	color: #666666;
}
