/* CSS Document */

a:hover {
	color:#000000;
	text-decoration: none;
}
a{
	color:#666666;
	text-decoration: none;
}
/* (CM) button in regular state - This is for the catagory button in the include menu */
.button_over {
	vertical-align:middle;
	font-weight: bold;
	background-color:#336CA1;
	text-align: center;
	padding-right: 7px;
	background-image: url(images/button_over.gif);
	background-repeat: no-repeat;
	padding-left:17px;
	vertical-align:middle;
}
/*Selected menu item (you are here clue)*/
.button_selected{
	vertical-align:middle;
	font-weight: bold;
	text-align: center;
	background-color:#FAECD2;
	background-repeat: no-repeat;
	padding-right: 7px;
	background-image: url(images/button_up.gif);
	background-repeat: no-repeat;
	padding-left:17px;
	vertical-align:middle;
}
/* (CM) button in when it is hovered over */
.button_up {
	vertical-align:middle;
	font-weight: bold;
	text-align: center;
	background-color:#FAECD2;
	color:#000000;
	padding-right: 7px;
	background-image: url(images/button_up.gif);
	background-repeat: no-repeat;
	padding-left:17px;
	vertical-align:middle;
}
/* (PG) you can implement this on the main page if you have a bar as a bkg  */
.button_bkg{
	color:#003399;
	background-image: url(images/button_bkg.gif);
	background-repeat: repeat-x;
}
/*(CM) The text in the button (CM)*/
.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align:middle;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#000000;
	text-decoration: none;
}
/*(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: 11px;
	font-weight: bolder;
	text-decoration: none;
	color:#000000;
}
/* (CM) Footer can be used to do a bar footer or text */
.footer {
	font-size: 11px;
	color: #333333;
}
/* (CM) Footer text link state */
.footer_text {
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
/* (CM) Footer text hover */
.footer_text:hover {
	color:#FAECD2;
	text-decoration: none;
}
/* (CM) Title Cell For None Menu Items WITH NO sub items */
.nav_title {
	color: #FFFFFF;
	background-color:#DBDED5;
	vertical-align: bottom;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
/* (CM) Title Cell For None Menu Items WITH sub items */
.nav_title_no_content {
	background-image: url(images/nav_title.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	vertical-align: top;
	padding-left: 20px;
	padding-bottom:12px;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items */
.nav_title_text {
	font-size: 14px;
	color: #000000;
	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;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* (CM) Side content For Non Menu Level 2 Items */
.side_content {
	width: 150px;
	padding-top: 8px;
	padding-left:18px;
	padding-right:8px;
	padding-bottom:18px;
}
/* (CM) Title For Children Level 3 Related Items */
.nav_title2 {
	font-size: 12px;
	font-variant: small-caps;
	color:#666666;
	font-weight: bold;
	padding-left:7px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FF6600;
	background-color: #F3F3F3;
}
/* (CM)  */
.children{
	color:#FFFFFF;
	padding-top:2px;

}
.children_text{
	color:#FFFFFF;
	font-size:12px;

}
.children_text:hover{
	color:#cccccc;

}

body {
	/*background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;background-color: #990000;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
h1{
font-size:14px;
}
