/*begin layout*/
	body {
		margin:0 auto 0 auto; padding:0;
		font:11pt/1.5 sans-serif;
		max-width: 1000px; min-width: 775px;
		}

	#header {
		margin:0; padding:0;
		text-align: center;
		}

	#main1 {
		margin:0; padding:0;
		}
	#main2 {
		margin:0; padding:0;
		}
	#left {
		float:left;
		width:150px;
		margin:0; padding:0;
		font-size:80%;
		}
	#middle {
		margin:0 0 0 155px;
		font-size:80%;
		}
	#footer {
                font-size:80%;
		}
	.column-in {
		margin:0;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
	.prop {
		min-height:600px;
		}

/*end layout*/		
	h1,h2,h3,h4 { margin: 0px 0 }
	a { color:black; font-weight:bold; }
	a:hover {color:blue; font-weight:bold;}
	a:clicked { color:black; decoration:none; }

/* ######### Default class regular menus ######### */

div.sdmenu {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	color: #fff;
}
div.sdmenu div {
	background: #013977;
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 20px;
}
div.sdmenu div span {
	display: block;
	padding: 1px 5px;
	font-weight: bold;
	color: #FFF;
	cursor: default;
	border-bottom: 1px solid #ddd;
}

div.sdmenu div a {
	padding: 1px 10px;
	display: block;
	background: #55758d;
	border-top: 1px solid #8395b4;
	border-bottom: 1px solid #3a5061;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
div.sdmenu div a:hover {
	background : #FFF;
	color: #000;
}
div.sdmenu a {
	padding: 1px 15px;
	background: #55758d;
	display: block;
	border-top: 1px solid #8395b4;
	border-bottom: 1px solid #3a5061;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
div.sdmenu a:hover {
	background : #FFF;
	color: #000;
}

/* ######### Default class for drop down menus ######### */

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}


.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px;
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 250px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 200px;
display: block;
padding-left: 5px;
color: #FFF;
background: #55758d;
border-top: 1px solid #8395b4;
border-bottom: 1px solid #3a5061;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;

}

.anylinkcss a:hover{ /*hover background color*/
background: #FFF;
color: #000;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


