a:link {
	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #878F99;
}

body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 


}
.header {
	background:#D5DEAB;
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	height: 120px;
	width: 100%;
}
.top-nav {
	height: 20px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/nav2.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	font-size: 18px;
}
#mainmenu a:hover {
background:url(images/nav-over2.jpg) repeat ;

text-decoration:none
}
#mainmenu a:link {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	color: #ffffff;
	text-decoration: none;
}
#left-nav a:hover {
background:url(images/menuhover.jpg) repeat ;
color:#505050;
text-decoration:none;
}
#left-nav a:link {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	text-decoration: none;
	margin-right:10px;
}
#left-nav li {
float:left;
height:35px;
list-style:none;
margin:0;
padding:0;
}
.nav {
background:#e8e9ea;
border:1px solid #b0b0b0;
color:#606060;
display:block;
margin-top:8px;
padding:5px 4px 4px 10px;
position:relative;
text-transform:uppercase;
width:140px;
}

.border-1 {
    padding:5;
	
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	
    
}
