/* -- BODY -- */
#body
{
    margin: 0px auto 0px auto;
    width: 100%;
    position: relative;
    top: 0px;
    color: #235493;
    min-width: 595px;
}

#innerbodybg
{
    background-color: #FFFFFF;
    display: block;
    height: 100%;
    border: 1px solid #000000;
}

#innerbodybgnoborder
{
    background-color: #FFFFFF;
    display: block;
    height: 100%;
    border: 0px solid #000000;
}

#innerbody
{
    display: block;
    height: 100%;
    width: 100%;
    min-height: 600px;
}


/* -- CONTENT -- */
#content.textpage 
{
    position: relative;
    width: 100%;
    display: block;
    min-height: 630px;
    min-width: 595px;
    height: 100%;
}

#content .smallcontent
{
    width: 595px;
    padding-top: 0px;
    padding-left: 0px;
    min-height: 600px;
    float: right;
}

#content .smallcontent .pagespacer
{
    padding-left: 0px;
    padding-right: 0px;
    width: 595px;
}

#content
{ 
    font-size: 10px; 
    color: #000000;
}

#content ol
{ list-style-type: decimal; margin: 0 0 0 15px; }

#content ol li
{}

#content ul
{ list-style-type: disc; margin: 0 0 0 15px; }

#content ul li
{}

#content h3 a
{ color: #000000; }


/* -- HEADERS --*/
h1 { font-size:30px; text-transform:uppercase; }
h2 { font-size:20px; text-transform:uppercase; font-weight:bold; }
h3 { font-size:14px; text-transform:uppercase; font-weight:bold; }
h4 { font-size:12px; text-transform:uppercase; font-weight:normal; }
h5 { font-size:10px; text-transform:uppercase; font-weight:bold;}
h6 { font-size:10px; text-transform:uppercase; font-weight:normal;}


/* -- COMMON TAGS --*/
p 
{ 
    font-size: 10px;
    line-height: 12px;
    margin: 0px 0px 0px 0px;
}

a
{ 
    color: #235493;
    font-weight: bold;
    text-decoration:none;
}

a:hover
{ text-decoration: underline; }

strong 
{ font-weight: bold; }

img
{}

small
{ font-size: 9px; }


/* -- SELECTION --*/
::-moz-selection { background-color:#F2F2F2; color:#235493; }
::-o-selection { background-color:#F2F2F2; color:#235493; }
::-webkit-selection { background-color:#F2F2F2; color:#235493; }
::selection { background-color:#F2F2F2; color:#235493; }

/* -- STOP PAGE SHIFT (Always show vert horiz bar) --*/
html { overflow-y: scroll; }

/* -- CLEARFIX -- */
.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0px;
    height: 0px;
}

.clearfix
{ display: inline-block; }
 
html[xmlns] .clearfix
{ display: block; }
 
* html .clearfix
{ height: 1%; }



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
