#holder {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #396C65;
	width: 830px;
	margin: auto;
	background-color: #D2DFDE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#stripRight {
	float: right;
	height: auto;
	width: 20px;
}

body {
	padding-top: 10px;
	color: #800000;
	background-color: #D2DFDE;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	height: 125px;
	width: 830px;
	color: #CCCCCC;
	position: relative;
	background-color: #D2DFDE;
}
#logo {
	font-size: 20px;
	font-weight: bold;
	color: #FFC;
	float: left;
	height: 118px;
	width: 227px;
	font-family: Dreamspeak;
	border: thin solid #FFC;
	background-color: #D2DFDE;
}

h1 {
	color: #284B68;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #284B68;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.paragraph {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #066;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}




#sidebarLeft {
	color: #273536;
	float: left;
	width: 155px;
	background-color: #D2DFDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 85px;
}
#sidebarLeft a:link {
	color: #264A4A;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
#sidebarLeft a:visited {
	color: #264A4A;
	font-size: 12px;
	font-weight: bold;
}
#sidebarLeft a:hover {
	color: #03C;
	background-color: #B95C00;
	text-decoration: none;
}

#nav {
	font: bold 12px/40px Papyrus;
	color: #0000FF;
	background: #666666;
}
a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

#content {
	width: 560px;
	float: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	padding-right: 20px;
	padding-left: 10px;
	text-align: justify;
	padding-bottom: 20px;
}#content a {
	font-weight: bold;
	color: #09C;
	text-decoration: none;
}
#content a:hover {
	color: #214D50;
}

#content a:visited {
	font-weight: bold;
	color: #09C;
	text-decoration: none;
}


.textNarrow {
	width: 57%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.text {
	float: left;
	width: 100%;
	color: #4f4f4f;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: normal;
	text-align: justify;
}
.textRight {
	float: right;
	width: 215px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


.image {
	padding: 10px 20px 15px 25px;
	float: left;
	width: 120px;
}
.imageBroad {
	padding: 10px;
	float: left;
	width: 100%;
}

.imageNarrow {
	float: left;
	width: 120px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}



.imageField {
	width: auto;
	float: right;
	height: auto;
	padding-top: 10px;
	background-color: #D2DFDE;
	color: #264A4A;
	font-size: 18px;
	font-weight: bold;
}


.imageRight {
	float: right;
	width: 110px;
	padding: 10px 30px 10px 10px;
}
.orders {
	width: 85%;
	padding-right: 15px;
	padding-left: 20px;
	float: left;
}
.top {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-align: left;
}





#footer {
	color: #5A7983;
	text-align: center;
	height: 80px;
	width: 820px;
	position: relative;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: auto;
	background-color: #D2DFDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding-right: 10px;
}
#footer a:link {
	color: #5A7983;
	font-weight: bold;
}
#footer a:visited {
	color: #5A7983;
	font-weight: bold;
}
#footer a:hover {
	color: #03F;
	font-weight: bold;
}
.logo {
	font-family: Dreamspeak;
	font-size: 18px;
	color: #407982;
}
/* CSS Document */
<style type="text/css">

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

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

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

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 420px;
left: 630px; /*position where enlarged image should offset horizontally */

}

</style>
.classTop {
	font-weight: bold;
	color: #999;
	font-size: 11px;
	text-align: left;
}
.a_table {
	color: #000040;
}

