body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(gifs/background.jpg);
	background-repeat: repeat;
}
#topbar{
   position:relative; 
	margin: 20px auto 0 auto;
	width: 749px;
	height: 180px;
	background-color: White;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}
.logotop{
	float: right;
}
/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menucontainer {margin: auto;
width:750px;
height: 27px; 
	background-color: White;
	border-right: 1px solid black;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block; width:124px; font-size:11px;
 color:#fff; height:25px; line-height:24px; text-decoration:none; 
 text-indent:5px; border:1px solid #000; border-width:1px 0 1px 1px;}

#pmenu li {background:#7484ad; float:left; 
min-height:25px; width:125px;}

#pmenu li:hover {position:relative;}
#pmenu li:hover > a {background:White; color:#c00;}
#pmenu li:hover > ul {visibility:visible;}

#pmenu > li:hover > ul {left:-30px; top:16px;}

* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#dfd7ca; color:#c00;}

* html .menu a, * html .menu a:visited {width:101px; w\idth:100px;}



#content{
   position:relative; 
	width: 729px;
	margin: 0 auto;
	padding: 30px 10px;
	background-color: White;
	text-align: justify;
	color: #5A5A5A;
	font-size: 13px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#content a:link, #content a:visited{
	color: Blue;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
	color: Red;
}
#footer{
	margin:0px auto 30px auto;
	width: 729px;

	border: 1px solid black;
	padding: 10px;
	text-align: center;
	background-color: White;
	font-size: 13px;
}
.imageright{
	float: right;
	margin: 10px;
	border: 1px solid black;
}
#proplist{
   position:relative; 
	width: 749px;
	margin: 0 auto;
	padding: 30px 0px;
	background-color: White;
	text-align: justify;
	color: #5A5A5A;
	font-size: 13px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.normbr{
	color: Red;
}