li {
	line-height: 16px;
}


#header {
	background-image: url(../images/banner07.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px;
	height:208px;
	text-align:left;
}

#footer {
	font-size: 9px;
	color: #5C8FB2;
	text-align:center;
}

#navigation {
	/*width:175px;*/
	float:left;
	padding-left:8px;
}
#navigation h2 {
	margin-top:20px;
	margin-left:15px;
}
#navigation ul {
	margin-left:15px;
	padding-left:15px;
	list-style-type: disc;
	list-style-image: url(../images/bullet1.gif);
}
#navigation li {
	margin-top:3px;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;	
}
#navigation li a {
	text-decoration:none;
	color: #637A9C;
	display:block;
	width:99%;
	padding:3px 0px 4px 3px;
}
#navigation li a:hover {
	background-color: #95BBD6;
	color:#fff;
}



#navigation ul ul {
	margin-left:0px;
	padding-left:15px;
	list-style-type: disc;
	list-style-image: url(../images/bullet2.gif);
}
#navigation ul ul li {
	margin-top:3px;
	text-transform: none;
	font-size: 8pt;	
	font-weight: normal;	
}
#navigation ul ul li a {
	text-decoration:none;
	color: #5C8FB1;
	display:block;
	width:99%;
	padding:3px 0px 4px 3px;
}
#navigation ul ul li a:hover {
	background-color: #95BBD6;
	color:#fff;
}

