body {
	background-color: #BC2826;
	background-image: url(images/bg-red.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	background-position: center;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.25em;
}
h1 {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #BC2826;
	text-decoration: none;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.firstpage {
	margin-top: 10px;
	margin-bottom: 0px;
}

h2 {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #40779C;
	text-decoration: none;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #40779C;
	text-decoration: none;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 5px;
}

.post_information {
	font-size: xx-small;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
}

.quote {
	text-align: center;
	font-style: italic;
	background-color: #DDDDDD;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
}
.quote_source {
	text-align: center;
	background-color: #DDDDDD;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
.caption {
	text-align: center;
	font-style: italic;
	margin-top: -7px;
	padding-top: 0px;
	font-size: x-small;
	font-weight: bold;
	color: #666666;
}
.copyright {
	font-size: x-small;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BC2826;
	padding-top: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.datetime {
	font-size: xx-small;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 10px;
}	
a {
	color: #444444;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.more {
	font-size: x-small;
	text-align: right;
	margin-top: -20px;
	padding-top: 0px;
	font-style: italic;
	margin-bottom: 10px;
}

a:hover {
	border-bottom-style: solid;
	color: #000000;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
}
a:active {
	color: #BC2826;
}
/* Add icons to PDF - from http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html */
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

.menu {
	font-size: x-small;
}

#masthead {
	margin-top: 0px;
}
#navigationsidebar {
	left: 25px;
	top: 128px;
	float: left;
	width: 142px;
	margin-left: 8px;
	margin-top: 10px;
}
@media print {
	body {background-image:none;}
	#masthead img {
	height:85%; 
	width:85%; 
	text-align:center;
	}
	#masthead {
	margin-left:0px;
	margin-top:0px;
	width:100%;
	}
	#content {
	margin-left: 0px;
	width:auto;
	margin-top: 15px;
	}
	#contentcontainer {
	width: 100%;
	}
	#content p, h1, h2, h3, li, td {font-family: Verdana, Arial, Helvetica, sans-serif;}
	#navigationsidebar {display:none;}
	.masthead_info {text-align:left;}
}
@media screen, projection {
	#masthead {
	margin-left:0px;
	}
	#content {
	width: 590px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	}
	#contentcontainer {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding: 0px;
	}
}
#navigationsidebar a {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #408FC4;
	display: block;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 2px;
	line-height: 1.1em;
}
#navigationsidebar a:hover {
	background-color: #40779C;
	color: #FFFFFF;
	border-bottom-width: 1px;
}
#navigationsidebar a.submenu {
	font-size: 11px;
	background-color: #73ADD4;
	padding-left: 12px;
}

#content img {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
}
#mastheadimg img {
	margin-left: 0px;
	margin-top: -5px;
}
.about_us {
	font-size: small;
	font-style: italic;
	margin-bottom: 0px;
}
.featured_item {
	border: 1px solid #999999;
	display: block;
	background-image: url(images/grad1.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content img.gallery {
	margin-right: 3px;
	margin-left: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.image_column_right {
	width: 310px;
	float: right;
}
