.page {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

.border-left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.border-right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.border-bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.border-top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.container-bg {
	background-color: #333;

}

.header-bg {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;

}

.footer-bg {
	background-color: #666;
}

.right-col-bg {
	background-color: #666;
	
}

.left-col-bg {
	background-color: #333;
	
}

.center-col-bg {
	background-color: #999;
	
}

#nav {
	margin: auto;
	padding: 3px;
}
.welcome-block p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 9px;
	margin-bottom: 9px;
	padding-right: 5px;
}
.welcome-block-bg {
	background-image: url(images/welcome.png);
}




a:hover {
	color: #fff;
	text-decoration: none;
}
a  {
	color: #CCC;
	text-decoration: none;
}
#accordion {
	padding: 2px;
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
#accordion h3 {
	border: 1px dotted #999;
}

/* nav header hover color */
.ui-state-hover { }
/* nav active header colors */
.ui-state-active {
	background-color: #CCC;
}

.ui-state-active a { color:#333; }
