body {
	background: #F58025 url(/images/new/web_background_pattern.png) repeat;
	margin-top: 0px;
	margin-left: 0px;
	font-family: News Gothic MT,helvetica, arial, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color:#000;
	background-color: #F58025;
}

a {
	text-decoration: none;
	border: 0px;
}

a img {
	border: 0px;
}

h1 {
	font-family: News Gothic MT,helvetica, arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}

h1.newH1 {
	color: #fff;
}

#pageContainer {
	background:#0066cc;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	width: 806px;
}

#left_bar  {
	float:left;
	margin-top: 10px;
	margin-left: 5px;
}

#top-left2 {
	height: 20px;
	background: #0066cc url(files/images/tl2.png) left top no-repeat;
}

#top-right2 {
	float: right;
	width: 20px;
	height: 20px;
	background: #0066cc url(/files/images/tr2.png) right top no-repeat;
}

#bottom-left2 {
	height: 20px;
	background: #0066cc url(/files/images/bl2.png) left bottom no-repeat;
}

#bottom-right2 {
	float: right;
	width: 20px;
	height: 20px;
	background: #0066cc url(/files/images/br2.png) right bottom no-repeat;
}

/* new top nav stuff */
#top_nav {
	height:132px; 
	width: 802px;
	font-size:1.25em;
	font-weight:bold; 
	color:#fff;
	text-align:left;
}
.top_nav_cell {
	float: left;
}
#top_nav a {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

/* **************** good stuff below here ***************** */

div#box {
	/* margin-left:10px; */
	margin-left:auto;
	margin-right:10px;
	width: 600px;
	background:#fff;

}

div#roundedcontent {
	margin-right:10px;
	background:#fff;
}

div#top-left {
	height: 20px;
	background: #FFFFFF url(/files/images/inner_tl.png) left top no-repeat;
}

div#top-right {
	float: right;
	width: 20px;
	height: 20px;
	background: #FFFFFF url(/files/images/inner_tr.png) right top no-repeat;
}

div#bottom-left {
	height: 20px;
	background: #FFFFFF url(/files/images/inner_bl.png) left bottom no-repeat;
}

div#bottom-right {
	float: right;
	width: 20px;
	height: 20px;
	background: #FFFFFF url(/files/images/inner_br.png) right bottom no-repeat;
}

#pageTitle {
	margin-left: 10px;
}

.contentDiv {
	margin-left: 10px;
	margin-right: 10px;
}


div.footer {
        text-align: center;
	line-height: 0.6em;
        color: white;
}

.footer p {
        text-align: center;
        color:white;
}
.footer a:link {
        color: white;
        text-decoration: none;
}

.footer a:visited {
        color: white;
        text-decoration: none;
}

.footer a:hover {
        color: yellow;
        text-decoration: underline;
}


