body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e2a08;
	margin-top:0px;
	}
	
.wrapper {
	text-align:left;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#D5BFB3;
	}

.header {
	height:234px;
	}

.footer {
	text-align:center;
	height:50px;
	}
	
.page_title {
	width:220px;
	margin-top:45px;
	margin-left:110px;
	font-size:30px;
	font-weight:bold;
	float:left;
	}
	
.logo1 {
	position:absolute;
	float:left;
	margin-top:116px;
	margin-left:225px;
	}

.logo2 {
	position:absolute;
	margin-left:341px;
	z-index:10;
	}

.logo3 {
	position:absolute;
	margin-left:573px;
	}

.cart_status {
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	width:116px;
	}

.contact {
	text-align:center;
	margin-top:-80px;
	z-index:5;
	color:#D5BFB3;
	font-weight:bold;
	font-size:10px;
	}
.contact .tagline {
	font-size:16px;
	margin-bottom:5px;
	}
		
.nav {
	margin-left:110px;
	width:115px;
	float:left;
	}

.nav img {
	padding:5px 0 5px 0;
	background-color:#ff6666;
	}

.column1 {
	margin-left:225px;
	padding-left:10px;
	width:464px;
	min-height:270px;
	}

.column1 .head {
	font-size:larger;
	font-weight:bold;
	}

.column1 p.head {
	margin-bottom:0px;
	}

.column1 ul {
	margin-top:0px;
	}

.column1 a:link, .column1 a:visited, .column1 a:active,
.header a:link, .header a:visited, .header a:active,
.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:none;
	color:#3e2a08;
	}

.column1 a:hover, .header a:hover, .footer a:hover {
	text-decoration:underline;
	}

.contact a:hover, .contact a:link, .contact a:visited, .contact a:active {
	text-decoration:none;
	color:#D5BFB3;
	}
	
.column2 {
	margin-left:106px;
	width:345px;
	}
	
.fellowships {
	font-size:larger;
	font-weight:bold;
	line-height:.75em;
	}

.res_main_cat p, .fellowships p {
	margin-left:116px;
	}
	
.res_sub_cat p {
	margin-left:126px;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}
	
.res_main_cat a:hover, .res_main_cat a:link, .res_main_cat a:visited, .res_main_cat a:active,
.fellowships a:hover, .fellowships a:link, .fellowships a:visited, .fellowships a:active,
.res_sub_cat a:hover, .res_sub_cat a:link, .res_sub_cat a:visited, .res_sub_cat a:active {
	text-decoration:none;
	}

.res_main_cat a:hover, .fellowships a:hover, .res_sub_cat a:hover {
	color:#FF0000;
	}
	
.home_links a:hover, .home_links a:link, .home_links a:visited, .home_links a:active {
	text-decoration:none;
	color:#3e2a08;
	}

.resource {
	margin-left:126px;
	margin-top:-0.5em;
	margin-bottom:-0.5em;
	}

.sub_resource {
	margin-left:136px;
	margin-top:-0.5em;
	margin-bottom:-0.5em;
	}

table.recordings {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

div.checkout {
	width:750px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

table.checkout {
	text-align:left;
	}

table.recordings a:hover, table.recordings a:link, table.recordings a:visited, table.recordings a:active,
table.checkout a:hover, table.checkout a:link, table.checkout a:visited, table.checkout a:active {
	text-decoration:none;
	color:#3e2a08;
	}

table.recordings a:hover,
table.checkout a:hover {
	color:#FF0000;
	}
	
table.recordings th,
table.checkout th {
	text-align:left;
	}

table.recordings td,
table.checkout td {
	text-align:left;
	}

table.recordings td.rec_nav {
	text-align:center;
	}

table.recordings tr.current, .current {
	color:#FF0000;
	font-weight:bold;
	}

table.checkout table#ship,
table.checkout table#bill {
	width:300px;
	padding:5px 5px 5px 5px;
	margin:0 10px 0 10px;
	}

tr.err {
	color:#FF0000;
	font-weight:bold;
	}

tr.totals td {
	text-align:right;
	}

.odd {
	background-color:#CCCCCC;
	}

.even {
	background-color:#FFFFFF;
	}

.small {
	font-size:smaller;
	}

.options {
	text-align:right;
	}
	
.buyBTN {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#f04f58;
	border-color:#FF0000;
	border-style:solid;
	border-width:thin;
	cursor:pointer;
	padding:2px 6px 2px 6px;
	}

table.CDoM {
	margin-left:75px;
	font-size:larger;
	font-weight:bold;
	}

table.CDoM tr {
	line-height:2em;
	}
	
.thumbnail {
	position: relative;
	z-index: 0;
	}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
	}

.thumbnail span {
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}

.thumbnail span img{
	border-width: 0;
	padding: 2px;
	}

.thumbnail:hover span {
	visibility: visible;
	top: 0;
	left: 60px;
	}

.events {
	margin-left:50px;
	}

.events .address {
	margin-left:20px;
	margin-top:-0.5em;
	margin-bottom:0.5em;
	}

#link_list {
	margin-top:2em;
	}
#link_list .title {
	font-weight:bold;
	margin-left:20px;
	}
#link_list .desc, #link_list .link {
	margin-left:40px;
	}