body, div, p, img, form, span, h1, h2, h3 {
	border:  0;
	margin:  0;
	padding: 0;
}
body {
	background-color: #9FB6CD;
	color: #000;
	cursor: default;
	font-family: Georgia, Palatino, Times, serif;
	font-size: small;
	font-weight: normal;
}
a {
	background-color: inherit;
	color: #B7410E;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}
a:hover { color: #92000A; background-color: inherit; }
img { border: 0; }
th { border-bottom: 1px solid black; }
table {
	text-align: center;
	width: 100%;
}
textarea {
	font-family: monospace;
	width: 100%;
}
input:focus, select:focus, textarea:focus {
	background-color: #D8D8D8;
	color: inherit;
}
#header { margin: 10px; }
#header .logo {
	float: left;
	width: 20%;
}
#header .logo img { width: 100%; }
#header .text {
	float: left;
	margin: 5% 4% 0% 4%;
	width: 50%;
}
#header .text h1 { border-bottom: 1px solid black; }
#header .text h1, #header .text h2 { font-size: large; }
#header .ad {
	float: left;
	margin-top: 2%;
	text-align: center;
	width: 57.7%;
}
#header .ad img { width: 95%; }
#header .date {
	float: right;
	margin-top: 2.5%;
	text-align: center;
	text-transform: lowercase;
	width: 20%;
}
#header .date h1 {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size: large;
	padding: 11px 0;
}
#header .date h2 {
	font-size: x-small;
	margin: 7px 0;
}
#navigation {
	background-color: #FFF;
	color: inherit;
	float: left;
	margin-left: 1.5%;
	width: 16%;
}
#navigation h1 {
	border-bottom: 1px solid black;
	font-size: small;
	margin: 15px 7px 0 7px;
	text-transform: uppercase;
}
#navigation h2 {
	font-size: x-small;
	font-weight: normal;
	margin: 3px 7px 0 7px;
	text-transform: lowercase;
}
#navigation h3 {
	font-size: small;
	margin: 5px 7px 0 7px;
}
#navigation p { margin: 7px 7px 0 7px; }
#navigation img {
	margin-left: 5%;
	margin-top: 7px;
	width: 90%;
}
#content {
	background-color: #FFF;
	color: inherit;
	float: left;
	margin-left: 1.5%;
	width: 75%;
}
#content h1, #content h2, #content h3, #content .title, #content .subtitle {
	background-color: inherit;
	color: #B7410E;
	font-family: Verdana, Helvetica, sans-serif;
}
#content h1, #content h2, #content h3 {
	border-bottom: 2px solid #9FB6CD;
	width: 80%;
}
#content h1 {
	font-size: large;
	margin: 1em 0;
}
#content h2 {
	font-size: medium;
	margin: 0.5em 0;
}
#content h3 {
	font-size: small;
	margin: 0.25em 0;
}
#content p {
	line-height: 1.5em;
	margin: 1em 0;
}
#content li { margin: 0.65em 0; }
#content .author, #content .pubdate { font-family: Verdana, Helvetica, sans-serif; }
#content .author {
	font-size: small;
	font-style: italic;
}
#content .caption {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}
#content .pubdate {
	font-size: small;
}
#article { padding: 0.25% 2%; }
#article .title {
	background-color: #123456;
	clear: both;
	color: #FFF;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
#article .subtitle {
	background-color: inherit;
	color: #B7410E;
	font-size: medium;
	font-weight: bold;
}
#article .picture {
	float: right;
	margin: 1% 0 5% 5%;
	width: 45%;
}
#article .picture img { width: 100%; }
#footer {
	border-top: 1px solid black;
	margin-bottom: 15px;
	margin-left: 5%;
	padding-top: 15px;
	text-align: center;
	width: 90%;
}
.center { text-align: center; }
.colored {
	background-color: #CCC;
	color: inherit;
}
.error {
	background-color: inherit;
	color: #900;
	margin-left: 5%;
}
.left {
	float: left;
	width: 47.5%;
}
.padding { padding: 0.25% 2%; }
.red {
	background-color: inherit;
	color: #900;
}
.right {
	float: right;
	width: 47.5%;
}
/* rounded corner styles courtesy of nifty corners by alessandro fulciniti */
.rtop, .rbottom{ display: block }
.rtop *, .rbottom * { display: block; height: 1px; overflow: hidden }
.r1 { margin: 0 5px }
.r2 { margin: 0 3px }
.r3 { margin: 0 2px }
.r4 { margin: 0 1px; height: 2px }
.rs1{ margin: 0 2px }
.rs2{ margin: 0 1px }