﻿/* ----- PAGE STRUCTURE ----- */

#divOuter
{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;

	width: 100%;
	height: auto !important; /* other browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* other browsers */

/*	background: url("/images/bkOuter.gif") repeat-y;
    background-position: right top;
*/

	position: relative; /* needed for footer positioning*/
}

#divTop
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

    width: 100%;
    min-width: 729px;

	background-color: #FFFFFF;

    clear: both;
}

#divContent
{
	margin: 0px 0px 275px 0px;
	padding: 0px 0px 0px 0px;

    width: 100%;
    min-width: 729px;
    
    clear: both;
}

#divBottom
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	width: 100%;
    min-width: 729px;
	bottom: 0; /* stick to bottom */

	position: absolute;

	background-color: #FFFFFF;
	
	clear: both;
}


/* ----- PAGE SUB DIVISION ----- */
    
/* divTop */

#divTop_tblHeader
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    width: 100%;
    
    border: 0px;    
}

#divTopNav
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	width: 100%;
	height: 25px;
	
	clear: both;
	
	text-align: right;

	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 70%;

	background: #FFFFFF url("/images/bkTopNav.gif") repeat-x;
    background-position: left top;	
}


/* divContent */

#divContent_tblContent
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    width: 100%;
    
    border: 0px;
}

#divContent_tblContent_Left
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    font-size: 70%;
}

#divContent_tblContent_Left a:link
{
	color: #012B99;
	text-decoration: none;
}
#divContent_tblContent_Left a:visited
{
	color: #012B99;
	text-decoration: none;
}
#divContent_tblContent_Left a:hover
{
	color: #CE7400;
	text-decoration: none;
}

#divContent_tblContent_Left strong
{
    padding: 0px 0px 0px 20px;

    font-size: 100%;
    font-weight: bold;
}

#divContent_tblContent_Mid
{
    margin: 0px 0px 0px 0px;
    padding: 20px 15px 0px 5px;

    min-width: 400px;

    font-size: 70%;
}
#divContent_tblContent_Mid a:link
{
	color: #012B99;
	text-decoration: none;
}
#divContent_tblContent_Mid a:visited
{
	color: #012B99;
	text-decoration: none;
}
#divContent_tblContent_Mid a:hover
{
	color: #CE7400;
	text-decoration: none;
}

#divContent_tblContent_Right
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    color: #595959;
    font-size: 70%;
    
	background: url("/images/bkOuter.gif") repeat-y;
    background-position: right top;
}
#divContent_tblContent_Right a:link
{
	color: #012B99;
	text-decoration: none;
}
#divContent_tblContent_Right a:visited
{
	color: #012B99;
	text-decoration: none;
}
#divContent_tblContent_Right a:hover
{
	color: #CE7400;
	text-decoration: none;
}

.divContent_tblContent_WhiteFiller
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	
    clear: both;
    
    background-color: #FFFFFF;
}


/* divBottom */

#divBottom_tblContent
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    width: 100%;
    
    border: 0px;
}

#divBottom_tblContent_Left
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    font-size: 70%;
}
#divBottom_tblContent_Left a:link
{
	color: #012B99;
	text-decoration: none;
}
#divBottom_tblContent_Left a:visited
{
	color: #012B99;
	text-decoration: none;
}
#divBottom_tblContent_Left a:hover
{
	color: #CE7400;
	text-decoration: none;
}

#divBottom_tblContent_Left strong
{
    padding: 0px 0px 0px 20px;

    font-size: 105%;
    font-weight: bold;
}

#divBottom_tblContent_Mid
{
    margin: 0px 0px 0px 0px;
    padding: 12px 12px 15px 15px;

/*    min-width: 400px; */

    font-size: 70%;
    
	background: url("/images/bkBox003.gif") no-repeat;
    background-position: left top;    
}
    #divBottom_tblContent_Mid_tbl
    {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 0px;
        
        width: 100%;
    }
    #divBottom_tblContent_Mid_tblLeft
    {
        margin: 0px 0px 0px 0px;
        padding: 0px 15px 0px 0px;
        
        width: 50%;

        border-right: solid 1px #666666;
    }
    #divBottom_tblContent_Mid_tblRight
    {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 15px;
        
        width: 50%;
    }
#divBottom_tblContent_Mid a:link
{
	color: #012B99;
	text-decoration: none;
}
#divBottom_tblContent_Mid a:visited
{
	color: #012B99;
	text-decoration: none;
}
#divBottom_tblContent_Right a:hover
{
	color: #CE7400;
	text-decoration: none;
}

#divBottom_tblContent_Right
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    color: #595959;
    font-size: 70%;
}
#divBottom_tblContent_Right a:link
{
	color: #012B99;
	text-decoration: none;
}
#divBottom_tblContent_Right a:visited
{
	color: #012B99;
	text-decoration: none;
}
#divBottom_tblContent_Right a:hover
{
	color: #CE7400;
	text-decoration: none;
}

#divBottom_Footer
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	width: 100%;
	min-width: 729px;
	
    font-size: 60%;
    color: #012b99;

    background-color: #ECECEC;
}
#divBottom_Footer a:link
{
	color: #012B99;
	text-decoration: none;
}
#divBottom_Footer a:visited
{
	color: #012B99;
	text-decoration: none;
}
#divBottom_Footer a:hover
{
	color: #CE7400;
	text-decoration: none;
}

#divBottom_Footer_tblContent
{
    margin: 0px 0px 0px 0px;
    padding: 5px 25px 5px 25px;
    
    width: 100%;
    
    border: 0px;    
}

#divBottom_Nav
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
	
	width: 100%;
	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    color: #CE7400;
    
    text-align: center;

    background-color: #FFFFFF;
}
#divBottom_Nav a:link
{
	color: #CE7400;
	text-decoration: none;
}
#divBottom_Nav a:visited
{
	color: #CE7400;
	text-decoration: none;
}
#divBottom_Nav a:hover
{
	color: #CE7400;
	text-decoration: none;
}


/* ----- PAGE SECTIONS ----- */

/* divTopNav_Menu */

#divTopNav_Menu
{
	margin: 0px 0px 0px 0px;
	padding: 4px 20px 0px 0px;

    vertical-align: middle;
    text-align: right;    
}
#divTopNav_Menu a:link
{
	color: #CE7400;
	text-decoration: none;
}
#divTopNav_Menu a:visited
{
	color: #012B99;
	text-decoration: none;
}
#divTopNav_Menu a:hover
{
	color: #012B99;
	text-decoration: none;
}


/* divContent_tblContent_Right */

#divContent_tblContent_Right_Box001
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    
    width: 100%;
        
	background: url("/images/bkBox001.gif") no-repeat;
    background-position: left top;
}
    #divContent_tblContent_Right_Box001_txt
    {
	    margin: 0px 0px 0px 0px;
	    padding: 12px 12px 15px 15px;
    }
    
#divContent_tblContent_Right_Box002
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    
    width: 100%;
    
	background: url("/images/bkBox002.gif") no-repeat;
    background-position: left top;
}
    #divContent_tblContent_Right_Box002_txt
    {
	    margin: 0px 0px 0px 0px;
	    padding: 12px 12px 15px 15px;
    }
    
#divBottom_Box004
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    
    width: 100%;
    height: 100%;
    
	background: url("/images/bkBox004.gif") no-repeat;
    background-position: left top;
}
    #divBottom_Box004_txt
    {
	    margin: 0px 0px 0px 0px;
	    padding: 12px 12px 15px 15px;
	    
	    min-height: 150px;
    }