html {overflow: auto;}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/shredded-paper-bkg.jpg);
	background-repeat: repeat;
        
}

#all {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #666666;


}
ul li {
	list-style-image: url(../images/simple-bullet.gif);
}
a:link, a:active, a:visited {
	color: #F89829;
	text-decoration: none;
}
a:hover, a.current:link, a.current:active {
	text-decoration: underline;
}
.orange {
	color: #F89829;
}


#width {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	font-size: 13px;
	color: #666666;
	font-family: "Trebuchet MS", Arial;
}
#actionStmt a:link, #actionStmt a:active, #actionStmt a:visited {
	color: #F5992C;
	text-decoration: none;
	font-size: 14px;
}
#actionStmt {
	padding-left: 10px;
	text-align: right;
	padding-bottom: 15px;
}
#actionStmt a:hover, #actionStmt a.current:link, #actionStmt a.current:visited {
	text-decoration: underline;
}

#nav, #contentSection {
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#leftContent {
	float: left;
	width: 200px;
	padding-left: 28px;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#logo {
	padding-top: 45px;
	padding-left: 30px;
}

#rightContent {
	padding-right: 50px;
	margin-left: 228px;
	padding-left: 15px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	text-align: center;
	font-size: 11px;
	padding-top: 6px;
	background-position: top;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a.current:link, #footer a.current:active {
	text-decoration: underline;
}

.clearer {
	clear: both;
	line-height: 0px;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	height: 0px;
}
/*  ---------------------------- NAV STYLES  ---------------------------- */
#nav {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	background-image: url(../images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding-right: 26px;
	padding-left: 26px;
}

#nav .nav_bar{
	text-align: right;
	padding-top: 23px;
}
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.nav_bar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav_bar ul li{
	list-style: none;
	float: right;
}

.nav_bar ul li a:link,
.nav_bar ul li a:active,
.nav_bar ul li a:visited{
	text-decoration: none;
	color: #fff;
	padding: 5px 23px 4px;
	display: block;
	border: 0px;
	margin-top: -2px;
}

#nav .nav_bar ul li a.current:link,
#nav .nav_bar ul li a.current:visited,
#nav .nav_bar ul li a:hover{
	background: url(../images/nav-over-bkg.gif) repeat-x 0 3px;
}

.subnav_bar {
	text-align:right;
	margin-top: 28px;
	margin-right: 18px;
}

.subnav_bar a:link,
.subnav_bar a:active,
.subnav_bar a:visited {
	display:inline;
	text-decoration: none;
	padding: 0px 5px 0px 3px;
	line-height: 20px;
	color: #F5992C;
}
.subnav_bar a.current:link, .subnav_bar a:hover, .subnav_bar a.current:visited {
	text-decoration: underline;
}


/*  --------------------------------------------------------------- */
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
}
.bold {
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #F89829;
	margin-bottom: -12px;
}
input {
	color: #666666;
}
#logos td {
	padding-right: 25px;
	height: 95px;
}
#imagePad {
	margin-top: 40px;
}
