/* CSS Document */
body {
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}
.bodytext {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a{
	color: #FFFFFF;
	text-decoration: underline;
}
/* (CM) button in regular state - This is for the catagory button in the include menu */
.button_over {
	background-image: url(img/tab.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding:0px 5px 10px 0px;
}
/* (CM) button in selected state "you are here clue" - This is for the catagory button in the include menu */
.button_selected{

	background-image: url(img/tab.gif);
	background-repeat: no-repeat;
	background-position:right;	
	padding:0px 5px 10px 0px;

}
/* (CM) button in when it is hovered over */
.button_up {
	background-image: url(img/tab.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding:0px 5px 10px 0px;
}
/*(CM) The text in the button (CM)*/
.button_text {
	padding-top:5px;
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	text-decoration: none;
	color: #C9DEFF;
}
/*(CM) The text in the button when it is a selected menu item (you are here clue)  (CM)*/
.button_textSelected {
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
.button_textSelected:hover {
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
/* (CM) Footer can be used to do a bar footer or text */
.footer { 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #C9DEFF;
}
/* (CM) Footer text */
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #C9DEFF;
}
/* (CM) Footer text */
.footer_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
/* (CM) Title Cell For None Menu Items WITH NO sub items */
.nav_title {
	color: #FFFFFF;
	padding-left: 10px;
}
/* (CM) Title Cell For None Menu Items WITH sub items */
.nav_title_no_content {
	color: #FFFFFF;
	padding-left: 20px;
	padding-bottom:12px;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items : in Case you need a hover */
.nav_title_text {
	font-size: 11px;
	color: #000000;
	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: 10px;
	color: #000000;
	text-decoration: none;
}
/* (CM) Side content For Non Menu Level 2 Items */
.side_content {
	padding: 8px;
	font-size: 10px;
}
/* (CM) Title 2nd level Children Item in side content bar */
.children_text{
	font-size: 11px;
}
/* (CM) Content 2nd level Children Item in side content bar */
.children{
	font-size: 10px;
}
/* (CM) Title For Children Level 3 Related Items */
.nav_title2 {
	font-size: 10px;
}
/* (CM) Curent Selected Page in Reltated Links related link  */
.navpage{
	font-weight:bold;
}

