/* CSS Document */
body,table,tr,td,div,span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}
h1{
	font-size:16px;
}
h2{
	font-size:14px;
}
h3{
	font-size:13px;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
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;
	padding-left: 17px;
	padding-right: 17px;
	background:url(images/nav_div.gif) no-repeat bottom left;
}
/* (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: 17px;
	padding-right: 17px;
	background:url(images/nav_div.gif) no-repeat bottom left;
}
/* (CM) button in when it is hovered over */
.button_up {
	vertical-align:middle;
	padding-left: 17px;
	padding-right: 17px;
	background:url(images/nav_div.gif) no-repeat bottom left;
}
/* (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: 13px;
	text-decoration: none;
	color:#F3F3D9;
	font-variant:small-caps;
}
/*(CM) The text in the button when it is a selected menu item (you are here clue)  (CM)*/
.button_textSelected {
	font-size: 13px;
	text-decoration: none;
	color:#F3F3D9;
	font-variant:small-caps;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#FFF;
	text-decoration: none;
}
.button_textSelected:hover {
	color:#FFF;
	text-decoration: none;
}
/* (CM) Footer can be used to do a bar footer or text */
.footer {
	font-size: 9px;
	color: #F3F3D9;
}
/* (CM) Footer text */
.footer_text {
	color:#F3F3D9;
	font-size: 9px;
	text-decoration: none;
	padding:0 5px 0 5px;
}
/* (CM) Footer text */
.footer_text:hover {
	color:#FFF;
	text-decoration: none;
}
/* (CM) Title Cell For None Menu Items WITH NO sub items */
.nav_title {
	color: #00324C;
	font-size:13px;
	font-weight:bold;
	height:23px;
	padding-left: 10px;
	padding-top:7px;
	background-color:#F8F8F8;
}
/* (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: #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;
	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-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;
}

#request {
	color: #0066FF;
}