body
{
	margin:auto;
	font-family:Arial;
	font-size:9pt;
	background-color:#810100;
	color:#353535;
	list-style-image: url(/images/bullet.gif);
}
strong
{
	font-weight:bold;
	color:#510000;
}
h3
{
	font-size:12pt;
	font-weight:bold;
	color:#510000;
}
em
{
	font-style:oblique;
	color:#510000;
}
td.colLeft
{
    text-align:left;/*
    border-top: #dcdcdc 1px solid; 
    border-left: #dcdcdc 1px solid;*/
    border-bottom: #dcdcdc 1px solid;
    width: 35%;
}
td.colRight
{
    text-align:left;/*
    border-top: #dcdcdc 1px solid; 
    border-right: #dcdcdc 1px solid;*/
    border-bottom: #dcdcdc 1px solid;
    width: 35%;
}
.crumbCurrent
{
	color:black;
	text-decoration:none;
	font-family:Arial;
	font-size:8pt;
}

.crumbNode
{
	text-decoration:none;
	font-family:Arial;
	font-size:8pt;
}

.crumb
{
	font-family:Arial;
	font-size:8pt;
}

.crumbRoot
{
	color:Black;
	text-decoration:none;
	font-family:Arial;
	font-size:8pt;
}

/******* Hyperlink styles ********/
a        
{
	font-weight:bold;
	text-decoration:none;
	color:#7C0000;
	cursor:hand;
}
a:active 
{
	color:#C0C0C0;
	cursor:hand;
}
a:hover  
{
	color:#C0C0C0;
	cursor:hand;
}
/*********************************/

.divHead
{
	height:20px;
	width:627;
	border:solid 2px #7C0000;
	background-color:#F3EDED;
	padding:5px 5px 5px 10px;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
}
.contact
{
	text-align:left;
	vertical-align:top;
	border:solid 2px #F3EDED; 
	padding: 5px 5px 5px 5px;
	width: 250px;
	height: 170px
}
.divPopup
{
    border:solid 1px #7C0000;
    font-size:9pt;
    background-color:#F3EDED;
    /*background-color:#FFFFE0;*/
    padding:5px 5px 5px 5px;
    width:380px;
    height:215px;
    
    scrollbar-3dlight-color:#CCB9B9;
	scrollbar-face-color:#A51111;
	scrollbar-shadow-color:#CCB9B9;
	scrollbar-darkshadow-color:#7C0000;
	scrollbar-track-color:#CCB9B9;
	scrollbar-base-color:#7C0000;
}

.btnExpand
{
	width:12px;
	height:15px;
}
.footnote
{
	padding:10px;
	font-weight:bold;
	font-size:10pt;
	color:#7C0000;
}
.menu
{
	text-align:left;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	
}


.menuitem
{
	/*padding-right:2px;*/
	height:20px;
	text-align:left;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	width:100%;
}
.submenu
{
	text-align:left;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	background-repeat:repeat-y;
	background-image:url("/images/menu_drop.gif");
	border-right:solid 1px #920005;
	border-bottom:solid 1px #920005;
	background-color:#B13334!important;
	-moz-opacity: 0.9;
	opacity:0.90;
	filter: alpha(opacity=90);

}
.submenuitem
{
	text-align:left;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	padding:2px 15px 2px 8px;
}
/*****************************
*
* Side Nav
*
******************************/
.separator
{
	background-image:url("images/sidenav_Head.png");
	height:1px;
}

#divNav
{
	padding:0px 20px 20px 20px; 
	width: 266px; 
	height: auto;
	background-image: url(/images/sidenav.jpg); 
	text-align: left;
}
#divSearch
{
	float:right;
	padding:2px 2px 2px 2px;
	vertical-align:bottom;
	text-align:left;
	height:20px;
	Width:165px;
	overflow:hidden;
}
.searchBtn  
{
	border:solid 1px #510000;
	background-color:#D4C1C1;
	font-size:8pt;
	font-weight:bold;
	font-family:Arial;
	Height:20px;
}  
.searchBox
{
	Height:20px; 
	Width:165px;
	vertical-align:bottom;
}
.txtSearch
{
	/*border:solid 1px #000000;*/
	font-size:9pt; 
	font-family:Arial;
	font-weight:bold;
	color:#510000;
	width:98px;
}
.navItem
{
	text-align:left;
	background-image:url("images/sidenav.png");
	background-position:top;
	height:30px;
}
.navItem:hover
{
	background-image:url("images/sidenav.png");
	background-position:bottom;
	/*background-color:#920005;*/
}
.navItemSelected
{
	background-image:url("images/sidenav.png");
	background-position:bottom;
	height:30px;
}
.navLink
{
	padding:5px 50px 5px 10px;
	width:200px;
}
.navLink:hover
{
	color:#000000;
}
.navLinkSelected
{
	color:#000000;
	padding:5px 50px 5px 10px;
	width:200px; 
}
.navLinkSelected:hover
{
	color:#000000;
}
.navParentLink
{
	padding:5px 50px 5px 10px;
	color:#ffffff;
}
.navParent
{
	text-align:left;
	border:solid 1px white;
	background-image:url("images/sidenav_Head.png");
	height:30px;
}
/******************************/
.lnk
{
	cursor:hand;
	font-weight:bold;
	text-decoration:none;
	font-size:small;
}
.lnkSelected
{
	cursor:hand;
	font-weight:bold;
	text-decoration:underline;
	color:#696969;
	font-size:small;
}
.lnk:hover
{
	text-decoration:underline;
	color:#C0C0C0;
}

