/* CSS Document */

/* CSS Document */

a:hover {
	color:#999999;
	text-decoration: underline;
}
a{
	color:#006699;
	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;
}

/* body Styles */
.title_blue{
	font-size:18px;
	color:#003366;
}
.title_grey{
	font-size:15px;
	color:#666666;
	padding-left:17px;
	margin-top:-3px;
}

.stitle_blue{
	font-size:14px;
	color:#003366;
}
.stitle_grey{
	font-size:13px;
	color:#666666;
	padding-left:7px;
	margin-top:-3px;
}
/*_________________________________________________*/
/* (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;
}
.button_selected{
	vertical-align:middle;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}
/* (CM) button in when it is hovered over */
.button_up {
	vertical-align:middle;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}
/*(CM) The text in the button (CM)*/
.button_text {
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#E3EECF;
	text-decoration: none;
}
.button_textSelected{
	font-size: 12px;
	text-decoration: none;
	color: #E3EECF;
}
.button_textSelected:hover {
	color:#FFF;
	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;
}
.side_title{
	color:#003366;
	font-size:14px;
	padding-bottom:9px;
}
/* (CM) Title Cell For None Menu Items WITH NO sub items */
.nav_title {
	color: #000000;
	font-size: 14px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
}
/* (CM) Title Cell For None Menu Items WITH sub items */
.nav_title_no_content {
	color: #666666;
	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;
}
/* (CM) Side content For Non Menu Level 2 Items */
.side_content {
	padding:12px;
}
/* (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_text{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
/* (CM)  */
.children_text:hover{
	color:#999999;
	text-decoration:none;
}
body {
	/*background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;background-color: #990000;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

