body {
	background-color:#EEEEEE;
	color: black;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

p,ul,ol {
	font-size: 90%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
 	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

img.rss-button {
	float:right;
	position:fixed;
	top:0;
	right:0;
	margin-right:1em;
}



div.banner {
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	text-align:center;
	margin-bottom:2em;
}

div.banner h1 {
	margin: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 450%;
	text-align: left;
}

div.banner h2 {
	margin: 4px;
}

div.sidebar {
	position: fixed;
	top: 15%;
	right: 0;
	width: 20%;
	float:right;
	margin-right:1em;
        margin-top:0;
	color: inherit;
	background-color:#DDDDDD;
	border: 1px solid #222222;
	font-size: 80%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

div.section_shadow {
	margin: 4px;
	border: 2px solid #888888;
	border-style: groove;
	color: inherit;
	background-color: #CCCCCC;
	text-align: left;
	text-indent: 1em;
}

div.main {
	margin-right: 25%;
	font-size: 80%;
	border-top: 1px solid;
}

div.note {
	font-style: italic;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

code {
	font-size-adjust:0.58;
}

div.menu {
	border-top: 1px solid #666666;
	color: inherit;
	background-color: #DDDDDD;
	text-align: left;
	padding-top:4px;
	padding-bottom: 4px;
}

div.menu a {
	display:list-item;
	list-style-type: none;
	text-indent: 1.3em;
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: underline;
}

span.sechead {
	font-weight: bold;
	text-shadow: 0.3em 0.3em 0.1em #F00;
	background-color: #CCCCCC;
}

div.news {
	padding-left:1em;
	padding-right:3em;
	padding-bottom:1em;
	color: inherit;
	font-size: 105%;
}

.newstitle {
	border-bottom:1px solid;
}

span.author {
	font-weight: bold;
	display: block;
	padding-top:2em;
}

blockquote {
	font-size: 90%;	
	color: #555555;
//	border:1px dashed;
//	border-color:#aaaaaa;
	padding:1em;
}

span.authoremail {
	font-size: 60%;
}


div.newsdate {
	font-size: 65%;
	//float: left;
}

div.newscontent {
	margin-left: 5.5em;
}


a {
	text-decoration: none;
}


p.initial:first-letter {
	font-size:200%;
	font-stretch:wider;
	float:left;
}

a:hover {
	text-decoration: underline;
}

