Sh1_small {
	font-weight: bold;
	color: #4D88C4;
	font-size: 100%;
	background-color: #FFF;
}
H1 {
	color: #4D88C4;
	margin: 0px 0px .4em;
	padding: 0px;
	text-transform: uppercase;
	font-size: 1.5em;
}
H2 {
	color: #4D88C4;
	margin: 0px 0px .4em;
	padding: 0px;
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: bold;
}
H3 {
	color: #4D88C4;
	font: bold 1.25em;
	margin: 0px 0px .4em;
	padding: 0px;
	text-transform: uppercase;
}
H4 {
	color: #4D88C4;
	font: bold 1em;
	margin: 0px 0px .4em;
	padding: 0px;
	text-transform: uppercase;
}
H5 {
	color: #4D88C4;
	font: bold 1em;
	margin: 0px 0px .4em;
	padding: 0px;
	text-transform: uppercase;
}
H6 {
	color: #4D88C4;
	font: bold 1em;
	margin: 0px 0px .4em;
	padding: 0px;
	text-transform: uppercase;
}

LI {
	font: .8em;
	margin: 0px;
	padding: 0px;
	text-indent: 1.5em;
}

UL {
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-indent: 1.5em;
}

TD {
	font: .8em;
	margin: 0px;
	padding: 0px;
}

P {
	color: #333;
	text-align: left;
	font: normal .8em;
	margin: 0px;
	padding: 0px;
}
body {;
	padding: 12px;
	margin: 10px;
	font-size: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fff;
	font: 100%;
	text-align: left;      /*scrollbar-base-color:#006699;
      scrollbar-highlight-color:#FFFFFF;
      scrollbar-darkshadow-color:#000000;
      scrollbar-shadow-color:#7B2E4B;
      scrollbar-arrow-color:#FFFFFF;*/
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height: 100%;
}
	

A.noline:visited {text-decoration:none;}

A.noline:link {text-decoration:none;}
A.noline:hover {text-decoration:underline;}

A.noline:active {text-decoration:underline;}

A.Button:visited {
	background:#5467ad;
	color:#000000;
	border:1px solid #000000;
	padding:1px 5px;
	font-size:90%;
	font-weight:normal;
	text-decoration:none;
}

A.Button:link {
	background:#E0E4CB;
	color:#000000;
	border:1px solid #000000;
	padding:1px 5px;
	font-size:90%;
	font-weight:normal;
	text-decoration:none;
}
A.Button:hover {
	background:#86933A;
	color:#D5DEA0;
	border:1px solid #000000;
	padding:1px 5px;
	font-size:90%;
	font-weight:normal;
	text-decoration:none;
}

A.Button:active {
	background:#86933A;
	color:#D5DEA0;
	border:1px solid #000000;
	padding:1px 5px;
	font-size:90%;
	font-weight:normal;
	text-decoration:none;
}
th {
	text-align: center;
}
td {
	text-align: center;
}
th {
	font-size: 100%;
	padding: 12px;
	margin: 10px;
}
td {
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font: normal 90%;
	font-size: 100%;
}
A.NoLine:visited {text-decoration:none;}
A.NoLine:link {text-decoration:none;}
A.NoLine:hover {text-decoration:underline;}


A.NoLine:active {text-decoration:underline;}
.thrColFixHdr #header {
	background: #fff;
	padding: 0;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
	margin-bottom: 20px;
}
.twoColFixRtHdr #container {
	width: 850px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	;
	background: #FFFFFF;
	/* the auto margins (in conjunction with a width) center the page */	border: 0px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #CCC;
	border: thin solid #336699;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 { width: 220px; }
.twoColFixRtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #mainContent { zoom: 1; }
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #container #mainContent table tr th p a .style32 {
	font-size: 100%x;
	font-weight: lighter;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	height: 100%;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	background-color: #FFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 1px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #336699;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #fff;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	text-align: left;
	padding: 15px 10px 15px 20px;
	margin-top: 5px;
}
.twoColFixLtHdr #mainContent {
	text-align: left;
	position: relative;
	margin: 5px 0px 0 250px;
	padding: 10px 10px 0px 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #container #header table thead tr td div div div a strong {
	color: #FFF;
}
.twoColFixLtHdr #container #header table thead tr td div div div a strong {
	color: #fff;
	text-align: right;
}
.twoColFixLtHdr #container #header table thead tr td div div div .style62 {
	color: #FFF;
	text-align: right;
}
.twoColFixLtHdr #container #header table thead tr td div div div a strong White {
	color: #FFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.style82 {
	text-align: center;
	color: #F00;
}
.style83 {
	font-size: 90%;
}

.style84 {
	font-size: 80%;
}


}

@media print {
	.Foot {display:none;}
	.BottomBanner {display:none;}
	.RightBanner {display:none;}
	.TopBanner {display:none;}
	.Bdy1 {
	display:none;
}
	.Head3 {display:none;}
	.Head2 {display:none;}
}


/* Site Page Elements */
/* ##################################################################################### */
.ALL 	{
	width: 100%;
	background-color: #FFFFFF;
}
.BodyContents 	{
	vertical-align: top;
	padding-top: 10px;
	width: 100%;
	text-align: left;
}
.TopBanner 	{text-align:center;}
.RightBanner 	{vertical-align:top; padding-top:10px;}
.BottomBanner 	{text-align:center;}


/* Header */
/* ##################################################################################### */
.Head1 	{
	width: 100%;
}
.Head1a	{
	width:75px;
}
.Head1b	{
	color: #CCC;
	font-weight: normal;
	font-size: 100%;
	vertical-align: bottom;
	padding-bottom: 8px;
}
.Head1c {text-align:right; font-size:100%; font-weight:bold; font-style:italic; padding-right:10px;}

.Head2 	{
	background: #336699;
	width: 100%;
	height: 20px;
}
.Head2a	{
	color:#FFFFFF;
	padding-left:5px;
	font-weight:normal;
}
  .Head2a A:visited {text-decoration:none; color:white; padding:0px 3px;}
  .Head2a A:link {text-decoration:none; color:white; padding:0px 3px;}
  .Head2a A:hover {text-decoration:underline; color:yellow; padding:0px 3px;}
  .Head2a A:active {text-decoration:underline; color:yellow; padding:0px 3px;}
.Head2b	{
	color: #FFFFFF;
	padding-right: 11px;
	text-align: right;
	font-weight: normal;
}

