﻿/* Grey Body bottom and sides */
.bodyBackground {background:#C0C0C0;}
/* White */
.containerBackground {background:#FFFFFF;}
/* Blue Header */
.headerBackground {background:#0033CC; background-image:url('../images/titlebg_rounded.png')}
/* Blue Bar */
.barBackground {background:#000066;}

#navContainer { 
	text-align:right;
	padding-top:35px; 
	font-size:20px;
	font-weight:bold;
	color: white; 
}
#navContainer ul { 
	margin:0; 
	padding:0;
}
#navContainer li {
	display:inline;
	padding:5px;
}
#navContainer a, #navContainer a:visited { 
	color:white;
	text-decoration:none;
}
#navContainer a.current {
	color:#FF0000;
	text-decoration:none;
}
#navContainer a:hover, #navContainer a:active {
	color:silver;
	text-decoration:none;
}

#footer {
	color: white;
	text-align: center;
	padding-top:20px;
	height:80px;
}


