@charset "utf-8";

/*---------- basic styling ----------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000033;
	text-align: center;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
}
#wrapper {
	text-align: center;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#tableLayout {
	background-color: #BEC8CB;
	border: 2px solid #CCCCCC;
	height: 1210px;
	width: 850px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#photoPageLayout1 {
	background-color: #BEC8CB;
	border: 2px solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 600px;
	width: 600px;
}

#tableLayoutUnderConstruction {
	background-color: #BEC8CB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 600px;
	width: 850px;
	border: 2px solid #CCCCCC;
}

#tdFooterBar {
	text-align: center;
	height: 78px;
	width: 840px;
}

#tdNavigation {
	background-color: #BEC8CB;
	text-align: left;
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 170px;
	width: 125px;
}




#tdLogo {
	vertical-align: middle;
	text-align: center;
	height: 110px;
	width: 840px;
}
#tdPageCopy1 {
	padding: 5px;
	color: #000033;
	width: 180px;
}

#tdPageCopy2 {
	font-size: 12px;
	font-style: italic;
	color: #000033;
	padding: 5px;
	text-align: center;
}
#tdNextPageNavigationStrip {
	font-size: 12px;
	color: #000033;
	text-align: right;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#tdPageCopy130Width {
	width: 120px;
	padding: 5px;
	color: #000033;
}

h4 {
	font-size: 14px;
	color: #000033;
}
h3 {
	font-size: 16px;
	color: #000033;
}


.italic12ptcopy {
	font-size: 12px;
	font-style: italic;
	color: #000033;
}

#tdPhotoLargeFrame {
	text-align: center;
	vertical-align: top;
	border: 2px solid #BEC8CB;
	margin: 10px;
	padding: 5px;
}
#tdPhotoLayoutSmallStrip {
	text-align: center;
	vertical-align: middle;
}
#imgSmall {
	border: 1px solid #000033;
	margin-right: 5px;
	margin-left: 5px;
}
#imgLarge {

}
#bottomMenuBar {
	text-align: center;
	height: 50px;
	width: 840px;
}
#tdSiteDesignandCopyright {
	text-align: center;
	vertical-align: middle;
	height: 26px;
	width: 840px;
	font-size: 10px;
}
#tdFooterNavigationBar {
	text-align: center;
	height: 30px;
	width: 518px;
}

