/* CSS Document */
h1{
font-size:16px;
color:#071992;
}
h2{
font-size:14px;
color:#071992;
}
h3{
font-size:13px;
font-weight:bold;
color:#071992;
}
.title_blue{
font-size:13px;
font-weight:bold;
color:#071992;
}
.small_print{
font-size:9px;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:hover {
	color:#999999;
	text-decoration: underline;
}
a{
	color:#003399;
	text-decoration: none;
}
/* (CM) button in regular state - This is for the catagory button in the include menu */
.button_over {
	vertical-align:middle;
	padding-left: 37px;
	padding-right: 7px;
	background-image:url(images/button_over.jpg);
	background-repeat:no-repeat;
}
/* (CM) button in selected state "you are here clue" - This is for the catagory button in the include menu */
.button_selected{
	vertical-align:middle;
	padding-left: 37px;
	padding-right: 7px;
	background-image:url(images/button_over.jpg);
	background-repeat:no-repeat;
}
/* (CM) button in when it is hovered over */
.button_up {
	vertical-align:middle;
	padding-left: 37px;
	padding-right: 7px;
	background-image:url(images/button_up.jpg);
	background-repeat:no-repeat;
}
/* (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-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
/*(CM) The text in the button when it is a selected menu item (you are here clue)  (CM)*/
.button_textSelected {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#EBEBEB;
	text-decoration: none;
}
.button_textSelected:hover {
	color:#EBEBEB;
	text-decoration: none;
}
/* (CM) Footer can be used to do a bar footer or text */
.footer {
	font-size: 11px;
	color: #333333;
	text-align:center;
}
/* (CM) Footer text */
.footer_text {
	color:#333333;
	font-size: 11px;
	text-decoration: none;
	text-align:center;
}
/* (CM) Footer text */
.footer_text:hover {
	color:#999999;
	text-decoration: none;
	text-align:center;
}
/* (CM) Title Cell For None Menu Items WITH NO sub items */
.nav_title {
	color: #FFFFFF;
	font-size:12px;
	padding-top:6px;
	height:23px;
	padding-left: 4px;
	font-weight:bold;
	padding-left:22px;
	background-image:url(images/side_header.jpg);
	background-repeat:no-repeat;
}
/* (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: 14px;
	color: #FFF;
	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 {
	padding: 8px;
}

/* (CM) Title 2nd level Children Item in side content bar */
.children_text{
font-size:12px;
font-weight:bold;
}
/* (CM) Content 2nd level Children Item in side content bar */
.children{
	
}
/* (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;
}

