#navBar{
	margin-top: 5px;
	background-image: url(images/inside_nav_bg.gif);
	background-repeat: no-repeat;
	color: #000f5b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	height: 28px;
}
#navBar a{
	color: #edb400;
	text-decoration: none;
}
#navBar a:hover{
	color: #000f5b;
	text-decoration: none;
}
#contentContainer{
	margin-top: 5px;
}
#leftMenu{
	float: left;
	width: 220px;
	height: 465px;
}
#leftMenu ul{
	list-style-type: none;
	margin: 8px 5px;
	padding: 0;
	text-align: center;
}
#leftMenu li {
	margin: 2px auto;
	padding: 0;
	width: 200px;
	background-color: #ffcc00;
	border: 1px solid #af0000;
	opacity: .80;
	filter: alpha(opacity=80);
}
#leftMenu li:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
#leftMenu li a{
	display: block;
	padding: 5px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
#leftMenu li a:hover{
	color: #af0000;
	text-decoration: none;
}


#contentArea{
	float: right;
	width: 665px;
	
}
