﻿body
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    background-color:#fff;
    color: black;
    line-height: 16px;
}

IMG
{
    border:0px;
}

BR
{
    line-height: 8px;
}
/* CSS layout - start */
#masthead {
	position: relative;
	width: 100%;
    background-color: White;
    color:Black;
    top: 18px;
}

#top_left {
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#container
{
    position: absolute;
    width: 778px;
    top: 118px;
    border-right: dashed 1px orange;
    background-color: #fff1d5;
}

#left_col
{
    position: absolute;
    top: 0px;
    width: 160px;
    height: 100%;
}

#page_content {
	margin-left: 160px;
	background-color: #fff;
	vertical-align: top;
	color: Black;
	border-left: solid 1px gray;
position: relative;
}

#page_data_body
{
    position: relative;
    top: 0px;
}

#bc
{
    position: absolute;
    top: 5px;
}

#right_col
{
    background-color: #fff1d5;
    position: absolute;
    top: 0px;
    height: 100%;
    float:right;
    right: 0px;

}
#footer
{
    padding-top: 5px;
    position: relative;
    background-color: #8ba9e3;
    color: White;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
}


#footer A{color: White; text-decoration:none;}
#footer A:hover{color: White; text-decoration:underline;}

.right_footer 
{
 float:left;
 background-color:#95B4DB;
 height: 30px;
 color: White;
}
/* CSS layout - end*/

.topnavtop
{
    width: 758px;
    line-height: 15px;
    padding-right: 20px;
    background-color: Black;
    color: #eee;
    position: absolute;
    top:0px;
}
.topnav
{
    
    font-family: Arial, Verdana, Sans-Serif;
    height: 18px;
    font-size: 12px;
    font-weight:bold;
}

.topnav .item, .topnav .item A, .topnav .item A:active, .topnav .item A:visited
{
    color: #eee;
    text-decoration: none;
    background-color: Black;
}

.topnav .item
{float: right;}

.topnav .item A:hover
{
    color: #eee;
    text-decoration: underline;
    background-color: Black;
}

.topnav .itemseparator
{
    width: 15px;
    float: right;
}

/*//////////////////*/
/*/ unselected menu //*/
.menuMainMaster
{
position: absolute;
left: 0px;
top: 80px;
width:100%;    
background-color: #336CCA;
color: White;
}

.menuMain
{
    background-color: #336CCA;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    color: White;
}


.menuItem, .menuItem A, .menuItem A:active, .menuItem A:visited
{
    padding-left: 6px;
    padding-right: 6px;
    line-height: 18px;
    margin-top: 0px;
    height: 20px;
    color: white;
    background: #336CCA;
    text-decoration: none;
}
.menuItem
{float: left;}

.menuItem A:hover
{
    color: #E0E0E0;
    text-decoration: none;
      background: #336CCA;
}

/*/ unselected menu ends //*/
/*/ selected menu //*/

.menuMain
{
    background-color: #336CCA;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
}

.menuItemSelected, .menuItemSelected A, .menuItemSelected A:active, .menuItemSelected A:visited
{
    padding-left: 6px;
    padding-right: 6px;
    line-height: 18px;
    margin-top: 0px;
    height: 18px;
    color: black;
    background: #fff1d5;
    text-decoration: none;
}
.menuItemSelected 
{
    float: left;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
}

.menuItemSelected A:hover
{
    color: #7E7D7B;
    text-decoration: none;
    background: #fff1d5;
}

.menuStart 
{
    float: left;
    width: 158px;
    color: White;
    padding-top:1px;
    padding-left:3px;
    background-color:#336CCA; 
}

/*/ selected menu ends //*/


/*/ breadcrumb starts //*/
.BCCurrentNode, .BCNode,.BCRootNode
{
    font-size: 10px;
    text-decoration: none;
    color: navy;
}


.BCSeparator
{
    font-size: small;
}

.BC
{
    }


/*/ breadcrumb ends //*/