.content-container {
	clear:both;
	padding: 0 14px 0 14px;
}



.left-column {
	padding:30px 5px 40px 5px;
	width: 200px;	
}

.center-column {
	padding:5px 5px 5px 5px;
}
.right-column {
	padding:30px 5px 20px 5px;
	width: 200px;	
}



.header-spacer {
	overflow: hidden;
	height: 1px;
	color: white;
	font-size: 30px;
	visibility: hidden;
}

.login-link {
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

.login-link:hover {
	text-decoration: underline;
}

.left-menu ul {
	list-style-type:none; 
	padding: 0px;
	margin: 0px;
	padding-bottom: 40px;
}
.left-menu ul li {
	padding: 0px;
	white-space:nowrap;
	margin:0px;
	position: relative;
}

.left-menu ul li a, .left-menu ul li span {
	padding: 3px 4px 3px 3px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.left-menu ul li a:hover {
	text-decoration: underline;
}

.left-menu ul li span:hover {
	text-decoration: underline;
	cursor:pointer;
}

.left-menu ul li.selected-menu-item {
}

.left-menu ul li ul {
	position: absolute;
	top: 0;
	visibility: hidden;
	border: solid 1px black;
	padding: 3px 4px 3px 3px;
}

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 2px;
}

.header-text-1 {
	color: black;
}

.header-text-2 {
	color: white;
 }

.header-text-3 {
	color: black;
	border-color: black;
}

.instruction-text {
	color: #666666;
	border-color: #336666;
}

.button-bar {
	border-top: #336666 1px solid;
}


