

body {
	
	font: normal 12px Arial, Helvetica, san-serif;
}

h1,h2,h3
{
	margin:0;
	padding: 0;
	font-weight: 700;
	font-family: Arial, Helvetica, Sans-Serif;
}

/* ------------------------------------------------------------------ */
/* This Begins the Standard Template of DIV Tags                      */
/* ------------------------------------------------------------------ */

#banner
{
	height:79px;
	margin:0px;
	width:100%;
	background:#BAD6EE;
}

#bannerleft
{
	float:left;
	width:900px;
	height:79px;
	background: #BAD6EE url(/agingstatsdotnet/Main_Site/images/Banners_and_Curves/bannerright.jpg) no-repeat;
	background-position: 216px 0px;
	 
}

#bannerleft_archive
{
	float:left;
	width:900px;
	height:79px;
	background: #BAD6EE url(/agingstatsdotnet/Main_Site/images/Banners_and_Curves/bannerright_archive.jpg) no-repeat;
	background-position: 216px 0px;
	 
}

#menu6buttons
{
	float:left;
	height:27px;
	width:100%;
	background:#FFFFFF;
	border-bottom:solid 1px #BAD6EE;
	border-top:solid 1px #BAD6EE;
	
}

#postcontent
{
	float:left;
	
	background: #FFFFFF;
	padding:25px;
	
}

#footerexpandable
{
	float:left;
	height:24px;
	width:100%;
	background:#6BA2CB;


}
#sizingexpandable
{
	background: #BAD6EE;
	float:left;
	width:216px;
	height:24px;
	margin: 0 auto;
	text-align:center;
	
}
	
#linksexpandable
{
	
	float:left;
	height:24px;
	width:564px;
	text-align:center;
	background: #6BA2CB;
}



#header
{
	background: #ffffff url(/agingstatsdotnet/Main_Site/images/Banners_and_Curves/bannerright.jpg) no-repeat;
	background-position: 216px 0px;

	width:900px;
	height:79px;
	 border-bottom-style:solid;
	 border-bottom-color: Fuchsia;
	 border-width:0px;
	 padding:0px;
	 margin:0px 0px 0px 0px;
}

#header2
{
	background: #ffffff url(/agingstatsdotnet/Main_Site/images/Banners_and_Curves/banner_background.jpg) repeat;

	width:900px;
	height:30px;
	 border-bottom-style:solid;
	 border-bottom-color: Fuchsia;
	 border-width:0px;
	 padding:0px;
	 margin:0px 0px 0px 0px;
}

#header_archive
{
	background: #ffffff url(/agingstatsdotnet/Main_Site/images/Banners_and_Curves/bannerright_archive.jpg) no-repeat;
	background-position: 216px 0px;

	 width:900px;
	 height:79px;
	 border-bottom-style:solid;
	 border-bottom-color: Fuchsia;
	 border-width:0px;
	 padding:0px;
	 margin:0px 0px 0px 0px;
	 

}

#container
{
	float:left;
	width:900px;
	background: #ffffff;
	
	
}	

#leftcolumn
{
	
	float:left;
	width:200px;
	Background-Color: #F5F9FC; 
	

}

#leftcolumn h2
{
	color:#006699;
	background: #BAD6EE;
	font-size: 12px;	
	padding: 7px;

	
}	

#menu
{
	background-color: white;
	float:left;
	width:564px;
	height:30px;
	text-align: left;
	
}

#content
{
	background-color: White;
	float:left;
	width: 625px;
	padding-left: 22px;
	padding-right: 22px;
	
	
		
}

#modified
{
	float:right;
	padding: 10px;
	background-color: White;
}

#footer
{
	background: #6BA2CB;
	clear:left;
	
	width:900px;
	height:24px;
}

#sizing
{
	background: #BAD6EE;
	position:absolute;
	width:216px;
	height:24px;
	margin: 0 auto;
	text-align:center;
}


#links
{
	background: #6BA2CB;
	float:right;
	width:684px;
	height:24px;
	text-align:center;
}

#agencies
{
   width: 200px;
   position: absolute;
   background-color: White;
   font: normal 12px Arial, Helvetica, san-serif;
   border: solid 1px #BAD6EE;
   text-align: left;
   top: 100px;
   left: 780px;
   visibility: hidden;
   padding: 5px 5px 5px 5px;
}

#agencies a
{
    text-decoration:none;
}

#agencies a:hover
{
    text-decoration: underline;
}



.hard_menu
{
    background-color: White;
    height: 19px;
    width: 150px;
    color: #0000FF;
    text-align: center;
    float: right;
    vertical-align: middle;
    font: normal 12px Arial, Helvetica, san-serif;
    border: solid 1px #BAD6EE;
    margin-right: 5px;
    margin-top: 3px;
    display : table-cell;
    padding-top: 6px;
    
}

.hard_menu:hover
{
    background-color: #BAD6EE;
}

.hard_menu a
{
    text-decoration: none;
    font-weight: 700;
}

.hard_menu a:hover
{
    text-decoration: underline;
    font-weight: 700;
}

ul.AspNet-Menu 
{
    position: relative;
}


ul.AspNet-Menu, 
ul.AspNet-Menu ul /* must have otherwise Tier 2 is going to indent automatically */
{
    margin: 0;
    padding: 0;
    display: block;


}

ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
    float:none !important; /* most browsers other than IE6 and below will honor this over another float */
    float:left ; /* better gaps between Tier 2 and next Tier 1 optional - BAD for FF - the fix is made above*/
    
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    text-decoration: none;
    display:block;
    height: 1%;  /* if float:left as above, must have this to fix for IE only */
}

