html, body {
	height:100%;
	color: #AAA;
}
body {
	padding:0;
	margin:0;
	border:none;
	background:#000000 url(img/bakgnd.gif) repeat fixed left top;
}
#topbar {
	padding:0;
	margin:5px auto;
	height:75px;
	background:url(img/top.png) repeat-x bottom #000;
	border-top:2px #000 solid;
	border-bottom:2px #000 solid;
}
#topbar a, #topbar a:visited {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	font-weight:normal;
	padding:0;
	margin:0 15px;
	line-height:65px;
	text-decoration:none;
}
#topbar a:hover {
	color:#DDD;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	font-weight:normal;
	padding:0;
	margin:0 15px;
	line-height:65px;
	text-decoration:none;
}
#sidebar {
	width:25%;
	padding:0;
	margin:20 0 0;
	top:90px;
	left:0;
	border:none;
	min-height:100%;
	position:absolute;
}
#sidebar h2 {
	font-family:georgia, arial;
	font-size:20px;
	color:#CCC;
	font-weight:normal;
	padding:0;
	margin:5px 7px;
}
#sidebar a {
	display:block;
	width:auto;
	height:auto;
	padding:2px 5px;
	border:1px #666 solid;
	background-color:#333;
	color:#CCC;
	margin:1px 10px;
	text-decoration:none;
	font-family:tahoma, verdana;
	font-size:14px;
}
#sidebar a:hover {
	border:1px #B20000 solid;
	background-color:#730000;
	color:#FFF;
}
#sidebar p {
	font-family:tahoma, verdana;
	font-size:14px;
	color:#CCC;
	padding:0;
	margin:0px 10px;
	text-indent:10px;
	line-height:20px;
	text-align:justify;
}
#sidebar hr {
	width:80%;
	height:1px;
	border:none;
	background-color:#808080;
	padding:0;
	margin:15px auto;
}
#content {
	width:auto;
	color:#AAA;
	padding:5px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:none;
	margin-left:25%;
}
#content .box {
	border:2px #6E0000 solid;
	margin-top:5px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	padding:10px;
	background-color:#000;
}
.box h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:3px;
	margin:2px 15px;
	font-weight:normal;
}
.box h1 {
	font-size:25px;
	color:#8F0000;
}
.box h2 {
	font-size:23px;
	color:#730000;
}
.box h3 {
	font-size:18px;
	color:#CCC;
}
.box h4 {
	font-size:16px;
	color:#FFF;
}
.box h5 {
	font-size:14px;
	color:#808080;
}
.box h6 {
	font-size:11px;
	color:#8F0000;
	font-style: italic;
}
.box p {
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#AAA;
}
.box a, #footer a {
	color:#8F0000;
	text-decoration:underline;
}
.box a:hover, #footer a:hover {
	color:#CF0000;
	text-decoration:none;
}
.box hr {
	width:90%;
	height:1px;
	border:none;
	padding:2px;
	margin:3px auto;
	background-color:#8F0000;
	color:#8F0000;
}
acronym {
	border-bottom:1px #AAA dotted;
	cursor:help;
}
ul {
	list-style-type:circle;
}
li {
	padding:3px 7px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.box img {
	border:1px #AAA solid;
	padding:2px;
	margin:5px;
}
.box img.left {
	float:left;
}
.box img.right {
	float:right;
}
#footer {
	border:none;
	text-align:center;
	color:#AAA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:5px;
	padding-bottom:15px;
	margin:0;
	position:relative;
}
#spacer {
	height: 30px;
}
.align-center {
	text-align: center;
}
#coverimg {
	text-align: center;
}
#coverimg img {
	border-style: none;
}
#topRemark {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.24em;
	margin-left: 50px;
}
span.small {font-size: 70%;}
span.smaller {font-size: 60%;}
span.bold-italic {font-style: italic; font-weight: bold;}
span.obeah {font-style: italic; font-weight: bold;color: #8A0020;}
span.important-red { color: #8A0020; }
span.green { color: #186900; }
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }
p.small, div.small {font-size: 70%;}
p.small-left, div.small-left {font-size: 70%; text-align: left; }
p.small-right, div.small-right {font-size: 70%; text-align: right; }
p.small-center, div.small-center {
	font-size: 70%;
	text-align: center;
}
/* rss feed styles*/

#sidebar #feed-a4fdf6fb {
	list-style: none;
	text-align: left;
}
#sidebar .compactlist ul {
	list-style: none;
}

#feed-a4fdf6fb .entry {
	margin: 0px;
	text-align: left;
	padding: 2px 0px 0px;
}
.entry ul {
	padding: 0px;
}
#feed-a4fdf6fb .title a {
	background: #000000;
	border-style: none;
	padding: 0px;
	margin: 0px;
	color:#CCC;
}

#feed-a4fdf6fb .title a:hover, #feed-a4fdf6fb .title a:visited {
	color:#FFF;
	border-style: none;
	background: #000000;
}

