.contentContainer {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #036;
}
#bodyContainer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	width: 990px;
	padding: 0px;
	color: #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.notebelow {
	font-size: 0.75em;
}

.leftCol {
	width: 280px;
	float: left;
	margin: 0px;
}
.rightCol {
	float: left;
	width: 690px;
}
.wideCol {
	width: 970px;
	float: none;
	margin: 0px;
}
.clearFloat {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.contentBlockTop {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 10px;
	background-color: #047;
}

.contentBlockTopLeft {
	background-image: url(../graphics/textBoxCorner_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 10px;
	width: 10px;
	float: left;
	margin: 0px;
}

.contentBlockTopRight {
	height: 10px;
	float: right;
	margin: 0px;
	background-image: url(../graphics/textBoxCorner_topRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 10px;
}

.contentBlock {
	background-color: #004477;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.contentBlockBot {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 10px;
	background-color: #047;
}

.contentBlockBotLeft {
	background-image: url(../graphics/textBoxCorner_botLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 10px;
	width: 10px;
	float: left;
	margin: 0px;
}
.contentBlockBotRight {
	height: 10px;
	float: right;
	margin: 0px;
	background-image: url(../graphics/textBoxCorner_botRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 10px;
}
.contentTextBox {
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
}
.titleBlock {
	height: 19px;
	color: #CCC;
	font-weight: bold;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 0px;
	font-size: 1.1em;
}
.topicHeader {
	font-weight: bold;
}
.indentText {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
a {
	text-decoration:underline;
	cursor:pointer;
	color: #F90;
}
a:hover {
	text-decoration:underline;
	color: #FFF;
}
bold {
	font-weight: bold;
}
.quote {
	font-style: italic;
}
.returnNews {
	font-size: 0.8em;
	text-align: right;
}
.image150 {
	float: left;
	width: 150px;
	height: 100px;
	border: thin solid #666;
}

.image150tall {
	float: left;
	width: 150px;
	height: auto;
	border: thin solid #666;
}
.imagebanner {
	float: left;
	width: 625px;
	height: 200px;
	border: thin solid #666;
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}

.text {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 460px;
}
.bigtext {
	font-size: medium;
	color: #FFF;
}
tableTitle {
	color: #F60;
}
table {
	text-align: center;
}

