﻿body 
{	
	font-family:Arial, Verdana, Times New Roman;
	font-size:11px;
}

h1
{
	position: relative; /*left:20px;*/
	font-size: 2em;
	color: #5f7f5b;
	font-size: 2em;
	font-family: Georgia, Arial, Verdana, Times New Roman;
	
}

h2
{
	position:relative;
	/*left:20px;*/
	font-size:1.6em;
	color:#5f7f5b;
	text-decoration:underline;
	font-family: Georgia, Arial, Verdana, Times New Roman;
	
}

h3
{
	position:relative;
	left:15px;
	font-size:1.4em;
	color:#5f7f5b;
	font-family: Georgia, Arial, Verdana, Times New Roman;
}

div
{
	/*font-size: 10px;*/
	font-family: Verdana, Arial, 'Times New Roman';
}

.RedLine
{
	position:relative;	
	width:100%;
	color:Red;
	height:1px;
}

.layout
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

.Menu
{
	position:relative;
	font-size: 10px;
	left:0px;
	width:100%;
	height:20px;
	background-color: #5f7f5b;	
	z-index:2;
}

.Menyn
{
	font-weight:bold;
	position:relative;
	left:30px;
	z-index:2;
}

.submenu :link
{
	position:relative;
	top:5px;
	left:25px;
	font-weight: bold;
	color: #2970FF;
	text-transform: uppercase;
}

.Top
{
	position:relative;
	top:0px;
	left:0px;	
}

.bread
{
	position:relative;
	left:20px;
	
}

.Info
{
	font-size: 10px;
	position:absolute;
	top:140px;
	left:750px;
	width:250px;
	height:280px;
	color:White;
}

.InfoHead
{
	background-color:#5f7f5b;
	font-size:1.2em;
	font-weight:bold;		
	width:100%;
	height:20px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.InfoContent
{
	background-color: #ececec;
	width: 100%;
	height: 250px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.clear 
{   
	position:relative;
    min-height:450px;  
    left:25px; 
    top:10px; 
}
  
.Contact
{
	font-size: 10px;
	position:absolute;	
	top:430px;
	left:750px;
	width:250px;		
	height:120px;
	color:White;
}

.ContactHead
{
	background-color:#5f7f5b;
	font-size:1.2em;
	font-weight:bold;
	width:100%;
	height:20px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	
}

.ContactContent
{
	background-color:#ececec;
	width:100%;
	height:100px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	
}

.Content
{
	position:relative;	
	left:0px;
	width:700px;
	z-index:1;
}

.InfoText
{
	position:relative;
	top:10px;		
	left:20px;
	font-size:1.1em;
	color:black;
}

.Footer
{
	position:relative;
	
	left:0px;
	background-color: #5f7f5b;	
	width:100%;
	height:20px;
	color:White;	
	font-weight:bold;
}

.whitebackground
{
	position:relative;
	left:50px;
	width:500px;
	background-color: #ececec;	
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;	
}

