body {
    width: 900px;
    background-color: #E4E7F0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
}

OL {
	margin-top: -22px;
	font-size: 14px;
	margin-left: 44px;
	margin-bottom: 11px;
}

caption {
        font-weight: bold;
        margin-bottom: 11px;
}

TH {
	text-align: right;
}
		
/***************************************/
/* ----- Header Style ----- */
/***************************************/

#header {
    width: 946px;
    background-color: #ffffff;
}

.header_banner {
    width: 800px;
    height: 201px;
    border: 0;
}

/***************************************/
/* ----- Footer Style ----- */
/***************************************/

#footer {
    clear: both;
    width: 946px;
    font-size: 11px;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer ul {
    list-style-type: none;
}

#footer li {
    display: inline;
}

#footer a {
    font-size: 11px;
    color: #000000;
}

#footer a:link, #footer a:visited {
    color: #000000;
}

#footer a:hover, #footer a:active {
    color: yellow;
}

#footer_bar {
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url('../images/footer_bg.png');
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #e8e7e7;
    font-family: 'Times New Roman',Times,serif;
}

#footer_links {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/***************************************/
/* ----- Tabbed Navigation Style ----- */
/***************************************/

#NavigationMenu {
    display: block;
    width: 946px;
    padding-top: 5px;
    background-color: #ffffff;
}

div.TabNav {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

div.TabNav ul {
    list-style-type: none;
}

div.TabNav li {
    display: inline;
}

div.TabNav span {
    float: left;
    display: block;
    background: url('../images/Nav/taMenuLeft.gif') no-repeat left top;
    padding: 5px 9px;
    white-space: nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.TabNav span {
    float: none;
}
/* End IE5-Mac hack */

div.TabNav A:hover span {
    background-position: 0% -150px;
}

div.TabNav a {
    float: left;
    background: url('../images/Nav/taMenuRight.gif') no-repeat right top;
    border-bottom: 1px solid #b0b1d2;
    font-size: 10px;
/*    font-weight: bold;*/
    text-decoration: none;
}

div.TabNav a:link, div.TabNav a:visited {
    /*color: #115E94;*/
    color: #0f0f7e;
}

div.TabNav a:active, div.TabNav a:hover {
    /*color: #9a0000;*/
    
    color: #cc0000;
}

/***************************************/
/* ----- Section Header Style ----- */
/***************************************/

.section_header {
    background-image: url('../images/section_heading.png');
    background-repeat: repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.section-heading {
	clear: right;
	background-image: url('../images/section_heading.png');
	background-repeat: repeat-x;
	height: 55px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.section-headingb {
        background-image: url('../images/section_heading.png');
        background-repeat: repeat-x;
        height: 155px;
        font-size: 13px;
        font-weight: bold;
        color: white;
        padding-top: 1px;
        padding-bottom: 0px;
        margin-bottom: 0px;

}

.al_blurb {
	color: #0000ff;
}

.al_blurb a {
	color: #0000ff;
	text-decoration: none;
}
.al_blurb span {
	color: red;
	font-weight: bold;
}

/***************************************/
/* ----- Main Content Style ----- */
/***************************************/

#content {
	clear: right;
	float: right;
	Margin-top: 0px;
	width: auto;
}
#content p {
    font-size: 12px;
    padding-bottom: 10px;
    color: #323435;
}

#content ul {
    margin-left: 20px;
    font-size: 12px;
    color: #323435;
}

#content p.sub_section {
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    color: #323435;
}

#content p.sub_section a {
    text-decoration: none;
    font-size: 1px;
}

#content table {
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 10px;
}

#content caption: {
	font-weight: bold;
	margin-bottom: 11px;
}

#content td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #323435;
    vertical-align: text-top;
}

#content td.right {
    padding-left: 15px;
}

#content dl {
    margin-bottom: 10px;
}

/****************************/
/* ----- Forms Layout ----- */
/****************************/

#forms {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    text-align: right;
}

#forms p {
    text-align: left;
    padding-bottom: 10px;
}

#forms form {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#forms input.text {
    width: 180px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 5px;
}

#forms input.button {
}

#forms ol {
    text-align: left;
    margin-left: 20px;
}

/***************************************/
/* ----- Left menu Style ----- */
/***************************************/

#left_menu {
    background-color: #a7bcd1;
}

#left_menu dl {
    /* background-color: #366696; */
    padding-top: 10px;
    padding-bottom: 5px;
}

#left_menu dt {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
    background-color: #366696;
}

#left_menu dd {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #a7bcd1;
    background: url('../images/bg-truemanquote.png') repeat right top;
}

#left_menu a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#left_menu a:link, #left_menu a:visited {
    color: #366696;
}

#left_menu a:active, #left_menu a:hover {
    color: yellow;
}

/***************************************/
/* ----- Misc Styles ----- */
/***************************************/

.link_y {
    font-size: 14px;
    text-decoration: none;
}

.link_y:link, .link_y:visited {
    color: #366696;
}

.link_y:active, .link_y:hover {
    color: yellow;
}

.employment {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    border-color: #366696;
}

.employment td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #366696;
}

.employment th {
    background-color: #a7bcd1;
    font-size: 12px;
    color: #366696;
    text-align: left;
    border: 1px solid;
    border-color: #366696;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.employment a {
    text-decoration: none;
}

.employment a:link, .employment a:visited {
    color: #366696;
}

.employment a:hover, .employment a:active {
    color: yellow;
}

#sddm
{       margin: 0;
        padding: 0;
        z-index: 3000}

#sddm ul
{   
        list-style-type: none;
        margin-left: 55px;
	color: white;
}
#sddm li
{       margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        z-index: 3000;
	color: white;
        font: bold 11px arial}

#sddm span
{   
        display: inline;
        margin: 0 1px 0 0;
        z-index: 3000;
        padding: 4px 10px;
        text-align: center;
        font-weight: bold;
}
#sddm li a
{       display: inline;
        margin: 0 1px 0 0;
        z-index: 3000;
        padding: 4px 10px;
        /* width: 60px; */
        /* background: #5970B2; */
        /* color: #FFF; */
        text-align: center;
        text-decoration: none
	color: white;
	font-size: 14px;
}
#sddm li a:link
{
	color: white;
        font-size: 14px;
	text-decoration:none;
}

#sddm li a:hover
{       background: #49A3FF}

#sddm li a:visited
{	text-decoration: none;
        color: white;
        font-size: 14px;

}

#sddm div
{       position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
        background: #EAEBD8;
        margin-left: 100px;
        border: 1px solid #5970B2}

        #sddm div a
        {       position: relative;
                display: block;
                margin: 0;
                padding: 5px 10px;
                width: auto;
                white-space: nowrap;
                text-align: left;
                text-decoration: none;
                background: #4444cc;
                z-index: 3000;
                color: white; /*#2855fE;*/
                font: 12px arial}

        #sddm div a:hover
        {       background: #49A3FF;
                color: #FFF}

   

