@charset 'UTF-8';
body {
	background-image: url(images/envis_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

/* generic styles */
img {border: none;}
form {padding: 0; margin: 0;}

a:link, a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #66BBCC;
	text-decoration: none;
}

a.footer:link, a.footer:visited {
	color: #336699;
	text-decoration: none;
}
a.footer:hover {
	color: #0099CC;
	text-decoration: underline;
}

a.leftnav:link, a.leftnav:visited {
	color: #336699;
	text-decoration: none;
}
a.leftnav:hover {
	color: #0099CC;
	text-decoration: underline;
}
#lefthandnav {
	margin-bottom: 6px;
}
#lefthandnavCol {
		background-repeat: no-repeat;
}
#envelope {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	text-align: left;
	position: relative;
}

#toprow {
	background-color: #2f6891;
	background-image: url(images/topArea.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 20px;
}

#brandnav {
	background-image: url(images/envis_logo.gif);
	width: 768px;
	height: 67px;
	margin-left: 1px;
}

#nav {
	text-align: right;
	margin-right: 20px;
}

#content {
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 25px;
	padding-left: 10px;
	width: 750px;
	text-align: center;	
}
#homeContent {
	padding: 0 20px;
	}
h1, .headline {
	color: #2f6891;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;	
}

h2, .newshead {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;	
}

.newsub {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;	
}

#leftCol {
	width: 510px;
}
#rightCol {
	float: right;
	width: 226px;
	height: 676px;
	background-image: url(images/newsbox.jpg);
}
#newsBox {
	width: 226px;
	height: 680px;
	padding-top: 35px;
	padding-left: 10px;
	margin-left: 7px;
	background-image: url(images/newsbox.jpg);
	background-repeat: no-repeat; text-align: left;
}
.newsItem {
	border-top: dotted;
	border-top-color:#666666;
	border-top-width: thin;
	padding-top: 1px;
	padding-bottom: 0px;
	width: 200px;
}
#footer {
	font-size: 10px;
	text-align: center;
	color: #333333;
	width: 764px;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
	
}