body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #ffffff;
	background-image: url(images/main-bg.gif);
}

h1	{
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
	margin: 20px 0px -5px 0px;
}
h3 {
	font-size:1em;
	margin: 20px 0px -5px 0px;
}
h1,h2,h3 {
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight:bold;
	color: #0072BC;
}
a:visited {
	color: #0072BC;
}
a:hover {
	text-decoration: underline;
	color: #C75F6F;
}

a.emaillink {
	font-weight:normal;
	text-decoration:underline;
}

a.agreement {
	font-size:1.3em;
}

table.pageLayout {
	background-image: url(images/content-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}

td.mainContent {
	background: #ffffff;
	width:414px;
	padding: 0px 12px 0px 25px;
	font-size:0.75em;
	line-height:1.4em;
	text-align:left;
	margin: 0px 0px 0px 4px;
}

#menu {
	clear:both;
	text-align: left;
	padding-left:10px;
	padding-right:15px;
	margin:4px 0px 10px 0px;
	font-size:0.9em;
	font-weight: bold;
	color: #0072BC;
	height: 200px;
}

#logo {
	padding-left:10px;
	padding-right:15px;
	margin:325px 0px 10px 0px;
}

#menu p.currentSection {
font-weight:bold;
color: #C75F6F;
}

#menu a {
	text-decoration: none;
	font-weight:bold;
	color: #0072BC;
}

#menu a:visited {
	color: #0072BC;
}

#menu a:hover {
	text-decoration:underline;
	color: #C75F6F;
}

#mainContent {
	width: 450px;
	/* height: 500px; */
	clear:both;
	text-align: left;
	padding-left:25px;
	padding-right:40px;
	margin:4px 0px 10px 0px;
	font-size:0.85em;
	color: #0072BC;
}

#maincontent a {
text-decoration: none;
font-weight:bold;
color: #0072BC;
}

#maincontent a:hover {
text-decoration:underline;
color: #C75F6F;
}

#footer {
	width: 450px;
	clear:both;
	text-align:center;
	font-size:0.7em;
	font-weight:bold;
	color: #0072BC;
	padding-left:25px;
	margin:75px 0px 10px 0px;
}

.companyname {
	font-weight:bold;
	margin-top:20px;
	margin-bottom:0px;
}

.signedup {
	background-color:#33CC00;
	width:10px;
}
.notsignedup {
	background-color:#CC0000;
	width:10px;
}

.heliname {
	font-size:.8em;
}

.leftborder {
	border-left-color:#666666; 
	border-left-style:solid; 
	border-left-width:1px;
}
