
  /*general stuff*/
html,BODY
{
    HEIGHT: 100%;
    FONT-SIZE: 12px;
    MARGIN: 0px;
    COLOR: #767272;
	FONT-FAMILY: Arial,Helvetica,Sans-serif
}

td,INPUT,SELECT,OPTION
{
    FONT-SIZE: 11px;
    MARGIN: 0px;
    COLOR: #767272;
	FONT-FAMILY: Arial,Helvetica,Sans-serif

}

SELECT{
	width:130px;
}

img{
	BORDER: 0;
}

a{
	text-decoration: none;
	color: #15166d;
	font-weight: bold;
}

td.a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}


.h1
{
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
}

.h2
{
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	COLOR: #15166d;
}

.h3
{
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	COLOR: #15166d;

}

.h4
{
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;

}

p
{
	WIDTH:100%;
}

.houseinfo{
	WIDTH:100%;
	BACKGROUND-COLOR: #E6D9F2;
	border: 1px solid #767272;
}


.houseimage{
	WIDTH:100px;
	
}

.headerrow1{
	FONT-SIZE: 13px;
	BACKGROUND-COLOR: #15166d;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
}
.headerrow2{
	FONT-SIZE: 11px;
	BACKGROUND-COLOR: #15166d;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
}


.redtext{
	FONT-WEIGHT: bold;
	COLOR: #ff0000;
}

/*top stuff*/

.topnav
{
	position:absolute;
	left: 0px;
	width: 100%;
	Margin-bottom: 10px; 
}

.topleft
{
	/* margin-top: 1000px;  */
	FLOAT: left;
	height: 100%;
	bottom: 0px;
	z-index: 2;
	/* position:absolute; */
}

.topright1
{
	FLOAT: right;
	MARGIN-BOTTOM: 5px;
	z-index: 2;
}

.topright
{
	MARGIN-BOTTOM: 0px;
	border: 1px solid #15166d;
	BACKGROUND-COLOR: #CAB8DC;
	width: 165px;
	z-index: 2;
}

.topright ul {
	margin: 0 0 0 0;
	z-index: 2;
}
.topright li {
	margin: 0 0 0 0;
	height: 15px;
	background: url(..\images\arrow_purple.gif) no-repeat center left;
	border-bottom: 1px solid #767272;
	padding: 0 0 0 8px;
	list-style-type: none;
	z-index: 2;
}


.topright a:hover {
	color: #ffffff;
	text-decoration: underline;
	z-index: 2;
}

.topimage{
	position:absolute;
	Margin-top: 10px; 
	z-index: 2;
}

.toptext{
	position:absolute;
	Margin-top: 10px;
	text-align: center; 
	z-index: 1;
}

/*side stuff*/
  
div.link-list {
        BACKGROUND-COLOR: #CAB8DC;
        width:165px;
        position:absolute;
	margin-left:0;
        margin-right:0;
	height:100%;
	padding:10px;
}

/*left stuff*/


#leftnav {
        left:0;
	background: url(../../images/bottomside.jpg) no-repeat bottom left;
	BACKGROUND-COLOR: #CAB8DC;
	FLOAT: left;
}

#leftnav ul {
	margin: 20px 10px 10px 10px;
	padding: 0px 2px 0px 0px;
}

#leftnav li {
	margin: 10px 0 3px 7px;
	height: 15px;
	background: url(../images/arrow_purple.gif) no-repeat center left;
	border-bottom: 1px solid #767272;
	padding: 0 0 0 8px;
	list-style-type: none;
}

#leftnav a {
	padding: 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: #15166d;
	font-size: 11px;
	font-weight: bold;
}

#leftnav a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*right stuff*/
#rightnav {
        right:0;
	background: url(/images/bottomside.jpg) no-repeat bottom left;
	BACKGROUND-COLOR: #CAB8DC;
	FLOAT: right;
}

/*main stuff*/
#content{
    	margin-left:180px;
        margin-right:180px;
        padding-left:20px;
        padding-right:20px;
}

#layout{
	width:100%;
}


/*bottom stuff*/
.copyright
{
	TEXT-ALIGN: center;
  	FONT-WEIGHT: bold;
}

.holder
{
	top:110px;
	position:absolute;
	height:100%;
}


