body {
    margin:0px;
    background-color:#85b6cd;
    font-family:Arial;
    font-size:10pt;
    color:#646464;
    background-image:url("/host/gloriadei.sites.uarss.com/Image/site/background.png");
    background-position: center;
    background-repeat:repeat-y;
}
*html body {
    text-align:center;
}

a {
    text-decoration:none;
    color:#115b7e;
}
a:hover {
    color:#000000;
}

#top {
    margin:0 auto;
    width:790px;
    height:99px;
    padding:5px 10px 3px 10px;
    background-image:url("/host/gloriadei.sites.uarss.com/Image/site/top.png");
    background-repeat:no-repeat;
    text-align:right;
}
*html #top {
    width:809px;
}
#top a {
    color:#115b7e;
}
#top a:hover{
    color:#000000;
}

#navigation {
    margin:0 auto;
    padding:12px 10px 15px 10px;
    width:790px;
    background-color:#115b7e;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    color:#CECECE;
}
*html #navigation {
    width:810px;
    text-align:left;
    font-family:Arial;
    font-size:10pt;
}
#navigation a {
    padding-right:5px;
    color:#CECECE;
    font-weight: bold;
    font-family:Arial;
    font-size:10pt;
}
#navigation a:hover {
    color:#CEBE9C;
    background-color: transparent;
    font-weight: bold;
    font-family:Arial;
    font-size:10pt;
}


#content {
    margin:0 auto;
    width:740px;
    padding-top:10px;
    overflow: auto;
}
*html #content {
    text-align:left;
}

#subcontent {
    float:left;
    width:530px;
    padding: 0px 10px 0px 0px;
}
*html #subcontent {
    width:539px;
}

#side {
    float: left;
    width:200px;
}
.title {
    display:block;
    padding:4px;
    background-color:#DFDFDF;
    border:#565759 1px dotted;
    font-weight:bold;
    color:#565759;
}
.tbcontent {
    display:block;
    padding:4px;
    border:#565759 1px dotted;
    border-top:none;
}

#footer {
    margin: 0 auto;
    width:810px;
    background-color:#115b7e;
    padding-top:7px;
    padding-bottom:7px;
    text-align:center;
}

#full {
}

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


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

.textEditLink
{
    text-decoration: none;
}

.SUCCESS
{
    color: green;
}

.ERROR
{
    color: red;
}

.CONFIRM
{
}

.DEFAULT
{
}

P.newpage
{
    page-break-after: always;
}

