.spacer 
{
    margin: 0px;
    padding: 0px;
    height: 0px;
    clear: both;
}

body 
{ 
    text-align: center;
    background: #656868;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #333333;
	font-family: verdana, helvetica, sans-serif; 
}
 
A:link
{
    color: #A0410D; 
    text-decoration: none;
} 

A:visited 
{
    color: #A0410D; 
    text-decoration: none;
} 

A:active 
{
    color: #A0410D; 
    text-decoration: none;
} 

A:hover 
{
    color: #A0410D; 
    text-decoration: underline;
}

#page_wrapper 
{
    background: #F3E7A9 url('../img/page_bg.jpg') top left;
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    text-align: left;
    border: 4px solid #F4F4EE;
}

#page_split_wrapper 
{
    background: #F3E7A9 url('../img/page_split_bg.jpg') top left;
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    text-align: left;
    border: 4px solid #F4F4EE;
}

#page_header 
{
    height: 110px;
    background: #515230;
}

#page_header h1 
{
    padding-top: 30px;
    padding-left: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #FCF8E3;
    letter-spacing: -1px;
    margin: 0px;
} 
#page_header h2 
{
    padding-top: 0px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #E2D179;
    margin: 0px;
}

#menu_bar 
{
    height: 30px;
    background: #A5A162 url('../img/menu_bg.jpg') top left no-repeat;
}

#navcontainer ul 
{ 
    padding-left: 0; 
    margin-left: 0; 
    margin-top: 5px; 
    background-color: transparent; 
    color: #F3E7A9; 
    float: left; 
    width: 100%; 
    font-size:12px; 
    font-weight:bold; 
}

#navcontainer ul li
{ 
    display: inline;
}

#navcontainer ul li a.unselected 
{
    padding: 0.2em 1em; 
    background-color: transparent; 
    color: #F3E7A9; 
    text-decoration: none; 
    float: left; 
    border-right: 1px solid #BBB774; 
}

#navcontainer ul li a.selected 
{ 
    padding: 0.2em 1em; 
    background-color: transparent; 
    color: #FFF; 
    text-decoration: none; 
    float: left; 
    border-right: 1px solid #BBB774; 
}

#navcontainer ul li a:hover
{
    background-color: transparent; 
    color: #FFF; 
}

#content_wrapper 
{
    background: transparent url('../img/content_bg.jpg') top left no-repeat;
}

#content_split_wrapper 
{
    background: transparent url('../img/content_split_bg.jpg') top left no-repeat;
}

#left_side 
{
    float: left;
    width: 480px;
}

#left_side h3 
{
    margin: 10px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #A0410D;
}

#left_side h4 
{
    margin: 15px;
    margin-right: 15px;
    font-size: 12px;
    font-weight: bold;
    line-height: 5px;
    color: #000;
}

#left_side p 
{
    margin: 10px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

#left_side table 
{
    margin: 10px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

#left_side ul 
{
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    list-style-type: square;
}

#left_side ol 
{
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

#left_side_only
{
    float: left;
    width: 630px;
}

#left_side_only h3 
{
    margin: 10px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #A0410D;
}

#left_side_only h4 
{
    margin: 15px;
    margin-right: 15px;
    font-size: 12px;
    font-weight: bold;
    line-height: 5px;
    color: #000;
}

#left_side_only p 
{
    margin: 10px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

#left_side_only table 
{
    margin: 10px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

#left_side_only ul 
{
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    list-style-type: disc;
}

#left_side_only ol 
{
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

#left_side_only ol  li table
{
    margin: 0px;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}

#right_side 
{
    float: right;
    width: 150px;
}

#right_side h3 
{
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #FCF8E3;
    background: #595A38;
    padding: 4px;
    border: 1px solid #3A3B22;
}

#right_side p 
{
    margin: 5px;
    margin-bottom: 15px;
    padding-right: 10px;
    font-family: verdana;
    font-size: 11px;
    line-height: 16px;
    color: #333333;
}

#page_footer 
{
    height: 50px;
    background: #515230;
    border-top: 1px solid #F4F4EE;
    padding-top: 10px;
    padding-left: 10px;
}

#page_footer A:link 
{
    COLOR: #F2C968; 
    text-decoration: underline;
}
 
#page_footer A:visited 
{
    COLOR: #F2C968; 
    text-decoration: underline;
} 

#page_footer A:active 
{
    COLOR: #F2C968; 
    text-decoration: underline;
} 

#page_footer A:hover 
{
    COLOR: #F2C968; 
    text-decoration: none;
}

#page_footer p 
{
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    color: #FCF8E3;
}

#page_footer table 
{
    font-size: 11px;
    line-height: 16px;
    color: #FCF8E3;
}




