/* CSS Document */

/* CSS Document */

a:hover {
	color:#999999;
	text-decoration: underline;
}
a{
	color:#006600;
	text-decoration: none;
}

h1{
	color:#003366;
	font-size:16px;
	padding-left:15px;
	font-weight:bold;
}
h2{
	color:#003366;
	font-size:14px;
	padding-left:15px;
	font-weight:bold;
}
.pictures{
 border:1px solid #666666;
}
.home_content{
	font-size:10px;
}
.home_content a{
	color:#664989;
}

/*_________________________________________________*/
/* (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: 8px;
	padding-right: 8px;
	background-image:url(images/nav_div.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.button_selected{
	vertical-align:middle;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	background-image:url(images/nav_div.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
/* (CM) button in when it is hovered over */
.button_up {
	vertical-align:middle;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	background-image:url(images/nav_div.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
/*(CM) The text in the button (CM)*/
.button_text {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#666666;
	text-decoration: none;
}
.button_textSelected{
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.button_textSelected:hover {
	color:#666666;
	text-decoration: none;
}
/* (CM) Footer can be used to do a bar footer or text */
.footer {

}
/* (CM) Footer text */
.footer_text {
	color:#999999;
	font-size: 10px;
	text-decoration: none;
}
/* (CM) Footer text */
.footer_text:hover {
	color:#666666;
	text-decoration: none;
}
/* (CM) Title Cell For None Menu Items WITH NO sub items */
.nav_title {
	color: #000000;
	padding:6px 5px 6px 15px;
	border-bottom:1px solid #CCC;
}
/* (CM) Title Cell For None Menu Items WITH sub items */
.nav_title_no_content {
	color: #000000;
	padding:6px 5px 6px 15px;
	background-image:url(images/div_line_bkg.jpg); background-repeat:repeat-x; background-position:bottom;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items */
.nav_title_text {
	color: #000000;
	font-size:11px;
	text-decoration: none;
}
/* (CM) Title text Cell For None Menu Items WITH NO sub items */
.nav_title_text_no_content {
	color: #000000;
	font-size:11px;
	text-decoration: none;
	padding-left:18px;
	background-image:url(images/side_nav_arrow.jpg); background-repeat:no-repeat;
}
.nav_title_text_no_content:hover {
	color: #666;
	font-size:11px;
	text-decoration: none;
	padding-left:18px;
	background-image:url(images/side_nav_arrow_over.jpg); background-repeat:no-repeat;
}
/* (CM) Side content For Non Menu Level 2 Items */
.side_content {

}
/* (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) Text of non menu items */
.children{
	border-bottom:1px solid #CCC;
	padding:6px 5px 10px 6px;
}
.children_text{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
/* (CM)  */
.children_text:hover{
	color:#999999;
	text-decoration:none;
}
table.layouttable {
	border:none;
}
table.layouttable td {
	border-bottom:1px solid #ccc;
}
h4 {
	font-size:11px;
}
.faq h4 { 
	margin-bottom:2px;
	padding-top:5px;
	border-top:1px solid #ccc;
}
.faq p { 
	margin-top:2px;
}
body {
	/*background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;background-color: #990000;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

