@charset "utf-8";
* { target-new: tab ! important }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/* changed 6/27 SES
	background-image: url(../images/bg_gradient-rp.jpg);
	background-repeat: repeat-x;
	background-color: #990066;
	background-image: url(../images/bg_gradient-ltblue.jpg);
*/
	background-image: url(../images/bg_gradient-dkblue.jpg);
	background-repeat: repeat-x;
	background-color:#B6D8F3;
}
.oneColFixCtrHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #header {
	background-image: url(../flash/lg-header.jpg);
	background-repeat: no-repeat;
	background-position-x: left top;

/*
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	font-size: 0.8em;
	background-color: #64EEEB;
	border-top: 1px solid #000000;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#copyr {
    color: black;
}
#credits {
	text-align: right;
	text-decoration: none;
	color: black;
}
#credits a {
	text-decoration: none;
	color: black;
}
#MenuDiv {
	text-transform: uppercase;
	background-color: #FF0000;
	z-index: auto;
}
h2 {
	color: #3366FF;
	font-weight: normal;
}
h3 {
	color: #3366FF;
	font-weight: normal;
	font-size: 1.25em;
	padding-top: 10px;
	border-top-style: solid;
}
.rowcontainer {	/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
/*	margin-top: 5px; */
	width: 100%;
	overflow: hidden;
}
.fullcolumn {
	float: left;
	width: 99%;
}		/* Full width column for a one column site */
.threequartercolumn {
	float: left;
	width: 74%;
}		/* Three quarter width column for a two column site, pair with the onethirdcolumn div class */
.halfcolumn {
	float: left;
	width: 49%;
}		/* Half width column for a two column site. */
.onethirdcolumn {
	float: left;
	width: 33%;
}		/* One third width column for a three column site */
.twothirdcolumn {
	float: left;
	width: 66%;
}		/* Two third width column for a two column site */
.onequartercolumn {
	float: left;
	width: 24.5%;
}		/* One quarter width column for a four column site */
.onefifthcolumn {
	float: left;
	width: 19.5%;
}		/* One fifth width column for a five column site */
.twofifthcolumn {
	float: left;
	width: 39%;
}		/* Two fifth width column for a five column site */
.fourfifthscolumn {
	float: left;
	width: 79.5%;
}		/* Four fifth width column for a five column site */
.threefifthscolumn {
	float: left;
	width: 59.5%;
}		/* Three fifth width column for a three column site */
.picture {
	padding: 5px;
}
.attribution {
	font-style: italic;
	display:block;
	text-align: right;
	font-weight: bolder;
}
.thinborder {
	border: thin solid #000000;
	padding: 3px;
}
.tagline {
	color: #FF0000;
	font-weight: bold;
}

.sidebox {
	font-size: larger;
	background-color: #CCCCCC;
	padding: 3px;
}
.sidebox-small {
	font-size: smaller;
	background-color: #CCCCCC;
	padding: 3px;
}
.indented {
	padding-left: 4em;
}
.outdent {
	padding-left: -20px;
}
.08ems {
	font-size: .8em;
}
.boxed {
	padding: 10px;
	border: 2px solid #000000;
	font-size: 1.1em;
	background-color: #EAEAEA;
	margin-right: 15px;
	margin-left: 15px;
}
.boxed2 {
	padding: 10px;
	font-size: 1.1em;
}
.inabit {
	padding-right: 10px;
}
.homevideo {
	text-align: center;
	padding-top: 15px;
}

.bluetext {
	color: #000066;
}
.redtext {
	color: #F00;
}

.nohilight a:link,a:visited {
	color: #3366FF;
	text-decoration: none;
}
.nohilight a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3366FF;
}
.linkclass a:link,a:visited {
	text-decoration: underline;
}
.brightbox {
	background-color: #B6D8F3;
	font-size: 18px;
	border: solid black 1px;
	padding: 3px;
}
.imageLeft {
	margin-right: 12px;
	display: inline;
}
.imageRight {
	float: right;
	margin-left: 12px;
	display: inline;
}
.indentList {
	margin-left: 130px;
}
.formtable {
	font-size: .8em;
}
#ltdanband p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 2px 4px 2px 4px;
}
#ltdanband {
	background-color: #EBEBEB;
	border-left: solid black 1px;
	border-right: solid black 1px;
}
.clearfloat {
	clear:both;
}
.bookcover img{
 border: 1px solid white;
 }
 
.bookcover:hover img{
 border: 1px solid navy;
 }
.button {
	background-color:#2b91af;
	border-radius:10px;
	box-shadow:0 2px 3px rgba(0,0,0,0.3);
	color:#fff;
	cursor:pointer;
	display:inline-block;
	padding:10px 20px;
	text-align:center;
	text-decoration:none
}
.button.small {
	border-radius:15px;
	float:right;
	margin:22px 5px 0;
	padding:6px 15px
}
.button:hover {
	background-color:#1e1e1e
}
.button>span {
	font-size:84%
}
.button.bClose {
	border-radius:7px 7px 7px 7px;
	box-shadow:none;
	font:bold 131% sans-serif;
	padding:0 6px 2px;
	position:absolute;
	right:-7px;
	top:-7px
}
#popup {
	background-color:#fff;
	border-color:blue;
	border-radius:10px 10px 10px 10px;
	box-shadow:0 0 25px 5px #999;
	color:#000;
	display:none;
	min-width:450px;
	min-height:100px;
	padding:25px;
}