/*** Global Settings ****/
body {
	font: normal 12px/1.6em Arial, Helvetica, sans-serif;
	color: #000080;
	margin: 0;
	padding: 0;
	background:#fffcf0;
	}
p { 
	color:#000080;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a:link, a:visited {
	color: #31008F;
	text-decoration:underline;
	background:none;
	}
a:hover, a:active {
	color: #a43b55;
	text-decoration: none;
	background:none;
	}

h2 {
	text-align:center; 
	font-size:24px; 
	text-decoration:underline; 
	font-family:Times New Roman, Times, serif;
}

h3 {
	color: #FF0000;
	margin: 10px 0;
	padding-bottom: 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #efece7;
	}

.top {
	background-color:#9fb4d5;
	border:none;
	color:#9fb4d5;
	height: 10px;
	width:100%;
}

	
/*** Layout ****/
#wrapper {
	margin: 0 auto;
	width: 835px;
	}




/*** Buttons ****/

.button-videos {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
}
.button-videos a {
	display:block;
	width:100%;
	height:100%;
	background:url(images/view-videos.png) no-repeat top left;
	outline:none;
}
.button-videos a:hover {
	background-position:0 -50px;
}
.button-photos {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
}
.button-photos a {
	display:block;
	width:100%;
	height:100%;
	background:url(images/view-photos.png) no-repeat top left;
	outline:none;
}
.button-photos a:hover {
	background-position:0 -50px;
}


/*** Bullets ****/
#navlist
{
	list-style: none;
}

#navlist li
{
	padding-left: 40px;
	padding-right: 10px;
	background-image: url(images/BD21300_.gif);
	background-repeat: no-repeat;
	background-position: .75em .25em;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	text-align:right;
	margin-left:auto;
	margin-right:0;
	width:100%;
	background-color:#fffcf0;
	padding-bottom:15px;
	line-height:normal;
}

#footer p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8f8f8f;
}

#footer a:link, #footer a:visited {
	color: #8f8f8f;
	text-decoration: none;
	background:none;
	}
	
#footer a:hover, #footer a:active {
	color: #a43b55;
	text-decoration: none;
	background:none;
	}
