/* things for normal text */
body {
	background-color: #006699;
}
p { font-family: sans-serif; }
ol { font-family: sans-serif; }
a[href] { color: blue;}
a:visited { color: blue; }	

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: ##006699;
	font-size: x-large;
	font-weight: bold;
	white-space: normal;
	height: 40px;
	padding: 2px 2px 2px 2px;
	clear: both;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: ##006699;
	font-size: large;
	font-weight: bold;
	white-space: normal;
	height: 30px;
	padding: 2px 2px 2px 2px;
}

#newsItem {
	border-top: 3px double black;
	border-right: 7px solid black;
	border-bottom: 7px solid black;
	border-left: 3px double black;
	padding: 3px;
	margin-bottom: 15px;
	
}

/* things to position different areas - structure */
#adviceRadioNavigationBar {
	position: absolute;
	top: 120px;
	left: 6px;
	width: 160px;
	background-color: white;
	text-align: center;
}

#adviceRadioMainContent {
	position: absolute;
	top: 120px;
	left: 165px;
	right: 50px;
	background-color: white;
	padding: 5px;
}

#adviceRadioHeader {
	left: 6px;
	position: absolute;
}
ul.navList {
	list-style-type: none;
	text-align: center;
}
