body {
	background: #d9dcFF;
	}
 
#header {
	background: url(images/banner_plain.png) no-repeat;
	background-position:200px;
	}
 
#footer {
	background: url('images/footer.png') no-repeat;
	}

#topleft {
	background: url('images/capital-left.png');
	}
	
#topright{
	background: url('images/capital-right.png');
	}

#lnav {
	background: #202042;
	color: #C7CAFF;
	}
	
#lnav ul {
	border: none;
	}

#lnav li {
	border-bottom: 1px solid #C7CAFF;
	}

#lnav li a {
	background-color: #202042;
	color: #C7CAFF;
	}

#lnav li a:hover {
	background-color: #C7CAFF;
	color: #202042;
	}

#lnav li .current {
	background-color: #C7CAFF;
	color: #202042;
	}

#subnav ul, #policies ul{
	border: none;
	background-color: #C7CAFF;
	color: #202042;
	}	

#subnav li, #policies li {
	border-bottom: 1px solid #202042;
	}

#subnav li a , #policies li a{
	background-color: #C7CAFF;
	color: #202042;
	}
		
#subnav li a:hover, #policies li a:hover{
	background-color: #202042;
	color: #C7CAFF;
	}
		

a {
	color: #3333CC;
}

a:visited {
	color: #663399;
}

#center {
			background: url('images/v-rule.png') no-repeat top right;
		}
		

#bluebox{
	background: url('images/trans-blue.png');
}

#goldbox{
	background: url('images/trans-gold.png');
}

.bluepost{
	background: url('images/trans-blue.png');
}

.goldpost{
	background: url('images/trans-gold.png');
}
