@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #58595b;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #f37321;
}
a:visited {
	color: #f37321;
}
a:hover {
	color: #f37321;
}
a:active {
	color: #f37321;
}
h1 {
	font-size: 24px;
	color: #58595b;
}

.header-bg-rpt{
	width:100%;
	background-image:url(../images/design/header-rpt.png);
	height:386px;
}

.header-bg{
	width:1400px;
	background-image:url(../images/design/header-bg.png);
	z-index:-100;
	height:386px;
}

.header-container{
	width:950px;
}
	
.header-logo{
	background-image:url(../images/design/header-logo.png);
	height:113px;
	width:300px;
	z-index:3;
}

.nav-bg{
	width:950px;
	height:60px;
	z-index:5;
	background-image:url(../images/design/nav-rpt.png)
}

.rotate-bg{
	width:950px;
	height:394px;
	background-color:white;
}

.maintext{
	width:950px;
}

.highlight-stripe{
	width:100%;
	height:69px;
	background-image:url(../images/design/stripe.png);
	color:white;
}

h2 {
	font-size:24px;
	padding-top:20px;
}

.footer-bg-rpt{
	width:100%;
	background-image:url(../images/design/footer-rpt.png);
	height:175px;
}

.footer-bg{
	width:1400px;
	background-image:url(../images/design/footer-bg.png);
	z-index:-100;
	height:175px;
}

.footer-text{
	color:white;
	font-size:14px;
}