#header {
	padding: 0;
	background-color: #6769AB;
	color: White;
	text-align: center;
}
#topNav {
	background-color: #4caa4c;
	border-bottom: 1px solid #b355b3;
	color: #b355b3;
	padding: 1px 0 3px 0;
	text-align: center;
}
#topNav a {
	color: Yellow;
	font-size: small;
	font-weight: bold;	
}
#topNav a:hover {
	color: Black;
	text-decoration: none;
}

#clear {
	clear: both;
}
#wrapper {
}

#mainNav {		/* (left column) */
	background-color: White;
	border-right: 1px dotted #b355b3;
	color: #b355b3;
	float: left;
	min-height: 350px;
	padding: 5px 7px 7px 7px;
	width: 200px;
}

#mainContent {	/* (center column) */
	background-color: White;
	border-left: 1px dotted #b355b3;
	border-right: 1px dotted #b355b3;
	color: #b355b3;
	margin-left: 214px;
	margin-right: 204px;
	padding: 5px 7px 7px 7px;
}
#mainContent2col {	/* (center column) */
	background-color: White;
	border-left: 1px dotted #b355b3;
	color: #b355b3;
	margin-left: 214px;
	padding: 5px 7px 7px 7px;
}

#hotTopics {	/* (right column) */
	background-color: White;
	border-left: 1px dotted #b355b3;
	color: #b355b3;
	float: right;
	padding: 5px 7px 7px 7px;
	width: 190px;
}

#footer {
	background-color: #4caa4c;
	border-top: 1px solid #b355b3;
	color: White;
	padding: 6px 0 6px 0;
	text-align: center;
}
#footer p {
	background-color: #4caa4c;
	color: White;
	padding: 6px 0 6px 0;
	text-align: center;
}
#footer a { 
	background-color: transparent;
	color: Yellow;
	font-size: small; 
	font-weight: bold;
}
#footer a:hover { 
	background-color: transparent;
	color: Black;
	text-decoration : none;
}
