/*-Background and General Elements-------------------------------------------*/
html,body
{
    font-family: Arial, Helvetica;
    background: #C3C3C3;
}

form, img, h1, h2, h3, h4, h5, h6, p, div { font-family: Arial, Helvetica;font-size: .92em; }
li, ul, ol, td, tr, table{ font-family: Arial, Helvetica;font-size:1em; }
#upperbackgroundstripe { background: #4E3908; }
#lowerbackgroundstripe { background: #4E3908; }

/*-Content Area-------------------------------------------*/
#ContentContainer{ background: #FFFFFF; }
#UpperLeftShadow{ background-image: url("../images/upper_left_shadow.gif"); }
#UpperRightShadow{ background-image: url("../images/upper_right_shadow.gif"); }
#CenterLeftShadow{ background-image: url("../images/LeftShadowGrey.gif"); }
#CenterRightShadow{ background-image: url("../images/RightShadowGrey.gif"); }
#LowerLeftShadow{ background-image: url("../images/lower_left_shadow.gif"); }
#LowerRightShadow{ background-image: url("../images/lower_right_shadow.gif"); }
#Logo{ background-image: url("../images/labslogo.gif"); }
#DividerLine{ background: Black; }
#UpperContent{color:#FFFFFF;font-size:1.2em;font-weight:bold;}
#UpperMenu { background: #664B0A; }
#LowerMenu { background: #664B0A; }
#Copyright{color:#FFFFFF;font-size:.8em;}

/*-Links-------------------------------------------*/
a{ font-family: Arial, Helvetica; }
a.LeftMenu{ font-family: Arial, Helvetica;font-size:.9em;text-decoration:none;color:#000000;color:#664B0A; }
a.LeftMenu:hover{ font-family: Arial, Helvetica;font-size:.9em;text-decoration:none;color:#000000; }
a.LeftMenu:visited{ font-family: Arial, Helvetica;font-size:.9em;text-decoration:none;color:#4E3908; }
a.LowerMenu{ font-family: Arial, Helvetica;font-size:.8em;text-decoration:none;color:#FFFFFF;}
