a:link{
	background: transparent;
	color: #5d7d47;
	text-decoration: none;
}

a:visited{
	background: transparent;
	color: #5d7d47;
	text-decoration: none;
}

a:hover{
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}

a:active{
	background-color: transparent;
	color: #5d7d47;
	text-decoration: none;
}
body {
	background: #29233d;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

p{
	background: transparent;
	color: #000000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

td{
	background: transparent;
	color: #000000;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 16px;
	color: #000000;
	letter-spacing: normal;
	font-stretch: wider;
}


.copyright {
	font: normal 10px Verdana, Times New Roman, sans-serif;
	color: #000000;
}

#quote {
	font: italic 13px Verdana, Times New Roman, sans-serif;
	color: #446D8C;
}
.navbox {
	background: transparent;
	font: normal 12px Verdana, Times New Roman, sans-serif;
	color: #C29C9A;
}

.bookcover {
	border: medium solid #5d7d47;
}

.main {
	background: #e1dbef;
	border: solid #5d7d47;
}

.buttons {
	background: #000000;
	
	background-repeat: repeat;
	background-image: url(images/buttonbk.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
.nav {
background-color: #29233d;

}

.box1 {
	border-left: 1px solid #29233d;
}

.box2 {
	border-right: 1px solid #29233d;
}

.nav2 {
background-color: #ffffff;

}

/* Contest Styles */
TABLE.contest-table { border: 1px solid #000; padding: 6px; width: 95% }
TABLE.contest-table TH { font-size: 13px; border-bottom: 1px solid #000; }
TABLE.contest-table TD.description { font-size: 11px; border-bottom: 1px solid #000; }
TABLE.contest-table TD.select DIV#book-download-selection DIV#author-dropdown { float: left; margin-right: 10px; }
TABLE.contest-table TD.select DIV#book-download-selection DIV#book-dropdown { float: left; margin-right: 10px; }
TABLE.contest-table TD.select DIV#book-download-selection DIV#format-dropdown { float: left; margin-right: 10px; }
TABLE.contest-table TD.select DIV#book-download-selection DIV#submit-button { float: left; clear: both; }
TD.book-row-odd { font-size: 11px; height: 24px; background-color: #EBEBEB; padding-left: 4px; padding-right: 4px; border-bottom: 1px solid #ccc; }
TD.book-row-even { font-size: 11px; height: 24px; background-color: #fff; padding-left: 4px; padding-right: 4px; border-bottom: 1px solid #ccc; }
TD.book-row-odd A { text-decoration: underline; }
TD.book-row-even A { text-decoration: underline; }

