body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #CCCCCC;
}
body.nomenu {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}

a.standard:link {
	color: #000000
}
a.standard:visited {
	color: #000000
}
a.standard:hover {
	color: #000000
}
a.standard:active {
	color: #000000
}

h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 225%;
	font-weight: bold;
	color: #666666;
	margin-top:0px;
}
h2 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #666666;
	margin-top:0px;
	margin-bottom:0px;
}
p {
	font-size: 100%;
	line-height: 2em;
}

#header {
	height: 115px;
	margin-right: 25px;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(/includes/images/bannerback.jpg);
}

#navigation {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 1em;
	line-height: 2.5em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: bold;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigation li {
	display: inline;
	padding-right: 1.5em;
	padding-left: 1.5em;
}

#sidebarleft {
	float: left;
	margin-left: 10px;
	width: 200px;
}

#sidebarright {
	float: right;
	margin-right: 10px;
	width: 150px;
}

#content {
	float: right;
	margin-right: 25px;
	width: 600px;
	clear: both;
	padding-bottom: 1em;
}

#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	clear: both;
	padding-left: 25px;
	padding-top: 0.5em;
	padding-bottom: 0.75em;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footer li {
	display: inline;
}

hr.dashed {
	border-top: 1px dashed #000000;
	color: #FFFFFF
}

.inline {
	display:inline;
}
.lineheight2 {
	line-height: 2em;
}
.lineheight15 {
	line-height: 1.5em;
}

.homeblogdate {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
}

.homeblogtitle {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 175%;
	font-weight: bold;
	line-height: 0.9em;
	margin-top: 2px;
}
a:link .homeblogtitle {
	text-decoration: none;
	color: #000000;
}
a:visited .homeblogtitle{
	text-decoration: none;
	color: #000000;
}
a:hover .homeblogtitle {
	text-decoration: underline;
	color: #CC0000;
}
a:active .homeblogtitle {
	text-decoration: underline;
	color: #000000;
}

.homeblogtext {
	line-height: 1.5em;
	font-size: 90%;
}

.homespecialstorytitle {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 175%;
	font-weight: bold;
	line-height: 0.9em;
	margin-top: 2px;
	margin-bottom: -10px;
}
a:link .redunderlinelink {
	text-decoration: none;
	color: #666666;
}
a:visited .redunderlinelink {
	text-decoration: none;
	color: #666666;
}
a:hover .redunderlinelink {
	text-decoration: underline;
	color: #CC0000;
}
a:active .redunderlinelink {
	text-decoration: underline;
	color: #666666;
}

.homespecialstorytext {
	line-height: 1.5em;
	font-size: 90%;
	text-align: justify;
}
a:link .homespecialstorytext {
	text-decoration: none;
	color: #000000;
}
a:visited .homespecialstorytext {
	text-decoration: none;
	color: #000000;
}
a:hover .homespecialstorytext {
	text-decoration: none;
	color: #000000;
}
a:active .homespecialstorytext {
	text-decoration: none;
	color: #000000;
}

/* To allow 'only highlight title when hovering intro' to work in FireFox */
a.homespecialstory {
	text-decoration: none;
}

div.level1storylist {
	font-size: 80%;
	margin-bottom: -5px;
}

span.buynow form {
	display: inline;
}
