.HomePageBack {
	background-image:url(images/home-back.jpg); 
	background-repeat:repeat-x; 
	background-position:top; 
	position:relative; 
	top:-20px;	
}

.TopLine { 
	height:89px; 
	width:100%; 
	background-image:url(images/top.png); 
	background-repeat:repeat-x; 
	z-index:100;
}


.Image1 {
	border:4px solid #445d73;
}

.Title1 {
	width:354px;
	height:37px;
	background-image:url(images/title-back.gif);
	background-repeat:no-repeat;
}
.Title1Font {
	padding:10px;
	font-size:16px;
	color:#1f7bba;
	font-weight:bold;
}

.PageTitleFont2 {
	color:#1f7bba;
}

.MenuOff {
	margin:1px; 
	background-image:url(images/button-off.jpg); 
	background-repeat:no-repeat; 
	width:207px; 
	height:33px;
	text-align:left;
}

.MenuOff a {
	color:#FFF;	
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.MenuOff a:hover {
	text-decoration:underline;
}

.MenuOn {
	margin:1px; 
	background-image:url(images/button-on.png); 
	background-repeat:no-repeat; 
	width:218px; 
	height:33px;
	text-align:left;
	color:#FFF;	
	font-size:15px;
	font-weight:bold;
	z-index:100;
}
