body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Palatino, "Times New Roman";
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	color: #565656;
	background-color: #A5A5A5;
}
img {
	border: 0;
}
a {
	color: #565656;
}
#wrap{
	width: 600px;
	text-align: left;
}
h1 {
	display: none;
}
#logo {
	margin: 10px 0 21px 0;
	float: left;
}

#menu {
	display: none;
}
#back {
	display: none;
}
#header {
	display: none;
}
.hop { /* hide on print */
	display: none;
}

#content{
	padding: 24px 0 15px 0;
	clear: both;
}
#content-small{
	padding: 24px 0 15px 0;
	clear: both;
	font-size: 11px;
	line-height: 14px;
}
.title-grey {
	color: #9C9C9C;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 18px;
}
.title-blue {
	color: #9C9C9C;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 18px;
}
.title-green {
	color: #9C9C9C;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 18px; 
}
.title-red {
	color: #9C9C9C;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 18px; 
}

.green-text {
	color: #8BC53F;
}
.greenB {
	color: #8BC53F;
	font-weight: bold;
}

#left-col-home {
	width: 600px;
}
#right-col-home {
	width: 600px;
	margin-top:20px;
}
#left-col-aboutus {
	width: 600px;
}
#right-col-aboutus {
	width: 600px;
	margin-top:20px;
}

.dotline {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 11px;
	line-height: 11px;
}
.note {
	padding: 5px 0 0 0;
	font-size: 11px;
	line-height: 14px;
}

.listings {
	width: 100%;
	background-color: #9C9C9C;
	padding: 4px 0 4px 0;
	font-size:11px;
	line-height: 14px;
	border-bottom: 4px solid #fff;
}

/* footer */
#footer {
	width: 600px;
	margin-top: 20px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
#poweredby {
	display: none;
}

/* forms */
form {
	border: 0;
	margin: 0;
	padding: 0;
}
.input {
	font-family: Georgia, Palatino, "Times New Roman";
	font-weight: normal;
	font-size: 12px;
	color: #565656;
	border: 1px solid #ABADB3;
	background-color: #FFF;
	padding: 2px 1px 2px 3px;
	width: 290px;
}
.textarea {
	font-family: Georgia, Palatino, "Times New Roman";
	font-weight: normal;
	font-size: 11px;
	color: #565656;
	text-decoration: none;
	border: 1px solid #ABADB3;
	background-color: #FFF;
	padding: 2px 1px 2px 3px;
	width: 290px;
	height: 100px;
	overflow: auto;
}

.bullet {
	margin: 0;
	padding: 0;
	list-style: circle;
	line-height: 150%;
}
.bullet li {
	padding-left: 15px;
	padding-top: 4px;
}
.bullet li.green {
	padding-left: 15px;
	padding-top: 4px;
}
.bullet A:link, .bullet A:visited, .bullet A:active {
	font-size: 11px;
	color: #494949;
	text-decoration:underline;
}
.bullet A:hover {
	font-size: 11px;
	color: #494949;
	text-decoration: none;
}

.clear {
	height: 0;
	clear: both;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}