@charset "utf-8";

body {
	background-color: #213473;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;}

/* Use this class for scaling images. */
img.customscale {
	width: 100%;
	max-width: 600px;
}

a.white:link {
	color: #006600
}
a.white:active {
	color: #00CC00
}
a.white:visited {
	color: #006600
}
a.white:hover {
	color: #00ffff;
}

.globalLayout {
	padding: 6px;
}

#header {
	position: inherit;
	height: auto;
	z-index: 1;
	color: #000000;
	font-size: large;
	/*	padding-bottom: 15px;*/
	min-height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 2%;
}

#nav {
	position: relative;
	height: auto;
	background-repeat: repeat-x;
	background-color: #FFFBE8;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 30px;
	background-image: url(../images/msnbc_sharkfinstretchgraphic.gif);
	/* [disabled]max-width: 900px; */
	margin-right: 2%;
	margin-left: 2%;
}

#footer {
	position: relative;
	height: auto;
	line-height: 30px;
	text-align: center;
	min-width: 200px;
}
.bodyContent {
	background-color: #FFFBE8;
	position: relative;
	padding: 6px;
	border-radius: 0px 0px 8px 8px;
	/* [disabled]background-image: url(../images/contentbg.gif); */
	/* [disabled]max-width: 900px; */
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 2%;
}


h2 {
	font-size: 24px;
	text-align: center;
}

a:hover {
	color: #FF6600;
}
.photoAlbum {
	width: 32%;
	max-width: 440px;
	padding: 3px;
	text-align: center;
	}
	
#header img {
	padding: 3px;
}

.textBody {
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
