	
	BODY {
		color:#545454;
		background: #fff url(../images/pageBgBlue.png) repeat-x;
	}
	
	A {
		color:#00315f;
	}
	
	#logo {
		background:url(../images/logo.jpg) 0 40px no-repeat;
	}
	
	#navi {
	}
	
		#navi ul li.active,
		#navi ul li.activepath,
		#navi ul li:hover {
			background:url(../images/naviHighlightBgBlue.png) 0 0px no-repeat;
		}
		
			#navi ul li:hover > ul {
				display:block; 
			}
			
			#navi ul li.active > a,
			#navi ul li.activepath > a,
			#navi ul li:hover > a {
				color:#fff;
			}
		
		#navi ul li a:hover {
			color:#fff;
			text-decoration:none;
		}
			#navi ul li ul {
				background:#144c80;
			}
				#navi ul li ul li {
					background:#144c80;
				}
				
				#navi ul li ul li.active,
				#navi ul li ul li.activepath,
				#navi ul li ul li:hover {
					background:#00315f;
				}
				
				#navi ul li ul li.last,
				#navi ul li ul li.last:hover {
				
					background:url(../images/naviBottomBlue.png) 0 0px no-repeat;
				}
				
				
					#navi ul li ul li a {
						background:url(../images/naviArrowWhiteBlue.png) 0 8px no-repeat;
						color:#fff;
					}
	
	#content h1,
	#content h2 {
		color:#00315f;
	}
	
	#content h3 {
		background:url(../images/rightBoxLine.png) 0px 17px repeat-x;
		color:#545454;
	}
	
	#content h4 {
		color:#00315f;
	}
	
	#content #right a,
	#content #left a {
		/*background:url(../images/linkArrowBlue.gif) 0 5px no-repeat; 
		padding-left:6px;*/
	}
	
	#content #right div a {
		/*background:url(../images/contentArrowRed.png) 0px 5px no-repeat;
		padding-left:6px;*/
	}
	
	#content #left .imageRight {
		border:1px solid #00315f;
	}
	
	#footer {
		color:#fff;
		background:#144c80;
	}
	
		#footer a {
			color:#fff;
			/*background:url(../images/linkArrowWhite.gif) 0 4px no-repeat; 
			padding-left:8px;*/
		}
	
	#footerBottom {
		background:#00315f;
	}
