#content
{
	font-family: helvetica, verdana, arial;
	background-color: #ffffff;
	margin: 0;
}

/*below is home page head*/
#header
{
	background: url(greeshed.jpg);
	
	height: 209px;
	
}

#logo1
{
	font-size: 40px;
	font-weight: bold;
	color: white;
	background: transparent;
	display: inline;
	position: relative;
	top: 135px;
	float: left;
	margin-left: 20px;
}

.head1
{
font-size:1.5em; color:red; 

}

#header2
{
	height: 60px;
	background-color: #625E55;
}

#logo3, #logo4
{
	font-size: 30px;
	color: white;
	display: inline;
}

#logo3
{
	position: relative;
	top: 10px;
	float: left;
	margin-left: 20px;
}

#logo4
{
	position: relative;
	top: 10px;
	float: right;
	margin-right: 1em;
}

#navigation ul
{
	padding: 0;
	margin: 0;
	background-color: #BA4C29;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
	width: 100%;
	font: 15px;
}

#navigation li { display: inline; }

#navigation a:link, #navigation a:visited
{
	padding: 4px 20px 6px 20px;
	color: #FFFFFF;
	background-color: #BA4C29;
	text-decoration: none;
	float: left;
	border-right: 1px solid white;
}

#navigation a:hover
{
	color: white;
	background-color: red;
}

#navigation a.menuselect
{
	color: white;
	background-color: #99A769;
}

p
{
	padding: 0px 20px 0 20px;
	text-align: justify;
}

h2, h3
{
	padding: 0px 20px 0 20px;
	
	
}

a
{
	font-weight: 600;
	
}

ul
{
	padding-left: 20px;
	margin-left: 0;
	list-style-type: none;
}

.pist
{
	list-style-type: square;
	list-style-position: outside;
}

.function { font-weight: bold; }
.title { font-style: italic; }

img
{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #000000;
}

.right { float: right; }
.left { float: left; }

.datatable 
{margin-left: 20px;
	margin-right: 20px;
	font-family:"arial"; 
	"helvetica", "verdana";  
	font-weight:400;
border: 3px solid #F44B6F;
border-collapse: collapse;

}

.datatable th { 
text-align: left;
vertical-align: top;
}

.altrow {
background-color: #c1c1c1;}

.footer {
text-align: center;
background-color: #bcbcbc;
}

.datatable td { 
text-align: left;
vertical-align: top;

}

th#footer {text-align: center;}

