@charset "utf-8";
/* Main Styles
----------------------------------------------- */
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	background-image: url(../prior-SP-site/images/bk-x-repeat.gif);
	background-repeat: repeat-x;
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
/* Link Styles
----------------------------------------------- */
a:link, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	text-decoration: underline;
}
/* Navigation Link Styles
----------------------------------------------- */
#body-nav {
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}
a.body-nav:link, a.body-nav:visited, a.body-nav:active {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-variant: normal;
	font-weight: bold;
}
a.body-nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-variant: normal;
	font-weight: bold;
}
/* Sub-Navigation Link Styles
----------------------------------------------- */
#body-subnav {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
}
a.body-subnav:link, a.body-subnav:visited, a.body-subnav:active {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
}
a.body-subnav:hover {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
/* Sub-Navigation2 Link Styles 
----------------------------------------------- */
#body-subnav2 {
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
	white-space:nowrap;
}
a.body-subnav2:link, a.body-subnav:visited, a.body-subnav:active {
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
	white-space:nowrap;
}
a.body-subnav2:hover {
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	white-space:nowrap;
}
/* Footer Navigation Link Styles
----------------------------------------------- */
#body-foot {
	background-color: #ff6600;
	padding: 10px;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
a.body-foot:link, a.body-foot:visited, a.body-foot:active {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;
	line-height: 12px;
}
a.body-foot:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;
	line-height: 12px;
}
/* Content Styles
----------------------------------------------- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	color: #ff6600;
	white-space:nowrap;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	color: #ff6600;
	font-style: oblique;
}
h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
	color: #ff6600;
	font-style: normal;
}
#body {
	background-color: #ffffff;
}
#body-table {
	padding: 20px;
}
p,table,td,tr {
	text-align: left;
	vertical-align:top;
	font-weight: normal;
	font-variant: normal;
}
#body-image {
	vertical-align:bottom
}
#photo {
	background-image: url(../prior-SP-site/images/photo_frame.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* News Ticker Styles
----------------------------------------------- */
#ajaxticker1 {
	width: 200px;
	height: 100px;
	border: 1px ridge #cccccc;
	padding: 5px;
	background-color: #FEEEB8;
}
#ajaxticker1 div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #FEEEB8;
}
.someclass { //class to apply to your scroller(s) if desired
}