body {
	background-color: #666666;
	background-image: url(images/bg.jpg);
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a{
	color: #E88B00;
	font-weight: bold;
}
a:hover{
	color: #000000;
	background:#EFEFEF;
}
h1{
	font-size: 200%;
	margin: 9px;
	color: #777777;
}
h2{
	font-size: 180%;
	color: #777777;
	margin: 9px;
}
h3{
	font-size: 120%;
	color: #E88B00;
	margin: 9px;
}
h4{
	font-size: 100%;
	margin: 3px 3px 5px 3px;
	padding: 3px 3px 5px 3px;
}
h5{
	font-size: 100%;
	color: #E88B00;
	margin-bottom: 0px;
}

ul{
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(images/arrow-orange.gif);
}
ul ul{
	list-style-type: circle;
	list-style-image: url(images/arrow-black.gif);
}
li{
	padding: 3px 0px 3px 0px;
}
/***********    Layout Specific Styles ******/
#mainContainer {
	text-align:left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	margin-top: 19px;
}
#navLeft {
	float: left;
	width: 225px;
	clear: left;
}
#secondTitleLine {
	margin-top: -9px;
	margin-left: 5px;
}
#content {
	padding: 0px 19px 0px 19px;
}
#leftCorner {
	float: left;
}
#boxCorners {
	display: block;
	text-align: right;
	clear: both;
	margin-bottom: -5px;
}
#footer {
	text-align: right;
	color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 750px;
}
#footer a:link{
	color: #CCCCCC;
	text-decoration:none;
	font-weight: normal;
}
#footer a:visited{
	color: #CCCCCC;
	text-decoration:none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #666666;
}
.toplink {
	clear: right;
	float: right;
}
.border {
	border: 1px solid #000000;
}
#navLeft img {
	margin-left: 40px;
}
#date {
	display: inline;
}
.rightColumn {
	width: 465px;
	margin-left: 210px;
}
#bottomNav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	padding-top: 9px;
}
#bottomNav a:visited{
	font-weight: bold;
}
#bottomNav a{
	margin-left: 20px;
	text-decoration: none;
}
.smallText {
	font-size: 10px;
}
#secureLogo {
	margin: 10px 0 0 40px;
}
.orangeBold{
	color: #E88B00;
	font-weight: bold;
}
