/* CSS Document */

body{
	background-image:url('/50th_anniversary/images/body-bg.gif');
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#F7F6FB;
	margin:0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px;
	color:#000000;
}

.nav{
	width:245px;
	text-align:center;
	background-color:#DEECF7;
	padding-bottom:17px;
}

.shadow-left{
	width:50px;
	background-image:url('/50th_anniversary/images/shadow-left.gif');
	background-position:top right;
	background-repeat:repeat-y;
}

.shadow-right{
	width:50px;
	background-image:url('/50th_anniversary/images/shadow-right.gif');
	background-position:top left;
	background-repeat:repeat-y;
}

.container{
	width:495px;
}

.content{
	padding:20px 15px 10px 15px;
	text-align:left;
	background-color:#F7F6FB;
}

a, a:visited{
	color:#000000;
}

a:hover, a:visited:hover{
	color:#01814B;
}

.footer{
	background-color:#EDF1EA;
}

.footer-info{
	width:245px;
	line-height:130%;
	text-align:left;
	font-size:12px;
	padding-top:8px;
	padding-left:27px;
	padding-bottom:2px;
}

.footer-links{
	width:318px;
	line-height:130%;
	text-align:center;
	padding-top:6px;
}

.footer-links a{
	font-size:12px;
}

.footer-logo{
	width:150px;
	text-align:center;
	padding-top:6px;
}

.videobox{
	width:465px;
	background-color:#FBF4DA;
	margin-top:0px;
	padding:10px 0px;
	text-align:center;
}

img.photo50{
	padding-bottom:25px;
}

.green{
	text-align:center;
	font-size:20px;
	color:#018752;
}

.orange{
	text-align:center;
	font-size:20px;
	color:#FF821B;
}

.blue{
	text-align:center;
	font-size:20px;
	color:#0092CE;
}

.odd{
background-color:#FBF4DA;
padding:5px 3px;
}

.even{
background-color:#F8EABE;
padding:5px 3px;
}