#contenttext
{
    float: left;
    width: 520px;
    margin-left: 20px;
    margin-top: 5px;
}

/*TEXT STYLES*/
.news_date
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #0099CC;
}
.body_text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.news_more
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF9900;
    font-weight: bold;
}
.news_text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.subtitle_gray
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #CCCCCC;
}
.title_blue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #7DA5E0;
}
.title_panel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.title_marquee
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5D7B9D;
}

/*MENU IN HEADER*/
#menu
{
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    width: 540px;
    top: 95px;
    right: auto;
}
#menu a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
#menu a:hover
{
    text-decoration: underline;
}
#div
{
    width: 520px;
    margin-left: 20px;
    margin-top: 20px;
}

.menu-left
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 30px;
}
#menu menu-left:hover
{
    text-decoration: underline;
}
.menu-table-left
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 5px;
}

/*Site Navigation*/
.pathNodes
{
    color: #666666;
    text-decoration: none;
    border-bottom: dotted 1pt #666666;
}
.currentNode
{
    font-weight: bold;
    color: #666666;
}
.pathSep
{
    color: #666666;
    padding-left: 4px;
    padding-right: 4px;
}
/*Multiview*/
.TabContainer
{
    font: bold 0.75em Verdana;
    width: 60em;
    margin-top: 1.5em;
    padding-top: 2em;
}
.TabItemInactive
{
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid #aaaaaa;
    border-bottom: none;
    background-color: #d3d3d3;
    text-align: center;
    text-decoration: none;
    padding: 0.75em 0.25em 0.25em;
}
.tabiteminactive:hover
{
    background: #808080;
}
.tabitemactive
{
    border-top: 1px solid white;
    border-left: none;
    border-right: 1px solid #aaaaaa;
    border-bottom: none;
    text-decoration: none;
    background-color: #bbbbbb;
    text-align: center;
    padding: 0.75em 0.25em 0 0.25em;
}
/*Bulleted List*/
#bulHorizontal
{
    border: solid 1pt silver;
    padding: 1em;
    margin-left: 0;
}
#bulHorizontal ul
{
    text-align: right;
}
#bulHorizontal li
{
    display: inline;
    list-style-type: none;
}
#bulHorizontal a:link, #primary a:visited
{
    color: #3399CC;
    font-size: 120%;
    font-weight: bold;
    border-bottom: solid 4px white;
    padding: 0.5em 1em 0.4em 1em;
    text-decoration: none;
    margin: 0;
}
#bulHorizontal a:hover
{
    border-bottom: solid 4px #800000;
    color: #800000;
}
.wizardStepcontent
{
    padding: 20px;
}
