a:link { color: #FFFFFF; text-decoration: underline; }
a:visited { color: #FFFFFF; text-decoration: underline;  }
a:hover { color: #7D8E9E; text-decoration: underline; }
a:active { color: #7D8E9E; text-decoration: underline; }

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #7D8E9E;
	position: relative;
	left: 0px;
	top: 38px;
	bottom: 0px;
}
#nav a:link { color: #7D8E9E; text-decoration: none; }
#nav a:visited { text-decoration: none; color: #7D8E9E; }
#nav a:hover { text-decoration: none; color: #FFFFFF; }
#nav a:active { text-decoration: none; color: #FFFFFF; }

#logo {
	position: relative;
	left: 10px;
	top: 12px;
}
body {
	background-color: #2b3136;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(img/tree.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#content {
	position: absolute;
	left: 160px;
	top: 155px;
	right: 0px;
	bottom: 0px;
	width: 400px;
}
#contenthome {
	position: absolute;
	left: 160px;
	top: 12px;
	right: 0px;
	bottom: 0px;
	width: 550;
}
.h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: normal;
	font-weight: normal;
	color: #7F90A1;
	letter-spacing: -0.5px
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7F90A1;
}
.dottlinebase {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7F90A1;
}
