p {
	margin: 0px;
	padding: 0px;
}

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #000000;
	margin: 0px;
}

.bgTop {
	background-color:#154093;
	background-image: url(images/bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height:880px;
	width:890px;
}

.LargeThumb, .MediumThumb, .SmallThumb {
	border-top: 2px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	color:#FFFFFF;
}

.LargeThumb, .MediumThumb, .SmallThumb {
	vertical-align: baseline;
}

.LargeThumb img, .MediumThumb img, .SmallThumb img {
	border: none;
}

.LargeThumb a, .MediumThumb a, .SmallThumb a {
	color:#FFFFFF;
}

.selected, 
.LargeThumb:hover, .MediumThumb:hover, .SmallThumb:hover,
.LargeThumb:active, .MediumThumb:active, .SmallThumb:active {
	border-top: 2px solid #FFF182;
	border-right: 3px solid #FFF182;
	border-bottom: 2px solid #FFF182;
	border-left: 3px solid #FFF182;
}

.LargeThumb, .LargeThumb img {
	width: 234px;
	height: 176px;
}

.MediumThumb, .MediumThumb img {
	width: 154px;
	height: 116px;
}

.SmallThumb, .SmallThumb img {
	width: 74px;
	height: 56px;
}

/* 
 * IE 6 needs less margin or it pushes out the edge of the page
 * This is fixed with conditional comments on the page, but this
 * value needs to be here so that I can change it for IE 6
 */
#iefix {
	margin-right:42px;
}

#featuredCam {
	float:right;
	width:409px;
	height:384px;
	margin-top:25px;
	margin-bottom:12px;
	padding:6px 12px 10px 10px;
}

.next_prev {
	cursor:pointer;
	margin:5px 0px 0px 0px;
	float:left;
}

#featuredtitle {
	width:320px;
	height:23px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	font-size:16px;
	font-weight:700;
}

#featuredviewdiv a:hover,
#featuredviewdiv a:active,
#featuredtitle a:hover,
#featuredtitle a:active {
	color: #000000;
}

#featuredviewdiv a:link,
#featuredviewdiv a:visited,
#featuredtitle a:link,
#featuredtitle a:visited {
	color: #1D63A2;
}

#featuredlocation {
	float:left;
	width:155px;
	height:17px;
	text-align:center;
	overflow:hidden;
	margin:7px 0px 0px 0px;
	font-weight:700;
}

#featuredlink {
	text-decoration:underline;
}

#featureddescription {
	clear:left;
	font-weight:normal;
	height:70px;
	overflow:hidden;
	font-size:11px;
	margin-right:7px;
	padding-top:5px;
}

#featuredimg {
	border:1px solid #FFFFFF;
}

#featuredviewdiv {
	margin-right:7px;
	text-align:right;
	font-weight:700;
	font-size:11px;
}