ul.AspNet-Menu li a:hover
{
    text-decoration:underline
}

ul.AspNet-Menu ul /*2nd Tier*/
{
    position: relative; /*change from absolute to relative = displays in sequential order*/
     /*display: block;change from none to block */   
}

ul.AspNet-Menu ul ul /*3rd Tier */
{
    /*visibility:hidden; this saves the day!!*/
    position:relative;
    /*top:0em;
    width:100%;
    left:100%;*/
}

ul.AspNet-Menu ul ul li:hover ul ul /*3rd Tier hover popout */
{
    display: block;/*none;  don't know why this is here ????*/

}


.AspNet-Menu-Vertical
{
   /* position:relative;
    left: 0;
    z-index: 300; */
   width: 100%;
   background-color: White;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
ul.AspNet-Menu, 
ul.AspNet-Menu ul
{
    width: 100%;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
ul.AspNet-Menu ul /* 2nd Tier & below*/
{
    left: 0px;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
ul.AspNet-Menu li
{
    margin: 0px 0px 0px 0px;
    /*background-color:Orange;*/
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    color: #0000FF; /* dark blue */
    font-weight:700;
    padding: 4px 0px 4px 8px;
    border: solid 1px #BAD6EE; 
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
ul.AspNet-Menu li.AspNet-Menu-Leaf a,
ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
    /*color: Red;*/

}

ul.AspNet-Menu li a:hover,
ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-color:#BAD6EE; /* dark blue */
    text-decoration:underline;

}

ul.AspNet-Menu li li a /* must be a hyperlink to affect font*/
{
    font-weight: normal;
    padding-left:1.5em;
}

ul.AspNet-Menu li li li li a /* must be a hyperlink to affect font*/
{
    font-weight: normal;
    padding-left:3em;
}


/*ul.AspNet-Menu li li.AspNet-Menu-WithChildren 
{
    background: transparent url(/NLRC/images/Icons/arrowRight.gif) right center no-repeat;
    background-color:Teal;
}*/



ul.AspNet-Menu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf a
{
    text-decoration: none;
    color: #0000FF;
}

ul.AspNet-Menu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf a:hover
{
    text-decoration:underline
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder).
ul.AspNet-Menu li:hover, 
ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#FFF;
}*/ 

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. 
ul.AspNet-Menu li a:hover,
ul.AspNet-Menu li span.Asp-Menu-Hover
{
    background-color:Purple;
}*/

ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


ul.AspNet-Menu ul ul
{
    background-color: White;
}



/* ------------------------------------------------------------------ */
/* This Begins the Standard Template of class Tags                      */
/* ------------------------------------------------------------------ */



.PageTitle {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: 400; color: #000000;
font-style: normal;
}


A.TextWhiteBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #FFFFFF;
font-style: normal;
text-decoration : none;
}


.TextBlack {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 400; color: #000000;
font-style: normal;

}

.TextBlackBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #000000;
font-style: normal;

}

.TextLittleBlackBold {  

font-family: Courier; 
font-size: 8pt; 
font-weight: 400; color: #000000;
font-style: normal;

}

.TextWhite {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 400; color: #FFFFFF;
font-style: normal;

}

.TextWhiteBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #FFFFFF;
font-style: normal;

}

.TextRed {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 400; color: #FF0000;
font-style: normal;

}

.TextRedBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #FF0000;
font-style: normal;

}

.TextDarkRed {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 400; color: #990000;
font-style: normal;

}

.TextDarkRedBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #990000;
font-style: normal;

}

.TextBlue {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 400; color: #0000FF;
font-style: normal;

}

.TextBlueBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #0000FF;
font-style: normal;

}

.TextDarkBlue {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 400; color: #003366;
font-style: normal;

}

.TextDarkBlueBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #003366;
font-style: normal;

}

.TextLightBlue {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 400; color: #006699;
font-style: normal;

}

.TextLightBlueBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #006699;
font-style: normal;

}

.TextYellow {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 400; color: #FFFF00;
font-style: normal;

}

.TextYellowBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #FFFF00;
font-style: normal;

}

.TextOrange {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 400; color: #FF9900;
font-style: normal;

}

.TextOrangeBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #FF9900;
font-style: normal;

}

.TextGreen {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 400; color: #006633;
font-style: normal;

}

.TextGreenBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #006633;
font-style: normal;

}

.TextGray {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 400; color: #CCCCCC;
font-style: normal;

}

.TextGrayBold {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: 700; 
color: #CCCCCC;
font-style: normal;

}


.BoxBackground {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: 400; color : #000000;
background-color: #F7F7F7;
font-style: normal;
}

.DataGridItemStyle {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: 400; color : #FF0000;
background-color: #000000;
font-style: normal;
}

.DataGridAltStyle {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: 400; color : #003399;
background-color: #EFEFEF;
font-style: normal;
}

.DataGridEditStyle {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: 400; color : #000000;
background-color: #FFFF00;
font-style: normal;
}

.DataGridFooterStyle {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: 400; color : #FFFFFF;
background-color: #99CC99;
font-style: normal;
}

.DataGridHeaderStyle {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: 700; 
color : #FFFFFF;
background-color: #99CC99;
font-style: normal;
}

.DataGridPagerStyle {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: 400; color : #FF0000;
background-color: #FFFFFF;
font-style: normal;
}

.DataGridSelectedItemStyle {  

font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: 400; color : #000000;
background-color: #FFFF00;
font-style: normal;
}



/* ------------------------------------------------------------------ */
/* This Begins the Custum template of class Tags                      */
/* ------------------------------------------------------------------ */


.title
{
	color:#006699;
	background: #BAD6EE;
	font-size: 12px;	
	padding: 7px;

	
}






