.bigphoto {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9DB5D0;
	padding: 5px;
	clear: both;
	width: 400px;
	border: thin solid #000;
	position: relative;
	left: 20px;
	height: 400px;
}
.thumbs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #006;
	background-color: #9DB5D0;
	clear: both;
	width: 100%;
	overflow: scroll;
	z-index: auto;
}
.mainText {
	font-family: tahoma;
	font-size: 10pt;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-indent: 10pt;
	
}
.mainTextBoldBlue {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #00437B;
	text-align: left;
	text-indent: 0pt;
}
.mainText11pt {
	font-family: tahoma;
	font-size: 12pt;
	text-align: center;
}
.mainTextBoldBlue12 {
	font-family: tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #00437B;
	text-align: center;
}
.subheader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight:  bold;
	color:  #FF9933;
	text-align: left;
}
.mainnoindent {
	font-family: tahoma;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
.bold {
	font-weight: bold;
}
.container {
	clear: both;
	height: 100%;
	width: 90%;
	background-color: #9CC;
	position: absolute;
	left: 20px;
	top: 2px;
	z-index: 1;
}
.containerheader {
	font-family: tahoma;
	text-align: center;
	clear: both;
	float: none;
	width: 100%;
}

.maincontent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #000;
	background-color: #EEF2F7;
	text-align: left;
	clear: right;
	float: right;
	height: auto;
	width: 75%;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #006;
	padding-left: 20px;
}
.leftbar {
	font-family: tahoma;
	font-size: medium;
	color: #000;
	background-color: #FFC;
	text-align: left;
	clear: left;
	float: left;
	width: 20%;
	margin-right: 10px;
	list-style-position: inside;
	list-style-type: disc;
}

