
body{
margin: 10px 0 15px 0;
padding:0;
line-height: 1.5em;
/*rgb(188, 226, 107);*/
background: url(img/tlo.png) repeat-x;
background-color: #C2E27F;
}

img {
	border: 0px;
}

a {
color: #96CB1D;}

b{font-size: 140%;}
em{color: #96CB1D;}

img.logo {
    float: left;
      margin: 0 0 0 0;
}
img.logoLeft {
    float: left;
      margin: 50px 10px 0 10px;
}
img.floatRight {
	float: right;
	margin-left: 0;

 }
ul, li {
	margin-left: 10px;
	padding: 0;}
	
ul li{
	padding-left: 5px;
}

li {
	list-style-image: url("img/bullet.gif");
}

li li {
    list-style-image: none;
	list-style-type: square;
}


#mainshadow {
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #A2C26F;
	position: relative;
	top: 5px;
	left: 5px
}

#maincontainer {
	width: 840px;
	position: relative;
	top: -5px;
	left: -5px;
	background-color: white;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid rgb(111, 99, 103);
	margin: -1px;
	color: #444444
}

#topsection{
height: 200px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#mainsection {
    overflow: auto;
}

.contentcolumn{
margin: 0 180px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
line-height: 1.75em;
text-align: justify;
}

p {
    text-indent: 40px;
}

.leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
}

.rightcolumn{
float: right;
width: 180px; /*Width of right column*/
background: url(foto/lab_glass.jpg) no-repeat;
/*background-color: #cbcbcb;*/
margin-top: 0px;
}

#footer{
clear: left;
width: 100%;
background: rgb(111, 99, 103);
color: silver;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 15px 10px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 198px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul, .arrowgreen li {
    list-style-image: none;
    list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(img/arrowgreen.gif) 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}


