@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	float: none;
	background-color: #000033;
}
.twoColFixRtHdr #container {
	width: 1160px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
	border: thin none #666;
} 
.twoColFixRtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFF;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin none #FFF;
	white-space: normal;
	height: auto;
	background-color: #FFF;
	clip: rect(auto,auto,auto,auto);
	top: auto;
	margin: 0px;
	font-size: 10pt;
}
.twoColFixRtHdr #mainContent {
	width: 800px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: none;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 10pt;
} 
.twoColFixRtHdr #bottombox {
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 10pt;
	text-align: left;
	float: left;
	background-color: #FFF;
	border: thin none #CCC;
} 
.twoColFixRtHdr #bottombox1 {
	width: 345px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 10pt;
	text-align: justify;
	float: left;
	border: 1px none #CCC;
} 
.twoColFixRtHdr #navigationbar {
	margin-bottom: 0;
	margin-left: 0;
	width: 785px;
	height: 32px;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: none;
	float: left;
}
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-bottom: 5;
	background-color: #FFF;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	color: #003;
	font-size: 16pt;
}
.twoColFixRtHdr #container #mainContent p {
	font-size: 9pt;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 16%;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent h1 {
	color: #003;
	text-align: left;
	font-size: 16pt;
	float: none;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 16pt;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 12pt;
}
.twoColFixRtHdr #container #mainContent h2 {
	color: #003;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent p {
	text-align: justify;
	color: #000;
	font-size: 10pt;
	font-style: normal;
}
.twoColFixRtHdr #container #bottombox h2 {
	font-size: 14pt;
	color: #003;
	border: thin none #FFF;
}
.twoColFixRtHdr #container #bottombox1 h2 {
	font-size: 14pt;
	color: #003;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 10px;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent h2 {
	color: #003;
	font-size: 12px;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent ul li {
	font-size: 10%;
}
.twoColFixRtHdr #container #mainContent ul li {
	font-size: 10pt;
}
.twoColFixRtHdr #container #mainContent table tr td {
	font-size: 10pt;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent table {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent table tr td p {
	text-align: left;
}
.twoColFixRtHdr #container #mainContent table tr td p {
	text-align: center;
}
.twoColFixRtHdr #container table tr td a {
	text-align: center;
}
.twoColFixRtHdr #container table tr td h2 {
	color: #003;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-size: 12pt;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height: 600px
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin-top: 0;
	margin-left: 10;
	padding-left: 0px;
}

.thumbnail:hover{
	background-color: transparent;
	text-align: left;
	float: none;
}

.thumbnail:hover img{
	border: 1px solid #FFF;
	text-align: right;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>
.twoColFixRtHdr #container #sidebar1 #CollapsiblePanel1 .CollapsiblePanelContent h5 {
	font-size: 10pt;
}
.twoColFixRtHdr #container #mainContent .thumbnail a a {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent .thumbnail a a a a {
	text-align: right;
}
.twoColFixRtHdr #container #mainContent h1 .thumbnail p a {
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent h1 .thumbnail h1 {
	font-size: 16pt;
	font-weight: 300;
}
.twoColFixRtHdr #container #sidebar1 h2 {
	font-size: 14pt;
	color: #003;
	text-align: left;
}
.twoColFixRtHdr #container #bottombox p {
	text-align: justify;
}
.twoColFixRtHdr #container #mainContent h4 {
	font-size: 10pt;
	color: #09F;
}
.twoColFixRtHdr #container #mainContent h4 {
	color: #C60;
	text-align: left;
}