/****************     Master Table Styles    *******************/

td.pixleft{background-image:url("images/pix_left.jpg");}

td.pixright{background-image:url("images/pix_right.jpg");}

td.t1{background-image:url("images/Final-layout-Sliced_01_a.jpg");width:10px;height:153px}

td.t2{background-image:url("images/Final-layout-Sliced_02.jpg");width:304px;height:185px}

td.t3{background-image:url("images/Final-layout-Sliced_03.jpg");height:94px}

td.t4{background-image:url("images/Final-layout-Sliced_04_a.jpg");width:10px;height:94px}

td.t5{width:435px;height:91px;background-color:#ffffff;}

td.t6{background-image:url("images/Image.png");width:215px;height:91px}

td.t7{background-image:url("images/Final-layout-Sliced_07_a.jpg");width:10px;height:59px}

td.t8{background-image:url("images/Final-layout-Sliced_08_a.jpg");width:10px;height:32px}

td.t9{background-image:url("images/Final-layout-Sliced_09_a.jpg");width:10px;height:32px}

td.t10{background-image:url("images/Final-layout-Sliced_10_a.jpg");width:10px;height:563px}

td.t11{background-color:#ffffff;}/*width:650px;height:auto;*/

td.t12{background-image:url("images/Final-layout-Sliced_12_a.jpg");width:10px;height:534px}

td.t13{background-color:#ffffff;width:582px;height:29px;}

td.t14{background-image:url("images/Final-layout-Sliced_14.jpg");}/*width:374px;height:84px}*/

td.t15{background-image:url("images/Final-layout-Sliced_15_a.jpg");}/*width:10px;height:29px}*/

td.t16{background-image:url("images/Final-layout-Sliced_16_a.jpg");}/*width:10px;height:55px}*/

td.t17{background-image:url("images/Final-layout-Sliced_17.jpg");}/*width:15px;height:55px}*/

td.t18{background-image:url("images/Final-layout-Sliced_18.jpg");}/*width:567px;height:55px}*/

td.t19{background-image:url("images/Final-layout-Sliced_19_a.jpg");width:10px;height:55px}

td.t20{background-image:url("images/spacer.gif");}
td.t21{background-color:#ffffff;background-image:url("images/sidenav.jpg");}
td.t22{background-image:url("images/foot_left.jpg");}
td.t23{background-position:top;background-repeat:repeat-x;width:auto;height:55px;background-image:url('images/pix_left_bottom.jpg');}
td.t24{background-position:top;background-repeat:repeat-x;width:auto;height:32px; background-image:url('images/pix_left_mid_top.jpg');}
td.t25{background-position:top;background-repeat:repeat-x;width:auto;height:32px; background-image:url('images/pix_left_mid_top.jpg');}
td.t26{background-position:top;background-repeat:repeat-x;width:auto;height:auto;background-color:#ffffff;background-image:url('images/pix_left_mid_bot.jpg');}
td.t27{background-image:url('images/Shadow_left_Bottom.jpg');}
td.t28{background-image:url('images/Shadow_Right_Bottom.jpg');}
td.t29{background-position:top;background-repeat:repeat-x;width:auto;height:auto;background-color:#ffffff;background-image:url('images/pix_left_mid_bot.jpg');}
td.t30{background-position:top;background-repeat:repeat-x;vertical-align:top;width:auto;height:153px;background-image:url('images/pix_right_top.jpg'); font-size: 9pt;}
td.t31{background-position:top;background-repeat:repeat-x;background-image:url('images/pix_left_top.jpg');height:153px;width:auto;}

/**************************************************************/

div.d1{background-repeat:no-repeat;background-position:top;width:10px;height:185px;background-image:url('images/Shadow_Left_top.jpg');}
div.d2{background-repeat:no-repeat;background-position:top;width:10px;height:185px;background-image:url('images/Shadow_Right_Top.jpg');