htm,html,asp,aspx,table,tr,td,form,object,input,select,textarea,div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	min-width: 750px;
	text-align: left;
	background-image: url(images/page_background.gif);

}

div {
	margin:0px;
	padding:0px;
}

.masterTopContainerDIV {
	top: 0px;
	width: 100%;
	position: absolute;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.topContainerDIV {
	width: 730px;
	height: 230px;
	top: 0px;
	background-color: white;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 7px;
	padding-right: 7px;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

.masterBottomContainerDIV {
	top: 214px;
	width: 100%;

	position: absolute;
	float: none;
	margin-left: auto;
	margin-right: auto;
	z-index: 31;
}

.bottomContainerDIV {
	width: 730px;
	height: 1000px;
	top: 197px;
	background-color: white;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	z-index: 30;
}

.headerDIV {
	width: 710px;
	height: 35px;
	float: none;
	vertical-align: middle;
	background-color: #5F8199;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 0px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

.menuDIV {
	width: 724px;
	position: absolute;
	top: 72px;
	float: none;
}

.contentContainerDIV {
	background-color: white;
	height: 950px;
}

.mainContentAreaDIV {
	float: left;
	height: 919px;
	background-color: #FFFFFF;
	background-image: url(images/main_background.gif);
	background-repeat: repeat-x;
	padding: 15px;
	width: 476px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.contentContainerDIV2 {
	background-color: white;
	height: 18000px;
}

.mainContentAreaDIV2 {
	float: left;
	height: 18030px;
	background-color: #FFFFFF;
	background-image: url(images/main_background.gif);
	background-repeat: repeat-x;
	padding: 15px;
	width: 476px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.rightColDIV {
	background-color: white;
	float: right;
	width: 215px;

}

.rightColTop {
	background-color: #F2F2F2;
	background-image:url(images/right_col_background.gif);
	background-repeat:repeat-x;
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.rightColBottom {
	background-color: #E6E8E6;
	background-image:url(images/right_col_table_header.gif);
	background-repeat:repeat-x;
	border: 1px solid black;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	vertical-align: text-top;
	height: 695px;
}

.footerDIV {


	background-repeat: repeat-x;
	position: relative;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	vertical-align: bottom;
	padding: 5px;
	z-index: 50;
	height: 50px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}

.headingTABLE {
	border: 1px solid black;
}

.featuredListings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.menuTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: center;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

a.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.smallLink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.smallLink:visted{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.smallLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
