@charset "UTF-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	max-width:960px;
	/*background: rgba(56,170,207,1.00);*/
	font: 18px/21px Helvetica, Arial, sans-serif;
	font-size: 21px;
	color:rgb(0,0,0);
	line-height:27px;
	text-align: left;
	position:relative
}

#canvas
{
	/*background-color:rgb(56,170,207);*/
	/*border-width:thick;*/
	max-width:960px;
	padding-top:0px;
	float:left;
	position:relative;
	/*text-align:center;
	border:2px solid rgb(245,197,237);*/

	}
	
.contain {
	display:block;
	position:relative;
	background-color:rgba(255,255,255,1.00);
	float: left;
	padding:0px;
	margin:0px;
	max-width:960px;
	min-height:100px;
		-webkit-box-shadow: 0px 0px 26px 0px rgba(50, 50, 50, 0.7);
-moz-box-shadow:    0px 0px 26px 0px rgba(50, 50, 50, 0.7);
box-shadow:         0px 0px 26px 0px rgba(50, 50, 50, 0.7);
}

.base {
	/*background-color:rgba(253,226,199,1.00);*/
	margin: 0px;
	padding: 10px;
}
.white {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	padding: 10px;
}


.blue {
	width: 100%;
	margin-top: 10px;
	background-color: rgba(205,234,243,1.00);
	padding: 10px;
}
.blue img {
	width: 100%;
	max-width: 600px;
}
.caption {
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
}

#donate img {
	margin: 10px 30px 20px;
	width: 60%;
	max-width: 300px;
}

#letters img {
	margin: 10px 10px 20px;
	width: 80%;
	max-width: 300px;
}

#wrap { 
	width: 100%;
	height: 307px;
	margin: 0 auto;
}
#slider img {
	width: 100%;
	height: auto;
	overflow:hidden;
}
/*.wrap {
	margin-bottom: 20px;
}*/

#uofc img {
	margin: 20px 5px;
	width: 100%;
}

#uofchdr h5 {
	color: #000000;
}

.amazon img {
	width: 90%;
	max-width: 400px;
}
.rtcon h5 {
	font-family: Verdana, "sans-serif";
	color: rgba(56,170,207,1.00);
	font-style: oblique;
	font-weight: bold;
	font-size: 18px;
}

#about img {
	width:300px;
	vertical-align: top;
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}

.rtcd {
	font-size: 12px;
	text-align: center;
	color: #393F8C
}


#footer {margin:auto; background-color:rgb(73,104,166); font-family:Helvetica, Arial, sans-serif; color:rgb(255,251,214); font-size:24px;padding-left:20px; text-shadow:4px 4px 3px rgb(0,0,0); height:100px; clear:both; 
	text-align:center;}



