/* CSS Document */
#container{width:1000px; height: 100%; top:  0px; left:  0px; position:relative; margin: 0px auto;}
#toppage  {width:1000px; height:140px; top:  0px; left:  0px; position:relative;}
#head     {width:1000px; height:100px; top:  0px; left:  0px; position:absolute; background-color:#7fffa1;}
#title    {width: 800px; height:100px; top:  3px; left:150px; position:absolute; background-color:#7fffa1;}
#bar1     {width:1000px; height: 20px; top:100px; left:  0px; position:absolute; background-color:#7fb4ff;}
#bar2     {width:1000px; height: 20px; top:120px; left:  0px; position:absolute; background-color:#7fd6ff;}
#midpage  {width:1000px; height: 100%; top:  0px; left:  0px; position:relative;}
#menuLeft {width: 126px; height: 100%; top:  0px; left:  0px; position:absolute; background-color:#D4FFD4; padding: 2px;}/*width 126+2+2=130*/
#menuRight{width: 126px; height: 100%; top:  0px; left:870px; position:absolute; background-color:#D4FFD4; padding: 2px;}/*width 126+2+2=130*/
#data     {width: 850px; height: 100%; top:  0px; left:130px; position:relative; background-color:#ffffff; padding:10px;}/*width 850+10+10=870 (1000-130)*/
#dataR    {width: 720px; height: 100%; top:  0px; left:130px; position:relative; background-color:#ffffff; padding:10px;}/*width 720+10+10=740 (1000-130-130)*/
#footer   {width: 740px; height: 20px; top:  0px; left:130px; position:relative; background-color:#7fe5ff; padding:4px 4px 4px 4px;}/*padding-top-bottom-right-left*/
#title_W  {width: 600px; height: 80px; top:  3px; left: 50px; position:absolute; background-color:white;}
#menuL_W  {width: 126px; height: 100%; top:  0px; left:  0px; position:absolute; background-color:white; padding: 2px;}
#menuR_W  {width: 126px; height: 100%; top:  0px; left:870px; position:absolute; background-color:white; padding: 2px;}

#bar1 li#activelinkB1 a{background-color:#0741ff; color:yellow;}
#bar2 li#activelinkB2 a{background-color:#0741ff; color:yellow;}

/* COLOURS
#D4FFD4 Menu L-R green
#7fffa1 Head green
#7fb4ff Bar1 blue        #7fd6ff Bar2 blue
#76f79d Bar hover        #4be57e Bar active
*/

/* border:3px dotted green; */

#menuLeft ul {margin:0; padding-left:10px; list-style-type:none; list-style-image:none; }
#menuLeft li { }
#menuLeft li a{padding:0px 5px 0px 5px; color:#036;}
#menuLeft li a:hover{background-color: #76f79d; color:red;}
#menuLeft li#activelink a{background-color:#4be57e; color:yellow;}





