html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
body {
        line-height: 1;
        color: black;
        background: white;
}
ul {
        list-style: none;
        margin-left:1em;
}
ol{
        margin-left:1.5em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}
td{
	vertical-align: top;
	padding:.2em;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}

body{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100%;
	text-align: center; 
	color: #555555;
	font-size: 14pt; 
	font-family: "Gill sans", "Futura", "Verdana", "Arial", sans-serif;
}
:focus{
    outline:0;
}
img{
	border-color: #666666;
}
a:link{
	color: #228B22;
	text-decoration: none;
}
a:active{
	color: #476100;
	text-decoration: underline;
}
a:hover{
	color: #228B22;
	text-decoration: underline;
}
a:visited{
	color: #1E90FF;
	text-decoration: none;
}
a:visited:hover{
	text-decoration: underline;
}
a img{
    border:0px;
}
td.menu{
	text-align: center;
	font-weight: bold; 
	font-size: 14pt; 
	padding: 5px 5px 5px 5px;
	vertical-align:middle;
}
td.bookcover{
	width:140px;
}
div#bookcover{
}
.menu img{
	float:none;
}
.italic,
i{
	font-style: italic;
	/** font-weight: normal; 
	font-size: 14pt; **/
}
.bold,
strong{
	font-weight: bold; 
}

.booktitle{
	font-size: 14pt; 
	font-style: italic;
	font-weight: bold; 
}
a.booktitle:hover{
	text-decoration: underline;
}
.booktitlebig{
	font-size: 18pt; 
	font-style: italic;
	font-weight: bold; 
}
.copyright{
	font-weight: normal;
	font-style: italic; 
	font-size: 10pt; 
	text-align: center;

}

#mainbox
	{
	/**border:1px solid black;**/
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	text-align: left;
	width: 800px;	
	background-color: #ffffff;
}

#splashpage{
 	/**border:1px solid black;**/
 	padding:1em;
 	min-height: 500px;
 	text-align: center;
}	
#splashpage h1{
	text-align: center;
	color:#555555;
	font-weight: bold;
	font-size: 18pt;
}

#maincontent{
	/**border:1px solid red;**/
	padding:1em;
	min-height: 500px;
}

#maincontent h1{
	text-align: left;
	color:#555555;
	font-weight: bold;
	font-size: 18pt;
}

#maincontent h2{
    color:#555555;
    font-weight: bold;
    font-size: 14pt;
    margin:0 0 .5em 0;
    padding:0;
}
        
#maincontent p{
    color:#555555;
    font-size: 1em;
    line-height: 1.3em; 
    margin:0 0 1em 0;
    padding:0;
}   
#maincontent li{
	margin-bottom: 1em;	
}
 	
#navbar{
	padding:1em;
	text-align: center;
}


#mainimage{
	margin-left: 1em;
	margin-right: 1em;	
	margin-top: 1em;
	margin-bottom: 0.5em;
	float: left;

}

#midimage{
	text-align: center;
}
div.carousel-wrapper{
	position:relative;
}
div.carousel-box{
	padding:0px 33px;
}
div.carousel{ 
    position: relative;
	/*height:160px;*/
	margin:0 auto;
}
div.carousel2{
    visibility: hidden;
    left: -5000px;
}

div.carousel ul li{
    width:105px; 
    height:160px;
    font-size:.6em;
    text-align:center;
    list-style-type:none;
    margin: 0;
    padding: 0px 5px;
}
/**
 *  Horizontal Buttons
 */
.next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.next-horizontal:hover {
    background-position: -32px 0;
}

.next-horizontal:active {
    background-position: -64px 0;
}

.next-disabled-horizontal,
.next-disabled-horizontal:hover,
.next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.prev-horizontal:hover {
    background-position: -32px 0;
}

.prev-horizontal:active {
    background-position: -64px 0;
}

.prev-disabled-horizontal,
.prev-disabled-horizontal:hover,
.prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


img.world2{
	float:left;
	margin:0 20px 20px 0;
}
img.world{
	float:right;
	margin:0 0 20px 20px;
}

table.publishers{
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}
table.publishers th{
    text-align:center;
}
table.publishers td,
table.publishers th{
    padding:5px;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
p.message{
	border:1px solid silver;
	background-color:orange;
}