html, body{
	background-color : White;
	color : Black;
	padding : 0;
	margin : 0;
	font : 13px Tahoma, Arial, Helvetica, sans-serif;
}
h1{ font-size:18px; margin:10 0 10 0px; border-bottom-style: dotted; border-bottom-width : 1px; border-color: #244c62;}
h2{ font-size:16px; margin:10 0 10 0px; border-bottom-style: dotted; border-bottom-width : 1px; border-color: #1a577a; }
h3{ font-size:14px; }

#mainTable{
	background : transparent url(img/house.jpg) no-repeat top center;
}
table td{
	font : 13px/18px Tahoma, Arial, Helvetica, sans-serif;
}

#mainTable{
	
}
a.mainMenu { 
	color: #324148; 
	text-decoration: none; 
	font-weight: bold;
}
a.mainMenu:hover { color:black; }
a.leftMenu { 
	color: #a4c7d7; 
	font-size: 12px;
}
a.leftMenu:hover { color:white; }

div.leftMenu{
	margin-top: 5px;
	margin-bottom: 5px;
}
.menuLeftName{
	color:white; font-weight: bold; 
}

td.content{
	padding: 20px;
}

td.mainMenu	{
	
	padding: 5px;
	white-space : nowrap;
	}
.sm{ filter: alpha(Opacity=75, Style=0); }


.droplook {
	position: absolute;
	z-index: 500;
	float: left;
	top: -350px;
	border-style: solid;
	border-width: 2px;
	border-color: #fffef8;
	text-align:left;
	background-color: #eeeeee;
}

.menuSub {
	padding: 0 15 0 15px;
	margin: 5 0 5 10px;
	list-style-image: url('/img/arrowGraySmall.gif')
}

.menuSub a {
	color: #324148; 
	text-decoration: none;
}

.menuSub a:hover {
	color: black;
	text-decoration: underline;
}

.menuSub li {
	padding: 1px;
}