/* CityDesk default style sheet */


/* Basic HTML Element Style */
body {
	background-color: #078;
}

h1 {
}
h2 {
	border-bottom: double 4px #078;
}
h3 {
}
h4, h5 {
	margin: 0px;
}

/*Structural elements */
#container {
	width: 728px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color:#efefcc;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #007788;
	background-color: #efefcc;
	float: right;
}
#header {
color:#078;
text-align: center;
}
#navList {
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	border-top: solid 1px #078;
	text-align: right;
}

/* text effects */
em.title {
	text-decoration: underline;
}
#articleList p {
	margin: 0 0 25px 0;
}
#articleList h3 {
	margin: 0px;
}