/* allows for 3 columns rather than 2 columns on a standard content page.  Each of the first 2 columns should have class="half column" and third column should be put in the right content text area. */

.Standard{
    background:url("../_images/layout/bg-page-1column.gif") repeat-y scroll 0 0 #FFFFFF;
    }
.Standard #main {
    width:447px;
    }
.Standard #main .half{
    width:223px;
    }
#sidebar {
    width:240px;
    }
.Standard #page-bottom {background:url("../_images/layout/bgbottom-page-1column.gif") no-repeat scroll center bottom transparent;}

#page #main .box {
width:440px;}
#main .link-list li a {color:#000;}
#main .link-list li a:visited,  {color:#000;}
#main .link-list li a:hover, #main .link-list li a:active {color:#CC0000;}

#page #main section-text .box:first-child  {margin-top:-10px;}

.uh-main .Standard #page-bottom {
background: none;
}