/* CSS Document */
a:hover {
 	color:#700B0B;
}
A {
	text-decoration: underline;
	color: #11489A;
}


body, tr, td, table, div {
	font-size: 12px; 
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;

}

.title{
	font-size:16px;
	color:#990000; 
	font-weight:bold;
	padding-right:30px;
	padding-bottom:5px;
}
.white{
	color:#FFFFFF;
}
/* (CM) button in regular state - This is for the catagory button in the include menu */
.button_over {
	vertical-align:middle;
	text-align: center;
	padding-left:11px;
	padding-right: 11px;
}
/* (CM) button in selected state "you are here clue" - This is for the catagory button in the include menu */
.button_selected{
	background:url(images/menu1.gif) repeat-x;
	vertical-align:middle;
	text-align: center;
	padding-left:11px;
	padding-right: 11px;
}
/* (CM) button in when it is hovered over */
.button_up {
	background:url(images/menu1.gif) repeat-x;
	vertical-align:middle;
	text-align: center;
	padding-left:11px;
	padding-right: 11px;
}
/* (PG) you can implement this on the main page if you have a bar as a bkg  */
.button_bkg{

}
/*(CM) The text in the button (CM)*/
.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color:#FFF;
	font-weight:normal;
	font-weight:bold;
}
/*(CM) The text in the button when it is a selected menu item (you are here clue)  (CM)*/
.button_textSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#FFF;
	text-decoration: none;
	font-weight:bold;
}
.button_textSelected:hover {
	color:#FFF;
	text-decoration: none;
	font-weight:bold;;	
}
/* (CM) Footer can be used to do a bar footer or text */
.footer {
	font-size: 10px;
	color: #FFF;
	text-align:center;
}
/* (CM) Footer text */
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 10px;
	text-decoration: none;
	text-align:center;
}
/* (CM) Footer text */
.footer_text:hover {
	color:#FFF;
	text-decoration: none;
}
/* (CM) Title Cell For Non Menu Items WITH NO sub items */
.nav_title {
	vertical-align:middle;
	padding-bottom:15px;
	color:#BD1E30;
	font-size:16px;
}
/* (CM) Title Cell For None Menu Items WITH sub items */
.nav_title_no_content {
	padding-left: 10px;
	vertical-align:middle;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items : in Case you need a hover */
.nav_title_text {
	color:#BD1E30;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items */
.nav_title_text_no_content {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
/* (CM) Side content For Non Menu Level 2 Items */
.side_content {
	border-top:1px solid #CCC;

}
/* (CM) Title 2nd level Children Item in side content bar */
.children_text{
	color:#0073A5;
	display:block;
	font-size:13px;
	padding-left:20px;
	padding-top:10px;
	background:url(images/ldm_news.gif) no-repeat 50% left;
	padding-bottom:7px;

}
/* (CM) Content 2nd level Children Item in side content bar */
.children_text:hover{
	color:#0073A5;
	text-decoration:underline;
}
.children{
	padding-bottom:6px;
	font-size:10px;
}
/* (CM) Title For Children Level 3 Related Items */
.nav_title2 {
	font-size: 12px;
}
/* (CM) Curent Selected Page in Reltated Links related link  */
.navpage{
	font-weight:bold;
}

.relatedLinks{

}
.relatedLinksText{
	color:#0073A5;
	text-decoration:none;
}
.relatedLinksSelectedText{
	color:#F4C100;
}
.sub_relatedLinks{
	padding-left:12px;
	background:url(images/related_link_bkg.gif) no-repeat 1% 0%;
}
.sub_relatedLinksText{
	color:#999999;
	text-decoration:none;
	font-size:10px;
}
.sub_relatedLinksSelectedText{
	color:#0073A5;
	font-size:10px;
}