.Head3  {background:#ffffff; width:100%; height:25px;}
.Head3a {padding-left:11px;}
.Head3b {
	padding-right:11px;
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
}


/* Left Navigation */
/* ##################################################################################### */
.Bdy  {width:100%;}
.Bdy1 {
	vertical-align: top;
	background: #fff;
	color: white;
	padding: 5px;
	width: 150px;
}

  .Bdy1 A:visited {text-decoration:none; color:white;}
  .Bdy1 A:link {text-decoration:none; color:white;}
  .Bdy1 A:hover {text-decoration:underline; color:#FFFF00;}
  .Bdy1 A:active {text-decoration:underline; color:#FFFF00;}
.LNtitle {font-size:100%; font-weight:bold; line-height:25px;}
  .LNtitle A:visited {text-decoration:none; color:#FFFF00;}
  .LNtitle A:link {text-decoration:none; color:#FFFF00;}
  .LNtitle A:hover {text-decoration:underline; color:#FFFF00;}

  .LNtitle A:active {text-decoration:underline; color:#FFFF00;}

.LNAdjust {margin-top:0px; margin-bottom:0px;}
.LNAdjust Li {margin:0px 0px 0px -20px;}

.PlaceAd {font-size:100%; font-weight:bold; text-align:center; padding-top:10px;}
  .PlaceAd A:visited {text-decoration:none; color:#FFFF00;}
  .PlaceAd A:link {text-decoration:none; color:#FFFF00;}
  .PlaceAd A:hover {text-decoration:underline; color:#FFFF00;}

  .PlaceAd A:active {text-decoration:underline; color:#FFFF00;}

.Search {width:100%;}
.Search TD {vertical-align:top; color:#FFFFFF;}
.Search3 {text-align:right;}
.Search4 {font-size:100%; font-weight:bold;}
.SearchCat 	{font-size:100%; width:150px;}
.SearchProx	{font-size:12px;}
.SearchText 	{height:18px; font-size:11px; width:120px;}
.SearchSubmit 	{height:18px; background:#e4e8f3; font-weight:bold; font-size:11px;}


/* Footer */
/* ##################################################################################### */
.Hline 	{
	width: 120%;
	color: #006699;
}
.Foot 	{text-align:center; padding-bottom:10px;}
  .Foot A:visited {text-decoration:none; color:#2E3192;}
  .Foot A:link {text-decoration:none; color:#2E3192;}
  .Foot A:hover {text-decoration:underline; color:#293390;}
  .Foot A:active {text-decoration:underline; color:#293390;}
.Foot P{font-size:90%; font-weight:bold;}


/* Form Tables */
/* ##################################################################################### */
.tableForm 	{
	border-collapse: collapse;
	border: 0px #FFFFFF solid;
	width: 100%;
}
.tablePrompt 	{border:1px solid #BAC4DA; vertical-align:top; padding:2px 3px; font-size:100%;}
.tablePromptRqd {border:1px solid #BAC4DA; vertical-align:top; padding:2px 3px; font-size:100%; font-weight:bold;}
.tableData 	{
	border:1px solid #BAC4DA;
	vertical-align:top;
	padding:5px;
	text-align: left;
}
.tableHelp 	{padding-top:5px; color:red; font-size:95%;}
.SubT TD	{padding:0px 4px 0px 0px;}
.SubTHead	{font-size:100%; font-weight:bold; padding:0px 3px; position:relative; top:1px; color:#990000;}

/* Listing Tables */		
.tableList {
	border-collapse:collapse;
	border:1px solid #BAC4DA;
	width:100%;
	margin-bottom:5px;
	text-align: left;
}
.tableHead {
	border:1px solid #BAC4DA;
	vertical-align:top;
	font-weight:bold;
	background:#e4e8f3;
	padding:2px 3px;
	font-size:110%;
	text-align: left;
}
.tableLData {
	border:1px solid #BAC4DA;
	vertical-align:top;
	padding:5px;
	text-align: left;
}
.tablePhoto{border:1px solid #BAC4DA; text-align:center; vertical-align:top; background:#FFFFFF;}


/* Custom Elements */
/* ##################################################################################### */
.NewWindow {margin:10px; padding:10px; border:1px solid #58715B;}
.Icon {position:relative; top:2px; margin-right:3px;}
.Bullet {margin:0px 5px 2px 3px; color:#000000; font-family:Tahoma;}


/* Event Calendar */
/* ##################################################################################### */
.Calendar {border:1px solid black; background:#EBEBEB; margin:0px; width:163px;}
.CalendarL {border:1px solid black; background:#EBEBEB; margin:10px 10px 10px 0px; width:163px;}
.CalendarR {border:1px solid black; background:#EBEBEB; margin:10px 0px 10px 10px; width:163px;}
.CalHead {text-align:center; font-weight:bold; padding:2px 0px;}
  .CalHead A:visited {color:#990000; text-decoration:none; font-weight:bold; width:17px;
  	border-top:1px solid #CCCCCC; border-left:1px solid #CCCCCC; font-size:14px;
  	border-bottom:1px solid #898989; border-right:1px solid #898989;}
  .CalHead A:link {color:#990000; text-decoration:none; font-weight:bold; width:17px;
  	border-top:1px solid #CCCCCC; border-left:1px solid #CCCCCC; font-size:14px;
  	border-bottom:1px solid #898989; border-right:1px solid #898989;}
  .CalHead A:hover {color:#FF0000; text-decoration:none; font-weight:bold; width:17px;
  	border-top:1px solid #898989; border-left:1px solid #898989; font-size:14px;
  	border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
  .CalHead A:active {color:#FF0000; text-decoration:none; font-weight:bold; width:17px;
  	border-top:1px solid #898989; border-left:1px solid #898989; font-size:14px;
  	border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.CalDay {text-align:center; font-weight:bold; width:22px; background:#D3CFE3; font-size:14px;
	border-top:1px solid #959595; border-right:1px solid #959595;}
.CalDate {text-align:center; width:22px; border-top:1px solid #959595; border-right:1px solid #959595;
	 font-size:14px;}
  .CalDate A:visited {color:#FFFFFF; text-decoration:none; font-weight:bold; width:20px;}
  .CalDate A:link {color:#FFFFFF; text-decoration:none; font-weight:bold; width:20px;}
  .CalDate A:hover {color:yellow; text-decoration:none; font-weight:bold; width:20px;}

  .CalDate A:active {color:yellow; text-decoration:none; font-weight:bold; width:20px;}

.FormatDesc {font-weight:bold; background:yellow; color:#990000; cursor:pointer; margin:0px 2px; padding:0px 3px;}


/* Dynamic Navigation Styles */
/* ##################################################################################### */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0} 	/* DO NOT EDIT THIS LINE */

/*Styles for level 0*/
.Menu0R	{position:absolute; padding:2px; font-size:100%; font-weight:bold; text-align:center;}
.Menu0	{position:absolute; padding:2px; font-size:100%; font-weight:bold; text-align:center;}
.Menu0		{background:#981039; color:#FFFFFF;}
.Menu0R		{background:#898989; color:#FFFFFF; cursor:pointer; border-top:1px solid #555555; border-left:2px solid #555555;}

/*Styles for level 1*/
.Menu1R	{position:absolute; padding:2px; font-size:90%; font-weight:bold;}
.Menu1	{position:absolute; padding:2px; font-size:90%; font-weight:bold;}
.Menu1		{background:#636363; color:#FFFFFF;}
.Menu1R		{background:#E6E6E6; color:#981039; cursor:pointer;}
.Menu1Border	{position:absolute; visibility:hidden; background:#E6ECF7;}

.tableRSSIn 	    {
	cursor:pointer;
	border:1px solid #bac4da;
	width:100%;
	margin-bottom:5px;
	border-collapse:collapse;
	background-color: #CCC;
	background-image: url(images/gradient.jpg);
}
.tableRSSIn th      {background:#e4e8f3; border:1px solid #bac4da; font-size:100%; font-weight:bold; padding:2px 6px; text-align:left;}
.tableRSSIn td 	    {background:#ffffff; cursor:pointer; border:none; color:#000; margin-bottom:5px; text-align:left;}
.tableRSSItem       {background:#ffffff; cursor:pointer; border-bottom:1px solid #bac4da; width:99%; margin:5px; border-collapse:collapse;}
.tableRSSItem td    {background:#ffffff; cursor:pointer; color:#000; text-align:left;}
.tableRSSItemHov    {background:#e7e7e7; cursor:pointer; border-bottom:1px solid #bac4da; width:99%; margin:5px; border-collapse:collapse;}
.tableRSSItemHov td {background:#e7e7e7; cursor:pointer; color:#000;}
.small_Text {
	font-size: 90%;
}
.red {
	color: #F00;
}
/* place css box model fixes for IE 5* in this conditional comment */
.style86 {
	font-size: 100%;
	text-align: justify;
}
.WhiteText {
	color: #FFF;
}
.style2 {
	text-align: left;
	font-size: 90%;
}

}
.style4 {	color: #FF0000;
}
.style46 {	text-decoration: none;
}
.style5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
}
.style6 {
	font-size: 120%;
	color: #FFF;
}
.thrColFixHdr #mainContent2 {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.stateDiv {
	position: absolute;
}
