﻿.alert {
	border: thin solid #990000;
	background-color: #FFFFCC;
	padding: 3px 6px 3px 6px;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 13px;
	font-weight: bold;
}
.gray {
	color: #999999;
}
.fading-bkgd {
	background-image: url('../images/fading_background.png');
}
.no-topmargin {
	margin: 0px;
}
img {
	border-width: 0;
}
.linkcode {
	margin-top: 9px;
	margin-bottom: 36px;
	padding: 5px;
	border: 1px solid #555;
	width: 80%;
}

.strikethrough {
	text-decoration: line-through;
}
.left-padding {
	padding-left: 15px;
}
#wrapper {
	border-width: medium;
	border-color: #C0C0C0;
	padding: 5px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
}
#header {
	margin-bottom: 6px;
}
#Masthead {
	height: 95px;
	width: 780px;
	background: url("images/header.jpg") no-repeat;
}
#MailingListNav {
	float: right;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 200px;
	margin-top:9px; 
}
#container {
	padding: 5px;
	width: 780px;
}
#footer {
	background: url(images/footer.gif) repeat-x;
	border-top: 1px solid #C9CCB9;
	width: 780px;
	margin-top: 10px;
	padding-top: 10px;
}
.medium {
	font-size: medium;
}
body {
	background: #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333333;
	margin-top: 0px;
	text-align: center;
}
p {
	font-size: 14px;
}
h1 {
	color: #336699;
	font-weight: bolder;
	font-size: 26px;
}
h2 {
	color: #006699;
	font-size: 20px;
}
h3 {
	margin: 0px;
	color: #006699;
	font-weight: bolder;
}

ul {
	margin-top:3px;
	margin-bottom:3px;
}

li {
	margin-bottom: 6px;
	font-size: 14px;
}

a {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #6495ED;
}
a:active {
	text-decoration: underline;
	color: #6495ED;
}

hr {
	height: 1px;
	border: solid;
	color: #333333;
}
.small {
	font-size: xx-small;
}

.highlight {
	background: #FFFFCC;
	color: #FFFF00;
}

#header_book {
	width: 780px;
	height: 130px;
}

#footer p {
	font-size: x-small;
	text-align: center;

}
#ExtraComments {
	display: none;
}
#secure {
	float: right;
	position: fixed;
	top: 50px;
	left: 500px;
	width: 182px;
	height: 44px;
	z-index: 1;
}
.red {
	color: #CC0000;
}
.img {
	border: 0 none;
}
.centered {
	text-align: center;
}
