
#homeContainer{
	background-image: url(../_image-base/homebg.gif);
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 686px;
	width: 900px;
	background-repeat: no-repeat;
	border: 2px solid black;
}

#homeLeftNav{
	float:left;
	margin: 7px 30px 0px 140px;
	display: inline;
}

#homeLeftNav ul{
	text-align: right;
	list-style-type:none;
}

#homeLeftNav li{
	font-family:Veranda, sans-serif;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	line-height: 26px;
}

#homeLeftNav li a{
	font-family:Veranda, sans-serif;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
}

#homeLeftNav li a:hover{
	font-family:Veranda, sans-serif;
	color: #43444b;
	font-size: 9pt;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
}

#imageScroll{
	margin-top: 11px;
	height: 254px;
	width: 375px;
	float: left;
}

#welcome{
	margin: 30px 0 0 260px;
}

#homeContent{
	margin: 15px 0px 0px 410px;
	width: 400px; 

}

#homeContent p{
	line-height: 20px;
}

a {
	color:#0e6f9f;
	text-decoration: none;
}

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

#homeFooter{
	text-align: center;
	width:900px;
	margin-top: 20px;
}
