/******************************************************************************/
/* reset stuff */

body, ul, li
{
    margin: 0;
    padding: 0;
    border: 0;
}

p, ul, ol, h1, h2
{
    margin: 12px 0;
}

/******************************************************************************/
/* some generic styles */

.clear
{
    clear: both;
}

.align_right
{
    text-align: right;
}

.align_center
{
    text-align: center;
}

.align_center table
{
    margin: 0 auto;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.red
{
    color: red;
}

.small
{
    font-size: .7em;
}

/******************************************************************************/
/* site-wide styles */

body
{
    font-family: Georgia;
    font-size: 9pt;
}

a
{
    color: #155f50;
}

h1, h2
{
    color: #a64c16;
    /*font-weight: normal;*/
}

h1
{
    text-transform: uppercase;
    font-size: 9pt;
}

h2
{
    font-size: 9pt;
}

ul, ol
{
    padding: 0 0 0 20px;
}

ul li
{
    margin: 0 0 5px 0;
}

/******************************************************************************/

#page
{
    width: 840px;

    margin: 15px auto;
}

#page #head
{
    margin: 0 0 10px 0;
}

#page #head img#logo
{
    float: left;

    margin-top: 18px;
}

#page #head img#head_img
{
    float: right;

    padding-left: 27px;
    border-left: solid 2px #fcb134;
}

#page #nav
{
    margin: 0 0 2px 0;

    background: #985123;
}

#page #nav #nav_inner
{
    padding: 5px;
}

#page #nav .nav_item
{
    float: left;

    margin: 5px 15px;

    color: white;
    text-decoration: none;
}

#page #nav a.nav_item:hover
{
    color: #ffb100;
}

#page #nav .separator
{
    float: left;

    width: 1px;
    height: 26px;

    background: #fcb134;
}

#page #body
{
    float: left;

    width: 580px;

    padding: 15px;
    margin: 0 0 2px 0;
}

#page #body.full
{
    float: none;

    width: auto;
}

#page #body .first
{
    margin-top: 0px;
}

#page #body ul li
{
    list-style-image: url('/images/bullet.png');
}

#page #body table.form_table td.k
{
    text-align: right;
}

#page #body table.form_table td.v
{
    text-align: left;
}

#page #body table.form_table td.v input.text
{
    width: 350px;
}

#page #body textarea
{
    width: 100%;
}

#page #body .col2
{
    float: left;

    width: 230px;

    text-align: left;
}

#page #separator
{
    float: left;

    padding: 15px 0;
}

#page #separator #separator_inner
{
    width: 2px;
    height: 100%;

    background: #fcb134;
}

#page #sidebar
{
    float: right;

    width: 200px;

    padding: 15px 13px 15px 15px;
    margin: 0 0 2px 0;
}

#page #sidebar .first
{
    margin-top: 0px;
}

#page #sidebar ul li
{
    list-style-image: url('/images/bullet.png');
}

#page #foot
{
    margin: 0 0 2px 0;
    padding: 4px 0;

    background: #985123;
    text-align: center;
    font-size: 0.9em;
    color: white;
}

#tcLogo {
	display: block;
	width: 80px;
	height: 80px;
	margin: 30px auto;
}

