		
/* ---------- 4. Top Navigation ---------- */	
	
#navContainer {
	clear: both;
	height: 10px;
	width: 960px;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
	margin: 0px 0 0 0;
	padding: 7px 0px 7px 0px;
	background-color: #42b3ff;
	line-height: 1em;
	text-align: center;
}
#navigation ul {
  list-style-type: none;
  margin: 0 0 0 0;
}
#navigation li {
  font-size: 1.3em;
  border-right: 1px solid #898989;
  padding: 0px 10px;
  display: inline;
}

#navigation .lastLink {
  border-right: medium none;
}

#navigation a:link, #navigation a:visited {
  text-decoration: none;
  color: navy;
}

#navigation .current a {
	color : yellow;
	font-weight: normal;
}

#navigation a:hover, #navigation #current a:hover {
  color: yellow;
}

#navigation a:active {
}

/* ---------- 4. Left Navigation ---------- */		

#leftnavContainer {
  width: 140px;
  padding: 0px 9px 0px 10px;
  margin: 0 -10px 10px -10px;
  border-top: 0px solid #898989;
  border-bottom: 0px solid #898989;
  background: #42b3ff none repeat scroll 0% 50%;
}

		
#leftnavigation ul {
  list-style-type: none;
  margin: 0 0 10px 0;
}
#leftnavigation li {
  font-size: 1.3em;
  padding: 0px 0 3px 0;
  border-bottom: 0px solid #aaaaaa; 
}

#leftnavigation #lastLink {
  border-bottom: medium none;
}

#leftnavigation a:link, #leftnavigation a:visited {
  text-decoration: none;
  color: navy;
}

#leftnavigation .current a {
	font-weight: normal;
	color: yellow;
}

#leftnavigation a:hover, #leftnavigation .current a:hover {
  color: yellow;
  /*text-decoration: underline;*/
}

#leftnavigation a:active {
  color: #ff0000;
}

#leftnavigation p {
	margin: 0 0 0 0;
}

/* ----------- Footer Navigation  -------------------------- */

#footerNavContainer {
	float: right;
	width: 150px;
}

#footerNavContainer ul {
  list-style-type: none;
  margin: 0 0 0 0;
}

#footerNavContainer li {
  font-size: 1.3em;
  border-right: 1px solid #898989;
  padding: 0px 10px;
  display: inline;
}

#footerNavContainer .lastLink {
  border-right: medium none;
}

#footerNavContainer a:link, #footerNavContainer a:visited {
  text-decoration: none;
  color: navy;
}

#footerNavContainer .current a {
font-weight: normal;
}

#footerNavContainer a:hover, #footerNavContainer #current a:hover {
  color: yellow;
  /*text-decoration: underline;*/
}

/* ----------- Lower Navigation  -------------------------- */

#lowerNavContainer {
  clear: both;
  margin: 20px 0 0 0;
  padding: 7px 0px;
  /*border-top: 0px solid #898989;*/
  border-top: 0px solid #898989;
  border-bottom: 0px solid #898989;
  text-align: center;
}

#lowerNavContainer p, #lowerNavContainer a {  
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1em;
  line-height: 1em;
}		

#lowerNavContainer b{
font-weight: normal;
}	

#lowerNavigation ul {
  list-style-type: none;
}
#lowerNavigation li {
  border-right: 1px solid #aaaaaa;
  padding: 0px 15px;
  display: inline;
}
#lowerNavigation .lastLink {
  border-right: medium none;
}
#lowerNavigation a:link, #lowerNavigation a:visited {
  text-decoration: none;
}
#lowerNavigation a:link {
   color: #666666;
}
#lowerNavigation a:visited {
  color: #666666;
}
#lowerNavigation a:hover {
  text-decoration: underline;
}
#lowerNavigation a:active {
  color: #ff0000;
}
#lowerNavigation .current {
  color: #ff0000;
}