#brochure_right_nav
{
    position:absolute;
    top:167px;
    right:0px;
    width:214px;
    height:100%;
    background-color:#ffffff;
    background-image:url(/images/RightNavBg.jpg);
    background-repeat:no-repeat;
}
#brochure_workspace
{
    position:absolute;
    top:167px;
    left:0px;
    width:100%;
    height:500px;
    background-color:White;
}
#master_logo
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:140px;
}
.master_topbar_link
{
    font-family:Arial;
    font-weight:bold;
    color:#241665;
    font-size:8pt;
    text-decoration:none;
}
.master_topbar_link:visited
{
    font-family:Arial;
    font-weight:bold;
    color:#241665;
    font-size:8pt;
    text-decoration:none;
}
.master_topbar_link:hover
{
    font-family:Arial;
    font-weight:bold;
    color:#0090e0;
    font-size:8pt;
    text-decoration:underline;
}
#master_menubar
{
    position:absolute;
    top:140px;
    left:0px;
    width:100%;
    height:30px;
    overflow:hidden;
}
.whatsnew_bar
{
    font-family:Arial;
    font-weight:bold;
    color:#241665;
    background-color:#33CCCC;
    font-size:9pt;
    text-transform:uppercase;
    line-height:25px;
    background-image:url(/images/WhatsNewBg.gif);
}
.listtext{
	font-family:verdana,arial;
	font-size:8.5pt;
	font-weight:normal;
	color:#33CCCC;
	line-height:20px;
}
#listmain
{
    position:absolute;
    top:155px;
    left:10px;
    height:220px;
    width:200px;
    background-color:#241665;
}
#mask
{
    overflow:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:200px;
    height:220px;
}
#list
{
    position:absolute;
    top:220px;
    left:0px;
    width:200px;
}
#list2
{
    position:absolute;
    top:440px;
    left:0px;
    width:200px;
}
.whatsnew_item
{
    color:#241665;
    background-image:url(/images/whatsnewitem_off.gif);
    background-repeat:no-repeat;
    text-transform:uppercase;
    font-family:Arial;
    font-size:10pt;   
    height:25px;
    line-height:25px;
    cursor:pointer;
    font-weight:bold;
    overflow:hidden;
    width:100%;
    text-overflow:ellipsis;
}
.whatsnew_item_hover
{
    color:#ffffff;
    background-image:url(/images/whatsnewitem_on.gif);
    background-repeat:no-repeat;
    text-transform:uppercase;
    font-family:Arial;
    font-size:10pt;  
    height:25px;
    line-height:25px;
    font-weight:bold;
    cursor:pointer;
    overflow:hidden;
    width:100%;
    text-overflow:ellipsis;
}