html {
	height: 100%; margin-bottom: .2em; /* Prevents page shifts */
	width:100%;
}

body {
	margin:0px;
	padding:0px;
	background:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%; margin-bottom: 1px; /* Prevents page shifts */
}

.nav {
	margin:0px 0px 0px 15px;
	padding:0px;
	height:30px;
	background:#000000;
}
table.bottomtext {
	font-size: 9pt;
	font:9pt Arial, Helvetica, sans-serif;
	color:#666666;
	margin-bottom:10px;
}
table.bottomtext a,
table.bottomtext a:link,
table.bottomtext a:active,
table.bottomtext a:visited,
.content a,
.content a:link,
.content a:active,
.content a:visited {
	color:#007cc7;
	text-decoration:none;
}

.header {
	padding: 0 0 0 15px;
	color:#00a4e3;
	font-size:24pt;
	margin-bottom:12px;
}
.subheader {
padding: 0 0 0 15px;
	color:#ff6600;
	font-size:18px;
}
.content {
	padding: 0 0 0 15px;
	color:#333333;
	font-size:10pt;
}
.bullets {
	margin-left:20px;
}
.bullets li {
	font-size:9pt;
	color:#333333;
	margin-bottom:6px;
	list-style:none;
	list-style-type:none;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	padding-left:12px;
}
.NewsHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	decoration: none;
	color: #ffffff;
	text-decoration: none;
}
.contentdark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	decoration: none;
	line-height: 16px;
	color: #333333;
	text-decoration: none;

}
/* SERVICES */
#services {
	width:190px;
	margin:14px 2px 0px 2px;
	padding-left:0px;
	font-size:10pt;
	font-weight:bold;
	color:#666666;
}
#services li {
	list-style:none;
	list-style-type:none;
}
#services li a {
	display:block;
	text-decoration:none;
	color:#666666;
	padding:3px 0px 3px 31px;
	margin-bottom:14px;
	background:url(../images/services/bullet_off.gif) no-repeat 12px 3px ;
}

#services li a:hover {
	color:#FFFFFF;
	background:#8cc63f url(../images/services/bullet_on.gif) no-repeat 12px 3px;
}
