body {
	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;
	background-color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 1300px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #F99D0D;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #F99D0D;
	height: 895px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	background-color: #ffffff;
	height: 600px;
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.oneColFixCtr #indexContent {
	background-color: #F99D0D;
	height: 600px;
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.oneColFixCtr #nav {
	background-image: url(images/nav_background.gif);
	background-repeat: repeat-y;
	height: 602px;
	width: 224px;
	text-align: right;
	vertical-align: top;
}
.oneColFixCtr #navindex {
	background-image: none;
	height: 290px;
	width: 224px;
	text-align: right;
	vertical-align: top;
}
.oneColFixCtr #focus {
	height: 600px;
	width: 705px;
	vertical-align: top;
}
.oneColFixCtr #focusindex {
	height: 600px;
	width: 705px;
	vertical-align: top;
	background-color: #F99D0D;

}
.oneColFixCtr #footernav {
	height: 75px;
	width: 705px;
	vertical-align: middle;
	text-align: center;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	line-height: 8pt;
}
a img{
	border:none !important;
}
.titlebold{
	font-weight: bold;
	line-height: 15pt;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

