﻿body {
	margin:0px; 
	padding:0px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background: url('../images/html_bg.jpg') repeat;
}

b{font-size: 110%;}

em{color: #008000;}

a{
	color: #5c9727;
	text-decoration: none;
}

a:hover{
	color: #008000;
	text-decoration:underline;
}
ul {
	list-style:none;
}

td {
	vertical-align:middle;
}

table {border:1px;
border-color:#5c9727
}

.m1{
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size:24px;
	color:#5c9727;
}
.m2					{
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 24px;
	color: #003300;
}

a.top {
	color: #008000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url('../images/arrow-green-up.png') no-repeat;
	padding: 4px 0px 10px 30px;
	display:block;
}

a.download {
	color: #008000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url('../images/icon_download.gif') no-repeat;
	padding: 4px 0px 10px 30px;
	display:block;
}

a.download:hover {
	color: #008000;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
	background: url('../images/icon_download.gif') no-repeat;
	padding: 4px 0px 10px 30px;
	display:block;
}

a.more {
	color: #008000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url('../images/icon_more.gif') no-repeat;
	padding: 4px 0px 10px 30px;
	display:block;
}

a.more:hover {
	color: #008000;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
	background: url('../images/icon_more.gif') no-repeat;
	padding: 4px 0px 10px 30px;
	display:block;
}

#maincontainer{
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	width: 800px; /*Width of main container*/;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	color: #000000;
}

#topsection {
/*	background: url('../images/bg.png') repeat-x 0px 0px; */ 
	height: 80px;
	width: 800px; 
	text-align: right; 
	font-size: 12px;
	color: #7D7D7D;
	padding: 0px 0px 0px 0px;
}
#topsection ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
}
#topsection li {
	color: #008000;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#topsection li a {
	color: #008000;
	text-decoration: none;
	background: url('../images/arrow-green-dn.png') no-repeat 6px 5px;
	padding: 0px 15px;
} 
#topsection li a:hover {
	color: #008000;
	text-decoration: underline;
	background: url('../images/arrow-green-dn.png') no-repeat 6px 5px;
	padding: 0px 15px;
}

#footer {
	height: 125px;
	width: 800px;
	text-align: center;
	font-size: 11px;
	color: #009900;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	padding: 0px 0px;
	clear: left;
}

#footer ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
}
#footer li {
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #008000;
}
#footer li a {
	color: #008000;
	text-decoration: none;
	background: url('../images/arrow-green-dn.png') no-repeat 6px 5px;
	padding: 0px 15px;
} 
#footer li a:hover {
	color: #008000;
	text-decoration: underline;
	background: url('../images/arrow-green-dn.png') no-repeat 6px 5px;
	padding: 0px 15px;
}

.innertube {
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 5px;
text-align:justify;
}

.innertube_border {
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 5px;
border:1px;
border-color:#009933;
border-style:solid;
text-align:justify;
}
