body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F9892;
}

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.txtContent {
	line-height: 18px;
}

.PageBackGround {
	background-image: url(../_img/BackGroundTile.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

.menuTile {
	background-image: url(../_img/MenuTile.jpg);
	background-repeat: repeat-x;
}

.frmText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #8F9892;
	border: 1px solid #CCCCCC;
}
.txtText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F9892;
	font-weight: normal;
}

a:link {
	color: #F58020;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #F58020;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #F58020;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #F58020;
	font-weight: normal;
	text-decoration: underline;
}

.txtSideBarItemCurrent {
	color: #F58020;
	font-weight: normal;
	font-size: 12px;
}
a.txtSideBarItemCurrent:link {
	color: #F58020;
	font-weight: normal;
	text-decoration: none;
}
a.txtSideBarItemCurrent:visited {
	color: #F58020;
	font-weight: normal;
	text-decoration: none;
}
a.txtSideBarItemCurrent:active {
	color: #F58020;
	font-weight: normal;
	text-decoration: none;
}
a.txtSideBarItemCurrent:hover {
	color: #F58020;
	font-weight: normal;
	text-decoration: none;
}

.txtSideBarItem {
	color: #8F9892;
	font-weight: normal;
	font-size: 12px;
}
a.txtSideBarItem:link {
	color: #8F9892;
	font-weight: normal;
	text-decoration: none;
}
a.txtSideBarItem:visited {
	color: #8F9892;
	font-weight: normal;
	text-decoration: none;
}
a.txtSideBarItem:active {
	color: #F58020;
	font-weight: normal;
	text-decoration: none;
}
a.txtSideBarItem:hover {
	color: #F58020;
	font-weight: normal;
	text-decoration: none;
}


.txtFooter {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}
a.txtFooter:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.txtFooter:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.txtFooter:active {
	color: #F58020;
	font-weight: normal;
	text-decoration: none;
}
a.txtFooter:hover {
	color: #F58020;
	font-weight: normal;
	text-decoration: none;
}

.featuredHeading
{
	color: #F58020;
	font-size: 16px;
	font-weight: bold;
}

.sideBarLine 
{
	border: solid 1px #DDDDDD;
	height: 1px;
}

.required 
{
	font-size: 12px;
	color: #F58020;
	font-weight:bolder;
	vertical-align:top;
	padding-left:5px;
}


.CookieCrumb
{
	font-size: 12px;
	color:  #F58020;
	font-weight: normal;
	text-transform:lowercase;
	line-height:12px;
	margin: 0;
	padding: 0;
}

.CookieCrumbItem 
{
	color:  #F58020;
	font-weight: normal;
	text-transform:lowercase;
	line-height:12px;
	margin: 0;
	padding: 0;
}

a.CookieCrumbItem:link 
{
	color:  #F58020;
	text-decoration: none;
	font-weight: normal;
}

a.CookieCrumbItem:visited 
{
	color:  #F58020;
	text-decoration: none;
	font-weight: normal;
}

a.CookieCrumbItem:hover 
{
	color:  #F58020;
	text-decoration: underline;
	font-weight: normal;
}

a.CookieCrumbItem:active 
{
	color:  #F58020;
	text-decoration: underline;
	font-weight: normal;
}

.DynamicPageList
{
	color:  #F58020;
	font-weight: bold;
}

a.DynamicPageList:link 
{
	color:  #F58020;
	text-decoration: none;
	font-weight: bold;
}

a.DynamicPageList:visited 
{
	color:  #F58020;
	text-decoration: none;
	font-weight: bold;
}

a.DynamicPageList:hover 
{
	color:  #F58020;
	text-decoration: underline;
	font-weight: bold;
}

a.DynamicPageList:active 
{
	color:  #F58020;
	text-decoration: underline;
	font-weight: bold;
}

.mnuItem {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #F45A13;		
	padding-left: 7px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #F45A13;	
	border-right: 1px solid #F45A13;
	border-top: 1px solid #F45A13;	
	cursor:hand;
}

.mnuItemOver {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FDB016;
	padding-left: 7px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #FDB016;	
	border-right: 1px solid #FDB016;
	border-top: 1px solid #FDB016;	
	cursor:hand;	
}

/* Featured Area */
.txtFeaturedContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #8F9892;
	padding-left: 0px;
	padding-right: 0px;
}
Div.FeaturedArea
{
	float:left;
	text-align:left;
	width:250px; 	
	margin:0px;
	padding:0px; 
}
Div.FeaturedSplit
{
	float:left;
	text-align:left;
	width:40px; 	
	margin:0px;
	padding:0px; 
}
/* End Featured Area */

h1
{
	color: #F58020;
	font-size: 25px;
	font-style:italic;
	margin-bottom: 0px;
}

h2
{
	color: #F58020;
	font-size: 18px;
	margin-bottom: 5px;
}

h3
{
	color: #F58020;
	font-size: 12px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0em;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 0em;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 0em;
}