body {
	background-color: #ffffff;
	font: 11px/16px verdana, tahoma, arial, sans-serif;
	text-align: left;
	margin: 0px;
}

h1 {
	font: bold italic 16px georgia, 'times new roman', sans-serif;
	margin: 0px;
	padding-left: 12px;
}
h2 {
	font: bold 10px georgia, 'times new roman', sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: double 4px #078;
}
h3 {
	font: bold 12px georgia, 'times new roman', sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
}
/* H$ and H5 are the same except H4 is right aligned */
h4 {
	font: italic normal 11px georgia, 'times new roman', sans-serif;
	color: #ccccff;
	border-bottom: 1px dotted #ccccFF;
	padding-left: 0px;
	margin-top:0px;
	margin-bottom:12px;
	text-align: right;
}
h5 {
	font: italic normal 11px georgia, 'times new roman', sans-serif;
	color: #ccccff;
	border-bottom: 1px dotted #ccccFF;
	padding-left: 0px;
	margin-top:0px;
	margin-bottom:12px;
	text-align: left;
}
.lighttext
{
	font: italic;
	color: #ccccff;
}
.code
{
	font-family: 'Lucida Console' , 'Courier New', sans-serif;
    font-size: 8pt;
	margin-left: 16px;
}
.link_text
{
	font-size: 8pt; 
	color: #999999; 
	font-family: Verdana;
	text-decoration: none;
}
a:hover.link_text
{
	color: Blue;
	text-decoration: underline;
}

/*Structural elements */
#container {
	width: 550px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}

#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 {
	font: 13px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}