html {
	/*height: 101%;*/
}

body
{
	background-color: #64645A;
	margin: 0px;
	/*
	line-height: 120%
	*/
}

body, p, td, th
{
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 13px;
}

th, td
{
    text-align: left;
}

table {
	margin: 0px;
	padding: 0px;
}

table th a
{
    text-decoration: none;
    color: black;
}

a
{
	color: #168877;
	font-weight: bold;
}

a:hover {
	color: #168877;
}

a:visited {
	color: #168877;
}

a:active {
	color: #168877;
}

h1 {
	font-size: 16px;
	font-weight: bolder;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}

p, td, th
{
	/*
	font-size: 13px;
	line-height: 120%
	*/
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


* html .clearfix {height: 1%;}
.clearfix {display: block;}

div#PageContainer
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

div#header
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 168px;
}

div#header map, div#header map area
{
    display: none;
}

div#header img
{
    width: 1000px;
    height: 168px;
    border: none;
    padding: 0px;
    margin: 0px;
}

div#PageContent
{
    background-color: white;
    width: 100%;
    height: 100%;
}


* html div#PageContent div#body_text
{
    height: 500px;
}

div#PageContent div#body_text
{
    font-size: 13px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    line-height: 120%;

    padding: 0px 25px 25px 25px;
    border-right: solid 3px black;
    width: 584px;
    float: left;
    min-height: 500px;
}

div#PageContent div#sidebar_container
{
    /*
    background: white url("/host/kjb.sites.uarss.com/Image/site/repeat_line.jpg") top left repeat-x;
    background: white url("/host/kjb.sites.uarss.com/Image/site/repeat_line.jpg");
    */

    /*width: 363px;*/
    width: 363px;
    float: left;
}

/* centers a div that's 285 px in width in the right hand section */
.sidebar_spacing
{
    padding: 10px 39px 10px 39px;
}

#copyright_info
{
    height: 17px;
    background-color: #383838;
    width: 100%;
}
#copyright_info p#contact_us a img
{
    border: none;
}

#copyright_info p#contact_us a
{
    color: white;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}

#copyright_info p#contact_us
{
    float: left;
    margin: 0px;
    padding: 2px 0px 2px 5px;
    text-align: left;
}

#copyright_info p#copyright {
	float: right;
	margin: 0px;
	/*padding: 0px;*/
	color: white;
	font-size: 11px;
	text-align: right;
	padding: 3px 5px 3px 0px;
}

#sidebar_title {
	vertical-align: middle;
	padding-left: 60px;
}


/* Framework Specific Styles */

.SUCCESS
{
    color: green;
}

.ERROR
{
    color: red;
}

.infoBlock
{
    color: #666666;
    font-family: arial, Helvetica, sans-serif;
    line-height: 20px;
}

.ListLightColor
{
    background-color: #FFFFFF;
}

.ListDarkColor
{
    background-color: #FFFFCD;
}
