body {
	background-color: #e6e6e6;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 180%;
	color: #334C66;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.sidebar {
	font-size: 12px;
	color: #333333;
	line-height: normal;
	color: #333333;
	background-color: #91A2B4;
	width: 220px;
}

.nav {
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	position: relative; 
	height: 20px;
	background-color: #334C66;
}

.main {
	position: relative;
	float: left;
	width: 590px;
	margin-top: 10px;
}

.footer {
	height: 16px;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.bulletText {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

a { cursor: pointer; }
a:link {
	color: #334C66;
	text-decoration: none;
}
a:visited {
	color: #334C66;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.indent {
	margin-right: 5px;
	margin-left: 5px;
}
.sidebar2 {
	font-size: 12px;
	color: #333333;
	line-height: normal;
	color: #333333;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
}
.error {
	color: #990000;
}
.listing {
	line-height: normal;
}
.listingBig {
	font-size: 16px;
	font-weight: bold;
}
.heading {
	text-transform: capitalize;
}

/* this kills the border around image links in IE and Mozilla */
a img {
 border-style: none;
}

